More screen size depends definition fixes

This commit is contained in:
DiSlord 2020-03-30 23:35:45 +03:00
parent e34f460b22
commit 2f288d20cd

2
ui.c
View file

@ -335,7 +335,7 @@ touch_draw_test(void)
ili9341_set_foreground(DEFAULT_FG_COLOR);
ili9341_set_background(DEFAULT_BG_COLOR);
ili9341_clear_screen();
ili9341_drawstring("TOUCH TEST: DRAG PANEL", OFFSETX, 233);
ili9341_drawstring("TOUCH TEST: DRAG PANEL", OFFSETX, LCD_HEIGHT - FONT_GET_HEIGHT);
touch_wait_pressed();
touch_position(&x0, &y0);