diff options
Diffstat (limited to 'main/touch.h')
| -rw-r--r-- | main/touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/touch.h b/main/touch.h index a4a5aa4..b9e3ccd 100644 --- a/main/touch.h +++ b/main/touch.h | |||
| @@ -22,6 +22,7 @@ typedef struct { | |||
| 22 | esp_err_t touch_init(void); | 22 | esp_err_t touch_init(void); |
| 23 | bool touch_read(touch_point_t *pt); | 23 | bool touch_read(touch_point_t *pt); |
| 24 | void touch_deinit(void); | 24 | void touch_deinit(void); |
| 25 | void touch_set_rotation(int rotation); | ||
| 25 | 26 | ||
| 26 | void touch_parse_raw(const uint8_t *data, touch_point_t *pt); | 27 | void touch_parse_raw(const uint8_t *data, touch_point_t *pt); |
| 27 | 28 | ||