unicornhatmini-python
unicornhatmini-python copied to clipboard
Python library for the Pimoroni Unicorn HAT Mini RGB LED Display
This project is awesome, but please don't teach people to use `pip` with `sudo`. Tell them to use `virtualenv` instead ! `sudo pip` is potentially dangerous, just like `curl |...
Rely on spidev's chip select rather than manually triggering GPIO pins. This fixes #16, where Bookworm has stricter checks on using GPIO pins. Unsure if this change would impact older...
Despite enabling SPI on my Raspberry Pi Zero W, I get GPIO busy on the latest Raspbian Bookworm. ``` Traceback (most recent call last): File "/home/pi/Pimoroni/unicornhatmini/examples/./demo.py", line 16, in unicornhatmini...