38 #define TM_TOUCH_H 100
153 #include "stm32fxxx_hal.h"
Touch working structure.
Definition: tm_stm32_touch.h:175
uint8_t Events
Definition: tm_stm32_touch.h:179
TOUCH Driver structure.
Definition: tm_stm32_touch.h:188
uint8_t Orientation
Definition: tm_stm32_touch.h:180
uint8_t TM_TOUCH_Read(TM_TOUCH_t *TouchData)
Reads touch data from sensor.
uint8_t NumPresses
Definition: tm_stm32_touch.h:176
TM_TOUCH_Result_t TM_TOUCH_Init(TM_TOUCH_DRIVER_t *Driver, TM_TOUCH_t *TS)
Initializes touch controller.
uint16_t MaxX
Definition: tm_stm32_touch.h:181
Definition: tm_stm32_touch.h:198
Definition: tm_stm32_touch.h:197
uint16_t MaxY
Definition: tm_stm32_touch.h:182
TM_TOUCH_Result_t
TOUCH result enumeration.
Definition: tm_stm32_touch.h:196