Unicorn HAT (HD) simulator - Originally by Jannis Hermanns <jannis@gmail.com>
Project description
Simulates an Unicorn HAT HD (and should work for the 8x8 HAT and the 8x4 PHAT as well) using pygame.
Usage
If you want your code to run on your computer as well as your Pi, you could do something like this:
pip install unicorn-hat-sim (or pip2 or pip3 depending on your setup)
Adjust your import unicornhathd statement as follows:
try:
import unicornhathd as unicorn
print("unicorn hat hd detected")
except ImportError:
from unicorn_hat_sim import unicornhathd as unicorn
You can choose from import unicornhathd (16x16), import unicornhat (8x8) and import unicornphat (8x4).
Demo
(Note that this gif has a low framerate, the simulator runs nice and smooth in real life)
Demo
TODO
[ ] find a python person who shows me how this would be done properly
[ ] fix/check rotation
[ ] add a proper LED glow effect so it looks more like a real unicorn HAT
[ ] publish via pip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for unicorn_hat_sim-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fd0b49a8bd32cd70defe33c03e4b1221f1fe8731df8711e112f173cabbc01bb |
|
MD5 | 3f871ddc6fe108d68973d3ed9d5472c5 |
|
BLAKE2b-256 | 208483ae3d939422efb9ff769d4a0b1535d49fb2f3b3f117282a4d3b9691cc8f |