summaryrefslogtreecommitdiff
path: root/firmware/export/touchscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/touchscreen.h')
-rw-r--r--firmware/export/touchscreen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/touchscreen.h b/firmware/export/touchscreen.h
index a27e60c653..7421fe0b33 100644
--- a/firmware/export/touchscreen.h
+++ b/firmware/export/touchscreen.h
@@ -51,5 +51,8 @@ enum touchscreen_mode touchscreen_get_mode(void);
51void touchscreen_disable_mapping(void); 51void touchscreen_disable_mapping(void);
52void touchscreen_reset_mapping(void); 52void touchscreen_reset_mapping(void);
53int touchscreen_get_scroll_threshold(void); 53int touchscreen_get_scroll_threshold(void);
54void touchscreen_enable(bool en);
55void touchscreen_enable_device(bool en);
56bool touchscreen_is_enabled(void);
54 57
55#endif /* __TOUCHSCREEN_INCLUDE_H_ */ 58#endif /* __TOUCHSCREEN_INCLUDE_H_ */