upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/touch.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/touch.h')
-rw-r--r--main/touch.h1
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 {
22esp_err_t touch_init(void); 22esp_err_t touch_init(void);
23bool touch_read(touch_point_t *pt); 23bool touch_read(touch_point_t *pt);
24void touch_deinit(void); 24void touch_deinit(void);
25void touch_set_rotation(int rotation);
25 26
26void touch_parse_raw(const uint8_t *data, touch_point_t *pt); 27void touch_parse_raw(const uint8_t *data, touch_point_t *pt);
27 28