v0.1.0: added max7219 support, added signal handling
This commit is contained in:
12
clocky-font.txt
Normal file
12
clocky-font.txt
Normal 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'>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user