Simple&light HD44780 library

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
CRImier
Posts: 11
Joined: Fri Aug 01, 2014 10:40 pm
Location: Latvia
Contact:

Simple&light HD44780 library

Post by CRImier » Fri Sep 16, 2016 11:35 pm

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.

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: Simple&light HD44780 library

Post by SpotlightKid » Sat Sep 17, 2016 11:40 pm

Interesting. Thanks. Rather similar to mine (for the stmhal port, but easily portable to the esp8266).

Post Reply