This commit is contained in:
Steven Tracey 2024-11-20 18:47:49 -05:00
parent 754bc582db
commit 63c65aaf9f

View File

@ -55,8 +55,6 @@ int draw() {
const char *code = getCode(confStr);
Debug("Code: %s\n", code);
Paint_DrawString(5, 5, code, &Font72, WHITE, BLACK);
Paint_DrawBitMap();
GUI_ReadBmp();
Paint_DrawRectangle(10, 112, 240, 92, WHITE, DOT_PIXEL_1X1, DRAW_FILL_EMPTY);
EPD_2in13_V4_Display_Base(BlackImage);