PID edit screen

This commit is contained in:
2023-04-28 23:14:47 +02:00
parent d9f09c8ccb
commit 0d79379438
10 changed files with 283 additions and 5 deletions
+1
View File
@@ -108,4 +108,5 @@ static const struct utf_glyph5x PROGMEM font57_extra[] = {
{.utf={.symbol="ď"}, {{0x38, 0x44, 0x45, 0x48, 0x7f}}},
{.utf={.symbol="á"}, {{0x20, 0x54, 0x54, 0x55, 0x79}}},
{.utf={.symbol="»"}, {{0x22, 0x14, 0x2a, 0x14, 0x08}}},
{.utf={.symbol="ě"}, {{0x38, 0x55, 0x56, 0x55, 0x18}}},
};
+9
View File
@@ -951,6 +951,14 @@ const char *font_extras[] = {
" x x ",
"x x ",
" ",
// 101 "e"
" x x ",
" x ",
" ### ",
"# #",
"#####",
"# ",
" ### ",
};
const char *font_extras_utf[] = {
@@ -977,6 +985,7 @@ const char *font_extras_utf[] = {
"ď",
"á",
"»",
"ě",
};
#include "fontedit_render.inc.c"