From 055cc454eca7d134eed4bd38c015e4959b3cc340 Mon Sep 17 00:00:00 2001 From: Tectu Date: Fri, 10 Aug 2012 00:50:04 +0200 Subject: [PATCH] Calibration string fix --- halext/src/touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halext/src/touchpad.c b/halext/src/touchpad.c index 3539ad32..977bb31c 100644 --- a/halext/src/touchpad.c +++ b/halext/src/touchpad.c @@ -210,7 +210,7 @@ void tpCalibrate(void) { //gdispSetOrientation(portrait); gdispClear(Red); - gdispDrawString(40, 10, "Calibration", &fontUI1Double, White); + gdispFillStringBox(0, 10, gdispGetWidth(), 30, "Calibration", &fontUI2Double, White, Red, justifyCenter); for(i = 0; i < 2; i++) { _tpDrawCross(cross[i][0], cross[i][1]);