Hopefully fixed font

This commit is contained in:
2024-11-21 08:54:16 -05:00
parent bb64d073a6
commit 1758fd338d
14 changed files with 354 additions and 373 deletions

View File

@@ -62,7 +62,7 @@ int drawLoop() {
GoString confStr = {confName, strlen(confName)};
const char *code = getCode(confStr);
Debug("Code: %s\n", code);
Paint_DrawString(5, 5, code, &Font24, WHITE, BLACK);
Paint_DrawString(5, 5, code, &Font36, WHITE, BLACK);
Paint_DrawRectangle(10, 112, 240, 92, WHITE, DOT_PIXEL_1X1, DRAW_FILL_EMPTY);
EPD_2in13_V4_Display_Base(BlackImage);