adafruit / Adafruit_CircuitPython_CharLCD

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

Refactor complete! #19

Closed kattni closed 5 years ago

kattni commented 5 years ago

This is an API breaker! Will require guides and all existing code be updated.

I tested everything but the RPi examples, but the only thing that's changed since the last time they were tested is the import method. Docstring examples all tested.

Works with basic monochromatic LCD, basic RGB LCD, I2C/SPI mono backpack, RGB shield.

Earlier iteration tested with Pi plate.

ladyada commented 5 years ago

ok looks good, once travis passes, merge!