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
+7
View File
@@ -439,6 +439,13 @@ HD44780_init(Driver *drvthis)
(p->have_output?" out":"")
);
break;
case IF_TYPE_TCP:
sprintf(buf, "TCP %s%s%s",
(p->have_backlight?" bl":""),
(p->have_keypad?" key":""),
(p->have_output?" out":"")
);
break;
case IF_TYPE_PARPORT:
default:
sprintf(buf, "LPT 0x%x%s%s%s", p->port,