pimoroni / unicorn-hat

Python library for Unicorn pHAT and HAT. 32 or 64 blinding ws2812 pixels for your Raspberry Pi
https://shop.pimoroni.com/products/unicorn-hat
MIT License
370 stars 131 forks source link

HTTP API / Flask Blueprint #104

Closed Gadgetoid closed 2 months ago

Gadgetoid commented 6 years ago

TODO

See similar project from Scroll pHAT HD: https://github.com/pimoroni/scroll-phat-hd/pull/41

I'm keen to add an HTTP API into Unicorn HAT, although the need for root (required for DMA blasting the PWM hardware) makes such an API a little problematic.

This API would then provide the backbone for an updated Mood Light example.

Gadgetoid commented 4 years ago

There are other things on my software roadmap that require more immediate attention, so I doubt I'll ever find the time to implement this. However, I shall leave this issue open and tag accordingly lest anyone out there feels up to the challenge.