Use cellwidth = 5 on CFA-631 and CFA-635, too. This makes hBars not seamless,

but plays more nicely with the full block character used for ICON_BLOCK_FILLED.
Other changes:
- Use a full block with the last line cleared on 631/635.
- Remove unused icon definitions.
- Correct report level on some debug calls.
- Don't clear last line for big numbers.
- Remove the driver history - we have a SCM for this!
This commit is contained in:
mmdolze
2011-02-27 11:42:22 +00:00
parent 471fbc593e
commit 374281e215
2 changed files with 30 additions and 107 deletions
+1
View File
@@ -24,6 +24,7 @@ v.0.5dev (ongoing development)
* Pyramid: Convert set_char to 8 byte bitmap, add support for bignum
* Convert set_char of drivers bayrad, lb216, lcterm, mtc_s16209x, wirz-sli
* CFontzPacket: Fix not using select() even if its available
* CFontzPacket: Use cellwidth = 5 on CFA-631 and CFA-635 too
v0.5.4
* Update driver includes and LDFLAGS (fixed glk and bayrad binding error)