Page 1 of 1

Simple&light HD44780 library

Posted: Fri Sep 16, 2016 11:35 pm
by CRImier
I've ported my HD44780 library from pyLCI project to MicroPython. It's very lightweight, LiquidCrystal-compatible, expandable for various different hardware interfaces and quite readable. Here it is. If you need drivers for some other hardware interfaces, just post a thread reply, I can provide you with hints and code I already have.

Re: Simple&light HD44780 library

Posted: Sat Sep 17, 2016 11:40 pm
by SpotlightKid
Interesting. Thanks. Rather similar to mine (for the stmhal port, but easily portable to the esp8266).