Fix several problems with data escape handling in hd44780-serial:
1. A bogus address calculation was done (spotted by G. Smith). 2. The displayID was added to the data escape character even if the connection type does not support multiple displays (spotted by G. Smith). 3. When calculation if data escape is necessary, the character 0xff could not be escaped. Changed an updates all connection types (M. Dolze).
This commit is contained in:
@@ -19,6 +19,7 @@ v0.5dev (ongoing development)
|
||||
+ glcd driver: 'picolcdgfx' for picoLCD 256x64 from Mini-Box.com (S. Meharg)
|
||||
* picolcd: Improvements to IR processing (M. Jones)
|
||||
+ hd44780: Added 'spi' connection type (S. Dawson)
|
||||
* hd55780/serial: Change data escape handling (G. Smith)
|
||||
|
||||
v0.5.6
|
||||
- Remove deprecated CFontz633 driver. Use CFontzPacket with Model=633 instead!
|
||||
|
||||
Reference in New Issue
Block a user