https://github.com/pimoroni/unicornhatmini-python
Python library for the Pimoroni Unicorn HAT Mini RGB LED Display
https://github.com/pimoroni/unicornhatmini-python
pypi-package raspberry-pi
Last synced: 9 months ago
JSON representation
Python library for the Pimoroni Unicorn HAT Mini RGB LED Display
- Host: GitHub
- URL: https://github.com/pimoroni/unicornhatmini-python
- Owner: pimoroni
- License: mit
- Created: 2019-12-29T22:42:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T16:42:33.000Z (about 3 years ago)
- Last Synced: 2025-05-01T00:45:56.026Z (9 months ago)
- Topics: pypi-package, raspberry-pi
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 44
- Watchers: 13
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unicorn HAT Mini
[](https://travis-ci.com/pimoroni/unicornhatmini-python)
[](https://coveralls.io/github/pimoroni/unicornhatmini-python?branch=master)
[](https://pypi.python.org/pypi/unicornhatmini)
[](https://pypi.python.org/pypi/unicornhatmini)
# 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-python`
* `cd unicornhatmini-python`
* `sudo ./install.sh`