v0.1.0: added max7219 support, added signal handling

This commit is contained in:
Jan
2019-09-26 10:17:02 +02:00
parent 930a517982
commit 52a0af1d91
6 changed files with 716 additions and 192 deletions

12
clocky-font.txt Normal file
View File

@@ -0,0 +1,12 @@
to use the 6x8 font, cat clocky-font.py >>/home/pi/.local/lib/python2.7/site-packages/luma/core/legacy/font.py
cat clocky-font.py >>/usr/local/lib/python2.7/dist-packages/luma/core/legacy/font.py
or wherever the luma-core font.py is. This can be found by running python manually:
python
>>> import from luma.core.legacy.font
>>> luma.core.legacy.font
<module 'luma.core.legacy.font' from '/home/pi/.local/lib/python2.7/site-packages/luma/core/legacy/font.pyc'>