diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/touchpad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/touchpad.c b/src/touchpad.c index 0718e484..e4312bc8 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -214,6 +214,7 @@ void tpCalibrate(void) { uint16_t points[2][2]; uint8_t i; + gdispSetOrientation(GDISP_ROTATE_0); gdispClear(Red); gdispFillStringBox(0, 10, gdispGetWidth(), 30, "Calibration", &fontUI2Double, White, Red, justifyCenter); |