From a51bb1bf5f298168d9b0964bf3a68a1090f8d00c Mon Sep 17 00:00:00 2001 From: Thomas Saunders Date: Mon, 25 Jun 2012 18:51:35 +0100 Subject: merge Abhishek's changes, small fixes for API changes --- touchpad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'touchpad.c') diff --git a/touchpad.c b/touchpad.c index 3f355ead..4829ed4a 100644 --- a/touchpad.c +++ b/touchpad.c @@ -126,8 +126,8 @@ void tpCalibrate(void) { lcdSetOrientation(portrait); lcdClear(Red); - cx=40; cy=10; - lcdDrawString(40, 10, "Touchpad Calibration", White, Red); + /* Abhishek: need to specify a font to use here, should probably make sure it exists somehow */ + lcdDrawString(40, 10, "Touchpad Calibration", font_Larger, White, Red, solid); for(i=0; i<2; i++) { tpDrawCross(cross[i][0], cross[i][1]); -- cgit v1.2.3