adafruit / Adafruit_CircuitPython_CharLCD

Library code for character LCD interfacing
MIT License
69 stars 50 forks source link

Support for serial #26

Closed caternuson closed 5 years ago

caternuson commented 5 years ago

Add support for LCDs with this backpack: https://www.adafruit.com/product/781

Probably new file with subclass: character_lcd_uart

ladyada commented 5 years ago

its a totally different protocol, may be best as a new lib!

caternuson commented 5 years ago

OK, moved issue to here: https://github.com/adafruit/circuitpython/issues/1440 and closing this one.