aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-10 16:46:02 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-10 16:46:02 +0100
commit5a5db64288414162a31a7e755757c32ddf55bf6c (patch)
tree3a86993c6bd65f894642e9484a005fc340cec66f /include
parentcc5ae04b7bba81739bf9b8f5c9a79ea98e6e9319 (diff)
downloaduGFX-5a5db64288414162a31a7e755757c32ddf55bf6c.tar.gz
uGFX-5a5db64288414162a31a7e755757c32ddf55bf6c.tar.bz2
uGFX-5a5db64288414162a31a7e755757c32ddf55bf6c.zip
renamed tsIRQ() into tsPressed()
Diffstat (limited to 'include')
-rw-r--r--include/touchscreen.h2
-rw-r--r--include/touchscreen_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/touchscreen.h b/include/touchscreen.h
index 4d48e38d..65c6400f 100644
--- a/include/touchscreen.h
+++ b/include/touchscreen.h
@@ -82,7 +82,7 @@ coord_t tsReadY(void);
void tsCalibrate(void);
#if TOUCHSCREEN_HAS_IRQ
- bool_t tsIRQ(void);
+ bool_t tsPressed(void);
#endif
#if TOUCHSCREEN_HAS_PRESSURE
diff --git a/include/touchscreen_lld.h b/include/touchscreen_lld.h
index 53c66b53..ab035ae3 100644
--- a/include/touchscreen_lld.h
+++ b/include/touchscreen_lld.h
@@ -137,7 +137,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