Fix up STATIC_ITEM (#18962)
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
#define SETCURSOR_X(col) SETCURSOR(col, _lcdLineNr)
|
||||
#define START_OF_UTF8_CHAR(C) (((C) & 0xC0u) != 0x80u)
|
||||
|
||||
int lcd_glyph_height();
|
||||
|
||||
Reference in New Issue
Block a user