From 63c65aaf9fecbf0358d16df224c4a8124346611b Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Wed, 20 Nov 2024 18:47:49 -0500 Subject: [PATCH] Fogor --- c/src/p2fa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/c/src/p2fa.c b/c/src/p2fa.c index 50ac711..487d275 100644 --- a/c/src/p2fa.c +++ b/c/src/p2fa.c @@ -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);