Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_STMPE_TOUCH Struct Reference

#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.

Field Documentation

◆ touch

TOUCH_DEVICE touch

◆ maxx

uint16_t maxx

Maximum X value for this device.

◆ maxy

uint16_t maxy

Maximum Y value for this device.

◆ maxz

uint16_t maxz

Maximum Z value for this device.

◆ width

uint16_t width

Screen width for this device.

◆ height

uint16_t height

Screen height for this device.

◆ maxpoints

uint32_t maxpoints

Maximum touch points for this device.

◆ control

STMPE_CONTROL control

The control information (Chip, I2C, SPI etc) for this device.

◆ offsets

STMPE_OFFSETS offsets

The register offsets for this device.

◆ timer

TIMER_HANDLE timer

Handle for touch release timer.


The documentation for this struct was generated from the following file: