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

Missing character codes? #135

Open TheChilliPL opened 7 months ago

TheChilliPL commented 7 months ago

Seems the library does not map all hex codes to visible characters in the LCD. For example, in the A00 file, there are no characters that would result in codes like 0xE7, 0xE9, 0xF0, 0xF1, 0xF8, 0xF9, that do contain drawable data in the official character set in the datasheet

dbrgn commented 7 months ago

It seems you're right! A PR to fix this would be welcome.