Calibration string fix

ugfx_release_2.6
Tectu 2012-08-10 00:50:04 +02:00
parent f0cb18c2cf
commit 055cc454ec
1 changed files with 1 additions and 1 deletions

View File

@ -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]);