Functions | |
| hpm_stat_t | touch_get_data (touch_point_t *points, uint8_t *num_of_points) |
| void | pull_int_pin (bool high) |
| void | float_int_pin (void) |
| hpm_stat_t | touch_init (I2C_Type *i2c_ptr) |
| hpm_stat_t | touch_config (bool exchange_xy, bool reverse_x, bool reverse_y) |
Variables | |
| gt9xx_context_t | gt9xx = {0} |
| void float_int_pin | ( | void | ) |
| void pull_int_pin | ( | bool | high | ) |
| hpm_stat_t touch_config | ( | bool | exchange_xy, |
| bool | reverse_x, | ||
| bool | reverse_y | ||
| ) |
| hpm_stat_t touch_get_data | ( | touch_point_t * | points, |
| uint8_t * | num_of_points | ||
| ) |
| hpm_stat_t touch_init | ( | I2C_Type * | i2c_ptr | ) |
| gt9xx_context_t gt9xx = {0} |