mikroSDK Reference Manual
|
TSC2003 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 |
tsc2003_bits_m | resolution |
tsc2003_bits_pd | power_down |
tsc2003_pressure_threshold_t | pressure_threshold_level |
Configuration object definition for TSC2003 touch controller.
pin_name_t tsc2003_cfg_t::int_pin |
Interrupt pin.
i2c_master_config_t tsc2003_cfg_t::i2c_cfg |
Configuration of communication module.
uint16_t tsc2003_cfg_t::width |
Touch panel width in pixels.
uint16_t tsc2003_cfg_t::height |
Touch panel height in pixels.
uint8_t tsc2003_cfg_t::addr_sel |
I2C slave address of TSC2003.
tsc2003_bits_m tsc2003_cfg_t::resolution |
AD conversion resolution.
tsc2003_bits_pd tsc2003_cfg_t::power_down |
Power down state between AD conversions.
tsc2003_pressure_threshold_t tsc2003_cfg_t::pressure_threshold_level |
Press intensity needed to register touch event.