More screen size depends definition fixes

pull/130/head
DiSlord 6 years ago
parent e34f460b22
commit 2f288d20cd

@ -335,7 +335,7 @@ touch_draw_test(void)
ili9341_set_foreground(DEFAULT_FG_COLOR); ili9341_set_foreground(DEFAULT_FG_COLOR);
ili9341_set_background(DEFAULT_BG_COLOR); ili9341_set_background(DEFAULT_BG_COLOR);
ili9341_clear_screen(); 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_wait_pressed();
touch_position(&x0, &y0); touch_position(&x0, &y0);

Loading…
Cancel
Save

Powered by TurnKey Linux.