Make the iface screen more readable on 2x16 displays by using ^v shortcuts

for Up and Down. Note: Using arrow-up and arrow-down icons would be even
better, but that requires a complete rewrite of that function.
This commit is contained in:
mmdolze
2011-02-10 22:41:36 +00:00
parent 27c473fdc5
commit 59a9c82617
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ v.0.5dev (ongoing development)
* Rewrite of the t6963 driver fixing several problems (see commit note).
* picolcd: Add OffBrightness (S. Crane), more icons and fix bignum
* lcdproc: Fix a single dot appearing on line 5 of the D screen
* lcdproc: Make the iface screen more readable on 2x16 displays
v0.5.4
* Update driver includes and LDFLAGS (fixed glk and bayrad binding error)