aboutsummaryrefslogtreecommitdiffstats
path: root/include/touchscreen_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/touchscreen_lld.h')
-rw-r--r--include/touchscreen_lld.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/touchscreen_lld.h b/include/touchscreen_lld.h
index 53c66b53..3053b0e5 100644
--- a/include/touchscreen_lld.h
+++ b/include/touchscreen_lld.h
@@ -49,14 +49,6 @@
#define TOUCHSCREEN_XY_INVERTED FALSE
#endif
-#ifndef TOUCHSCREEN_STORE_CALIBRATION
- #define TOUCHSCREEN_STORE_CALIBRATION FALSE
-#endif
-
-#ifndef TOUCHSCREEN_VERIFY_CALIBRATION
- #define TOUCHSCREEN_VERIFY_CALIBRATION FALSE
-#endif
-
#ifndef TOUCHSCREEN_HAS_IRQ
#define TOUCHSCREEN_HAS_IRQ FALSE
#endif
@@ -137,7 +129,7 @@ extern "C" {
uint16_t ts_lld_read_y(void);
#if TOUCHSCREEN_HAS_IRQ
- uint8_t ts_lld_irq(void);
+ uint8_t ts_lld_pressed(void);
#endif
#if TOUCHSCREEN_HAS_PRESSURE