riban-bw / lcd2oled

An Arduino library to drive a SDD1306 OLED using same API as LiquidCrystal library
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Only provides Latin characters #5

Open riban-bw opened 9 years ago

riban-bw commented 9 years ago

Only characters up to 127 are implemented. The HD44780 provides Japanese Kana characters.

riban-bw commented 9 years ago

The character set takes valuable program memory. It takes much effort (many hours) to create the character set. If this feature is required, someone will need to add the characters to the character set - something I have insufficient time to do. The code will also need changing to handle the larger character set (which I may do).