Change icon handling and charmaps:
* The full block icon now has index 0 and the heart has index 7. This makes the full block work if vBar custom chars are loaded (which use index 1-7). * Prevent (hbar, vbar, bignum) modes from overwriting custom chars (except full block). * Prevent the heartbeat from overwriting custom chars in vbar and bignum mode. * Make the driver point to 0x1A and 0x1B characters for right/left arrow characters (those are the codes from HD44780 A02) and make all charmaps pointing to the correct characters. * It is now possible to map the tilde character. * Update other drivers that use hd44780-charmap.h (IOWarrior and ula200). * Replace characters using charmaps on input instead of output! * Remove some unnecessary comments.
This commit is contained in:
@@ -13,6 +13,7 @@ v0.5dev (ongoing development)
|
||||
* hd44780/serial: Change backlight handling (see commit message)
|
||||
+ glcd driver: Add FreeType 2 rendering support (B. Walle and M. Dolze)
|
||||
+ glcd driver: New connection type PNG, writes framebuffer as PNG image
|
||||
+ hd44780: Fix vBars and block icon not working correctly on the same screen
|
||||
|
||||
v0.5.5
|
||||
+ sed1330 driver: Add support for HG25504 (L. Lagendijk)
|
||||
|
||||
Reference in New Issue
Block a user