LCD Display Library

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
User avatar
rdagger
Posts: 143
Joined: Tue Feb 28, 2017 6:16 pm
Contact:

LCD Display Library

Post by rdagger » Wed Mar 01, 2017 7:16 am

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

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: LCD Display Library

Post by dhylands » Wed Mar 01, 2017 7:28 am

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.

snookstar
Posts: 1
Joined: Tue Jun 06, 2017 10:18 pm

Re: LCD Display Library

Post by snookstar » Wed Jun 07, 2017 1:16 pm

Interesting libaries. I have library which stores information about whole devices which are connected via PC slots

Post Reply