|
TM STM32F4xx Libraries
v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
|
Main structure, which is passed into TM_STMPE811_ReadTouch function. More...
#include <tm_stm32f4_stmpe811.h>
Data Fields | |
| uint16_t | x |
| uint16_t | y |
| TM_STMPE811_State_t | pressed |
| TM_STMPE811_State_t | last_pressed |
| TM_STMPE811_Orientation_t | orientation |
Main structure, which is passed into TM_STMPE811_ReadTouch function.
| TM_STMPE811_State_t last_pressed |
Last pressed touch status
| TM_STMPE811_Orientation_t orientation |
Touch screen orientation to match your LCD orientation
| TM_STMPE811_State_t pressed |
Pressed touch status
| uint16_t x |
X coordinate on LCD for touch
| uint16_t y |
Y coordinate on LCD for touch