rm-hull / luma.lcd

Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
https://luma-lcd.readthedocs.io
MIT License
156 stars 56 forks source link

python-dev + libi2c-dev remark & typo in filename #5

Closed pe7er closed 10 years ago

pe7er commented 10 years ago

If python-dev is missing during installation of wiringPi, you'll get an error. If libi2c-dev is missing the python examples from this repo just don't work without an error message (so difficult to debug).

Typo in alphabet_text.py file name.

rm-hull commented 10 years ago

Thanks for the pull request - its been a while since I tried it from scratch, so feedback like this is really useful.