aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'touchpad.c')
-rw-r--r--touchpad.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/touchpad.c b/touchpad.c
index 1a5accd6..d98961d2 100644
--- a/touchpad.c
+++ b/touchpad.c
@@ -122,7 +122,8 @@ void tpCalibrate(void) {
lcdSetOrientation(portrait);
lcdClear(Red);
- lcdDrawString(40, 10, "Touchpad Calibration", White, Red);
+ cx=40; cy=10;
+ lcdDrawString("Touchpad Calibration");
for(i=0; i<2; i++) {
tpDrawCross(cross[i][0], cross[i][1]);