Add charmap for NEC uPD16314 (ROM code 002). Add a small charmap search

function and update hd44780 to use it. Make charmap selectable in imon driver.
This commit is contained in:
mmdolze
2011-02-10 23:07:04 +00:00
parent eaf74128c6
commit dfd486c55b
6 changed files with 154 additions and 28 deletions
+1
View File
@@ -20,6 +20,7 @@ v.0.5dev (ongoing development)
* Port remaining drivers to 0.5 API (glk, lcdm001, stv5730)
* Pyramid: Only send LED state changes, doxygen-ize
* sed1520: Make it work with 68-family style interface, convert to 0.5 API
* hd44780/imon: Add charmap for NEC uPD16314 and make it configurable
v0.5.4
* Update driver includes and LDFLAGS (fixed glk and bayrad binding error)