unicornhatmini-python
unicornhatmini-python copied to clipboard
Python library for the Pimoroni Unicorn HAT Mini RGB LED Display
Unicorn HAT Mini
Requirements
You must enable SPI on your Raspberry Pi:
- Run:
sudo raspi-config nonint do_spi 0
Installing
Stable library from PyPi:
- Just run
sudo pip3 install unicornhatmini
Or for Python 2:
sudo pip install unicornhatmini
Latest/development library from GitHub:
git clone https://github.com/pimoroni/unicornhatmini-pythoncd unicornhatmini-pythonsudo ./install.sh