pyLCD
pyLCD copied to clipboard
A library for controlling LCDs on various hardware backends (successor of HD44780)
I am still unable to get _any_ sort of output using this library with my 128x64 glcd (ks0108 driver). I tried using this really simple program: ``` PINMAP = {...
Hello! Can i use this code in a BeagleBoneBlack? Im searching for some Graphical LCD library, and this is the only one that i found that maybe can solve my...
Hi, I've just done a quick clone/convert for a backend for the MCP23017 GPI expander chip, use it as you will. It's not been tested or checked in any way...
Hello. I am having an issue with a KS0108 (192x64 with 3 chip select pins) and pyLCD. I am using the 'glcd_system_monitor_threaded.py' and 'glcd_system_monitor.py' example scripts. The scripts run fine,...
Hi! Please, if you could help me, I am trying to use a KS0108 glcd display (model on this link: http://pdf.datasheetcatalog.com/datasheet_pdf/wstar/WG12864A.pdf), I used the same pinmap of your script of...