witnessmenow / ESP32-Cheap-Yellow-Display

Building a community around a cheap ESP32 Display with a touch screen
MIT License
1.26k stars 128 forks source link

RollingClockWithWifiManager flickering #164

Closed SchneHa closed 1 month ago

SchneHa commented 3 months ago

To avoid flickering of day and date during displaying the time you should insert a new line 237 in RollingClockLogic.h: prevDay = dd;

TheNitek commented 1 month ago

Fixed by https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/pull/165