ui improvements

This commit is contained in:
2023-04-09 10:30:36 +02:00
parent ccce0ff72f
commit 18655e437f
9 changed files with 91 additions and 39 deletions
+2
View File
@@ -20,6 +20,8 @@
/// Print characters 2x wider and taller
#define FONT_DOUBLE (FONT_DOUBLEW | FONT_DOUBLEH)
#define TEXT_CENTER 32
/// Print text stored in flash
void fb_text_P(fbpos_t x, fbpos_t y, const char *text, uint8_t flags, fbcolor_t color);