Add new connection type 'piplate' to the hd44780 driver (by J. Brogdon).

In the documentation replace the list of the connection types for hd44780
driver with the table also used in the configuration options description
(use only a single place to list and link everyting). While there, remove the
assembly code for lcdserializer.
This commit is contained in:
mmdolze
2013-04-07 11:50:29 +00:00
parent 03bc533aff
commit 27bb3801b2
8 changed files with 578 additions and 366 deletions
+1
View File
@@ -13,6 +13,7 @@ v0.5dev (ongoing development)
+ hd44780: Added 'raspberrypi' connection type (P. Corner)
* Build system: Rename configure.in to configure.ac
+ hd44780: Add support for FreeBSD's iic I2C framework
+ hd44780: New connection type 'piplate' (J. Brogdon)
v0.5.6
- Remove deprecated CFontz633 driver. Use CFontzPacket with Model=633 instead!