TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
TM_STMPE811_t Struct Reference

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
 

Detailed Description

Main structure, which is passed into TM_STMPE811_ReadTouch function.

Field Documentation

TM_STMPE811_State_t last_pressed

Last pressed touch status

Touch screen orientation to match your LCD orientation

Pressed touch status

uint16_t x

X coordinate on LCD for touch

uint16_t y

Y coordinate on LCD for touch