-
Notifications
You must be signed in to change notification settings - Fork 103
Description
I have built and run succesfully the project on Platformio.
Using Canvas clockface and configuring correctly the connection to clock club, the image only shows day and time. The PNG Base64 image retreived from the server exit with code 8 when calling PNGdecode function. Running the local-server.py in a local server ends with the same result. (the tree cyan dots gets printed, but PNGdecode exits with error 8, and when trying a diferent "image" (replaced with the "image" field of donkey-kong.Json) nothing gets printed.
The native clockfaces works as expected (1 to 6).
I also tryed to update PNGdec to a newer version, but with same results.
All the "clocks" of clock club produce the same results. Date and time, get displayed; but the images are missing with same results. The PNGDraw callback it´s called just one time (instead of 64 times-one per line) and exits with result code 8.