13 #if defined(CONFIG_TOUCH_FT5406) && (CONFIG_TOUCH_FT5406 == 1)
15 #define HPM_TOUCH_MAX_POINTS (FT5406_MAX_TOUCH_POINTS)
16 #elif defined(CONFIG_TOUCH_GT9XX) && (CONFIG_TOUCH_GT9XX == 1)
18 #define HPM_TOUCH_MAX_POINTS (GT9XX_MAX_TOUCH_POINTS)
20 #error "unknown touch type, either have CONFIG_FT5406 or CONFIG_GT9XX defined"
uint32_t hpm_stat_t
Definition: hpm_common.h:126
#define MAKE_STATUS(group, code)
Definition: hpm_common.h:135
@ status_group_touch
Definition: hpm_common.h:173
hpm_stat_t touch_config(bool exchange_xy, bool reverse_x, bool reverse_y)
Definition: hpm_touch_ft5406.c:53
hpm_stat_t touch_get_data(touch_point_t *points, uint8_t *num_of_points)
Definition: hpm_touch_ft5406.c:11
@ status_touch_buffer_no_ready
Definition: hpm_touch.h:24
@ status_touch_points_over_number
Definition: hpm_touch.h:25
hpm_stat_t touch_init(I2C_Type *i2c_ptr)
Definition: hpm_touch_ft5406.c:33
Definition: hpm_i2c_regs.h:12
Definition: hpm_touch.h:28
uint16_t x
Definition: hpm_touch.h:29
uint16_t y
Definition: hpm_touch.h:30