aboutsummaryrefslogtreecommitdiffstats
path: root/halext/src
diff options
context:
space:
mode:
Diffstat (limited to 'halext/src')
-rw-r--r--halext/src/touchpad.c2
1 files changed, 1 insertions, 1 deletions
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]);