|
H753_CPP_SPI_Resistive_Touch_Screen_Controller 1.0
STM32H753 SPI resistive touchscreen (Adafruit 333 overlay + 5767 TSC2046 controller) driver and tutorial
|
This is the complete list of members for STM32SPIDevice, including all inherited members.
| begin() | STM32SPIDevice | |
| beginTransaction() | STM32SPIDevice | |
| endTransaction() | STM32SPIDevice | |
| read(uint8_t *buffer, size_t len, uint8_t sendValue=0xFF) | STM32SPIDevice | |
| STM32SPIDevice(SPI_HandleTypeDef *hspi, GPIO_TypeDef *csPort, uint16_t csPin, uint32_t timeoutMs=100) | STM32SPIDevice | |
| transfer(uint8_t send) | STM32SPIDevice | |
| transfer(uint8_t *buffer, size_t len) | STM32SPIDevice | |
| write(const uint8_t *buffer, size_t len, const uint8_t *prefixBuffer=nullptr, size_t prefixLen=0) | STM32SPIDevice | |
| writeThenRead(const uint8_t *writeBuffer, size_t writeLen, uint8_t *readBuffer, size_t readLen, uint8_t sendValue=0xFF) | STM32SPIDevice |