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:
mmdolze
2014-02-10 06:48:44 +00:00
parent dca261e98a
commit a8d9504a3c
3 changed files with 7 additions and 5 deletions
+1
View File
@@ -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!