Page 1 of 1

LCD Display Library

Posted: Wed Mar 01, 2017 7:16 am
by rdagger
Just finished my first day experimenting with the ESP8266 and MicroPython. I created a MicroPython library to use character LCD displays using 4 bit mode:
https://github.com/rdagger/micropython-charlcd

Re: LCD Display Library

Posted: Wed Mar 01, 2017 7:28 am
by dhylands
Seems to be a popular project (writing libraries to control character LCDs).

I also have a library over here:
https://github.com/dhylands/python_lcd

which supports 4-bit and 8-bit GPIO, as well a few different I2C backpacks. There are variants for pyboard, esp8266, node, and linux.

@mcauser recently added support for custom characters.

Re: LCD Display Library

Posted: Wed Jun 07, 2017 1:16 pm
by snookstar
Interesting libaries. I have library which stores information about whole devices which are connected via PC slots