Display plz

This commit is contained in:
Steven Tracey 2024-11-20 15:03:00 -05:00
parent 5323faab57
commit e18b0e5002

View File

@ -72,7 +72,7 @@ int draw() {
Debug("Progress bar width: %d\n", progWidth);
Paint_DrawRectangle(10, 112, 240 - progWidth, 102, BLACK, DOT_PIXEL_1X1, DRAW_FILL_FULL);
Paint_DrawRectangle(10, 102, 240 - progWidth, 92, WHITE, DOT_PIXEL_1X1, DRAW_FILL_FULL);
EPD_2in13_V4_Display_Partial(BlackImage);
EPD_2in13_V4_Display(BlackImage);
endTime = clock();
elapsedTime = (double)(endTime - startTime) / CLOCKS_PER_SEC;
if (elapsedTime < 200) {