#include "hpm_touch.h"Functions | |
| hpm_stat_t | touch_get_data (touch_point_t *points, uint8_t *num_of_points) |
| hpm_stat_t | touch_init (I2C_Type *i2c_ptr) |
| hpm_stat_t | touch_config (bool exchange_xy, bool reverse_x, bool reverse_y) |
Variables | |
| ft5406_context_t | ft5406 = {0} |
| 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 | ) |
| ft5406_context_t ft5406 = {0} |