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
262 stars 72 forks source link

Big Fonts #99

Closed riker65 closed 5 years ago

riker65 commented 5 years ago

Hi could this be an enhancement? Could you support big fonts as arduino does. https://forum.arduino.cc/index.php?topic=346971.msg2393467#msg2393467

Thanks T

dbrgn commented 5 years ago

Direct support is not currently planned, but you can implement it yourself by using custom characters. See https://rplcd.readthedocs.io/en/stable/usage.html#creating-custom-characters for more information on how to create and use custom characters.

riker65 commented 5 years ago

Hi ok thanks will check this