Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Nov 18, 2024
1 parent a8f94c3 commit 73d6396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void setup()
int x = SCREEN_WIDTH / 2 - 24;
int y = SCREEN_HEIGHT / 2 - 24;
display.drawBitmap(x, y, epd_bitmap_hourglass_top, 48, 48, GxEPD_BLACK);
#if defined(DISPAY_3C)
#if defined(DISPLAY_3C)
} while (display.nextPage());
#endif
} // if (ScreenNo != PrevScreenNo)
Expand Down

0 comments on commit 73d6396

Please sign in to comment.