Re-worked sed1520 driver:

- Add 68-familiy style interface support and make it configurable.
- Make delay configurable.
- Correct swapped display halves.
- Resurrect vBar / hBar functions.
- Fix icon definitions and modify set_char for common data format.
This commit is contained in:
mmdolze
2011-02-10 23:03:04 +00:00
parent 03e679a496
commit eaf74128c6
6 changed files with 462 additions and 146 deletions
+1
View File
@@ -19,6 +19,7 @@ v.0.5dev (ongoing development)
* All drivers: sync functions with prototypes
* 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
v0.5.4
* Update driver includes and LDFLAGS (fixed glk and bayrad binding error)