diff --git a/examples/Waveshare_7_5_T7_Sensors/Waveshare_7_5_T7_Sensors.ino b/examples/Waveshare_7_5_T7_Sensors/Waveshare_7_5_T7_Sensors.ino index 74859f1..2a3f632 100644 --- a/examples/Waveshare_7_5_T7_Sensors/Waveshare_7_5_T7_Sensors.ino +++ b/examples/Waveshare_7_5_T7_Sensors/Waveshare_7_5_T7_Sensors.ino @@ -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)