witnessmenow / ESP32-Cheap-Yellow-Display

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

rolling clock project -- days of week -- longer days not cleared in display eg one gets "SSundayy" #120

Closed danpeirce closed 5 months ago

danpeirce commented 5 months ago

When day shifts from Saturday to Sunday it displays as "SSundayy" Could possibly pad shorter day names with spaces or clear that part of display when rolling over to a new day.

https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/Examples/Projects/RollingClock/RollingClock.ino

witnessmenow commented 5 months ago

Are you using the latest code? @hwiguna submitted a fix for this a few weeks ago

https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/pull/104

danpeirce commented 5 months ago

Oh. Sorry. Looks like you are correct. I pulled the change but failed to reprogram my cyd. Looks like that fix should work. I won't see it now until Thursday but I should close this.