hugokernel / UnicornClock

A Python clock designed to run on a Pimoroni GalacticUnicorn.
MIT License
54 stars 2 forks source link

Progress on HTTP API #2

Open wangerin opened 5 months ago

wangerin commented 5 months ago

Hi!

I'm looking for a number of devices where I can push a complete image to the UniCorn to display, and let it stay there for a set time, After that it could be nice to revert back to the clock. Then I could use the devices for multiple purposes without changing the UniCorns.

Do you have any any progress / plans on the HTTP API ( more than placing it on the TODO-list )

Or should I start on my own?

/Henning

hugokernel commented 5 months ago

Hi, Yes, and I already use it but it is not published yet. But it is really simple by using https://github.com/hugokernel/micropython-nanoweb ++