gquiring / MorphingClockQ

A modified version of Hari's Morphing clock. This version offers a text version for the weather condition or weather animation. It also supports 5 different weather services. It also works with Daylight savings time in the USA. Several changes to the layout of the clock and weather data offering more options in the web interface.
21 stars 2 forks source link

missing lines on the display #5

Open bitslurper opened 1 month ago

bitslurper commented 1 month ago

clock works, date and weather and weather icons also seem to work but there are missing lines on the display and the lines that are displayed are flickering . with the previous clock of harifunremixremix it had to do with the addition display.setMuxDelay(1,1, 0,0,0); which had to be placed behind serial begin 115200 and behind display.begin(16), does something need to be adjusted somewhere in this sketch? 1000004492

gquiring commented 1 month ago

I really don't know. None of that code (setMux) has been touched in my sketch for the 2 years I have been working with it. My changes are related to the weather services and cosmetic layout of the fields on the screen. I don't have working knowledge at that level of the hardware.