TFT is neither "graphical" nor "character" (#19297)
This commit is contained in:
committed by
Scott Lahteine
parent
f5dc18730c
commit
09a5014b3c
@ -79,7 +79,7 @@
|
||||
#define SETCURSOR(col, row) lcd_moveto((col) * (MENU_FONT_WIDTH), ((row) + 1) * (MENU_FONT_HEIGHT))
|
||||
#define SETCURSOR_RJ(len, row) lcd_moveto(LCD_PIXEL_WIDTH - (len) * (MENU_FONT_WIDTH), ((row) + 1) * (MENU_FONT_HEIGHT))
|
||||
|
||||
#elif HAS_CHARACTER_LCD
|
||||
#else
|
||||
|
||||
#define _UxGT(a) a
|
||||
typedef uint8_t lcd_uint_t;
|
||||
|
Reference in New Issue
Block a user