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

Support for RPi.GPIO #13

Closed thijstriemstra closed 7 years ago

thijstriemstra commented 7 years ago

Almost all of the libraries I use (inc some of yours) are compatible with RPi.GPIO. Is it possible to use that instead of wiringPi?

rm-hull commented 7 years ago

Now extends luma.core, based on spidev & RPi.GPIO

Install with pip, 0.2.0 published

thijstriemstra commented 7 years ago

Awesome!!