new ConnectionType ethlcd for hd44780 (Mariusz Bialonczyk)

This commit is contained in:
marschap
2008-09-17 13:28:17 +00:00
parent 8c8e12364d
commit 0497178706
12 changed files with 240 additions and 1 deletions
+3
View File
@@ -29,6 +29,7 @@
#ifdef HAVE_I2C
# include "hd44780-i2c.h"
#endif
# include "hd44780-ethlcd.h"
// add new connection type header files here
@@ -67,6 +68,8 @@ static const ConnectionMapping connectionMapping[] = {
#ifdef HAVE_I2C
{ "i2c", HD44780_CT_I2C, IF_TYPE_I2C, hd_init_i2c },
#endif
/* TCP socket connection types */
{ "ethlcd", HD44780_CT_ETHLCD, IF_TYPE_TCP, hd_init_ethlcd },
// add new connection types here
// ....
// default, end of structure element (do not delete)