mikroSDK Reference Manual
|
STMPE811 Configuration Object. More...
Data Fields | |
pin_name_t | int_pin |
i2c_master_config_t | i2c_cfg |
uint16_t | width |
uint16_t | height |
uint8_t | addr_sel |
uint8_t | press_threshold |
Configuration object definition for STMPE811 touch controller.
pin_name_t stmpe811_cfg_t::int_pin |
Interrupt pin.
i2c_master_config_t stmpe811_cfg_t::i2c_cfg |
Configuration of communication module.
uint16_t stmpe811_cfg_t::width |
Touch panel width in pixels.
uint16_t stmpe811_cfg_t::height |
Touch panel height in pixels.
uint8_t stmpe811_cfg_t::addr_sel |
I2C slave address of STMPE811.
uint8_t stmpe811_cfg_t::press_threshold |
Press intensity needed to register touch event.