Change funcs

This commit is contained in:
Steven Tracey 2024-11-20 16:57:38 -05:00
parent 53102e7f04
commit 7cf29ea6f9

View File

@ -151,7 +151,7 @@ int draw() {
Debug("Code: %s\n", code); Debug("Code: %s\n", code);
Paint_DrawString(5, 5, code, &Font24, WHITE, BLACK); Paint_DrawString(5, 5, code, &Font24, WHITE, BLACK);
Paint_DrawRectangle(10, 112, 240, 92, BLACK, DOT_PIXEL_1X1, DRAW_FILL_EMPTY); Paint_DrawRectangle(10, 112, 240, 92, BLACK, DOT_PIXEL_1X1, DRAW_FILL_FULL);
EPD_2in13_V4_Display_Base(BlackImage); EPD_2in13_V4_Display_Base(BlackImage);
Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE); Paint_NewImage(BlackImage, EPD_2in13_V4_WIDTH, EPD_2in13_V4_HEIGHT, 90, WHITE);