Frank Exoo
Frank Exoo
Works fine for me. Can you try a recent integer build?
Hi Jim. The Pico W does not run Linux. So this implementation does not support the Pico. My guess is you should be able to get this to run on...
Please check #172. Maybe it helps.
It looks like the code is trying to read the version from the git information, but it cannot find it (exit code 128). Can you comment-out lines 31 and 32...
Hi Bernd, can you give this one priority? I especially miss that I cannot show off with the Matrix with time plugin ;-) Thanks in advance, Frank.
Added an extra menu item to configure the sleep timer. All defaults still come from the config file. Changes made in the web-app are runtime only: restarting the clock will...
Seems caused by latest NodeMCU firmware: https://github.com/nodemcu/nodemcu-firmware/issues/1812
I encountered the same problem, but with the red PCB (which looks exactly the same as the black one). Because the ILI9163 can handle different LCD configurations it is more...
You are printing left-aligned. This means that if you go from 3 to 2 digits (100 to 99) the last digit (0) remains on the display. Same happens when counting...
Depends on what you want to achieve there are multiple solutions: 1. Use clearScreen before printing new value 2. Perform a local clear of the screen, using drawBox, before printing...