![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <stmpe.h>
Data Fields | |
| TOUCH_DEVICE | touch |
| uint16_t | maxx |
| Maximum X value for this device. | |
| uint16_t | maxy |
| Maximum Y value for this device. | |
| uint16_t | maxz |
| Maximum Z value for this device. | |
| uint16_t | width |
| Screen width for this device. | |
| uint16_t | height |
| Screen height for this device. | |
| uint32_t | maxpoints |
| Maximum touch points for this device. | |
| STMPE_CONTROL | control |
| The control information (Chip, I2C, SPI etc) for this device. | |
| STMPE_OFFSETS | offsets |
| The register offsets for this device. | |
| TIMER_HANDLE | timer |
| Handle for touch release timer. | |
| TOUCH_DEVICE touch |
| uint16_t maxx |
Maximum X value for this device.
| uint16_t maxy |
Maximum Y value for this device.
| uint16_t maxz |
Maximum Z value for this device.
| uint16_t width |
Screen width for this device.
| uint16_t height |
Screen height for this device.
| uint32_t maxpoints |
Maximum touch points for this device.
| STMPE_CONTROL control |
The control information (Chip, I2C, SPI etc) for this device.
| STMPE_OFFSETS offsets |
The register offsets for this device.
| TIMER_HANDLE timer |
Handle for touch release timer.