This commit is contained in:
2024-11-20 18:50:58 -05:00
parent 63c65aaf9f
commit 587ebf2fb3
3 changed files with 217 additions and 547 deletions

View File

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