dbrgn / RPLCD

A Raspberry Pi LCD library for the widely used Hitachi HD44780 controller, written in Python. GPIO (parallel) and I²C modes supported.
https://rplcd.readthedocs.io/en/latest/
MIT License
261 stars 72 forks source link

Added support for ST7066 0B charmap #95

Closed kroesi closed 5 years ago

kroesi commented 5 years ago

Added support for ST7066 charmap 0B (ST7066 is HD44780 compatible/clone) See here for reference: https://www.sparkfun.com/datasheets/LCD/st7066.pdf Page 11

kroesi commented 5 years ago

Nice, thanks @kroesi!

Could you also update the README?

Done. Hope you meant it like I did it ... By the way, thanks for the nice library!

dbrgn commented 5 years ago

Sorry, I wasn't clear enough :) I meant in the "Features" section, extend the item "Built-in support for A00 and A02 character tables".

I like the new section you've added though!

kroesi commented 5 years ago

You were clear, i just overlooked the entry in the feature list several times, sorry...

dbrgn commented 5 years ago

No problem, thanks! :slightly_smiling_face: