Hello!
Finally got to play with the inkyphat I bought last year, but having little luck.
Started from a fresh raspbian installation and followed the steps on https://github.com/pimoroni/inky
clean.py worked well
but then:
pi@raspberrypi : ~/inky/examples ** python name-badge.py --type phat --colour yellow
Traceback (most recent call last):
File "name-badge.py", line 6, in <module>
from font_hanken_grotesk import HankenGroteskBold, HankenGroteskMedium
ImportError: No module named font_hanken_grotesk
**pi@raspberrypi** : **~/inky/examples
What am I doing wrong?
Thanks!