CFontzPacket: Report cell size according to display type (used to calculate

hBar width). Use block charcter (31d) on displays which have it instead of
the custom icon. On seamless displays do not fill the last line to avoid the
character banging together.
This commit is contained in:
mmdolze
2010-05-11 21:11:09 +00:00
parent 01f3576a9d
commit 6efd439901
3 changed files with 26 additions and 12 deletions
+1
View File
@@ -25,6 +25,7 @@ v.0.5dev (ongoing development)
* hd44780: Add KOI8-R character mapping (Yura Scheglyuk)
* shuttleVFD: Add support for devices with USB VID 0x1308 again
* CFontzPacket: Add CFA-533. Use HD44780 character mapping for CFA533/633.
* CFontzPacket: Report cell size correctly, use block character for icon.
* CFontz633: Deprecate this driver. Use CFontzPacket with Model=633 instead!
- Remove native win32 support.