Calibration string fix
This commit is contained in:
parent
f0cb18c2cf
commit
055cc454ec
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ void tpCalibrate(void) {
|
||||||
|
|
||||||
//gdispSetOrientation(portrait);
|
//gdispSetOrientation(portrait);
|
||||||
gdispClear(Red);
|
gdispClear(Red);
|
||||||
gdispDrawString(40, 10, "Calibration", &fontUI1Double, White);
|
gdispFillStringBox(0, 10, gdispGetWidth(), 30, "Calibration", &fontUI2Double, White, Red, justifyCenter);
|
||||||
|
|
||||||
for(i = 0; i < 2; i++) {
|
for(i = 0; i < 2; i++) {
|
||||||
_tpDrawCross(cross[i][0], cross[i][1]);
|
_tpDrawCross(cross[i][0], cross[i][1]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue