add Matteo Pillon's lcdserializer ConnectionType patch to the hd44780 driver

This commit is contained in:
marschap
2005-05-16 11:52:39 +00:00
parent 3caefc4e87
commit 03cc353af6
5 changed files with 206 additions and 3 deletions
+2
View File
@@ -21,6 +21,7 @@
# include "hd44780-bwct-usb.h"
#endif
#include "hd44780-picanlcd.h"
#include "hd44780-lcdserializer.h"
// add new connection type header files here
static const ConnectionMapping connectionMapping[] = {
@@ -35,6 +36,7 @@ static const ConnectionMapping connectionMapping[] = {
{"winamp", hd_init_winamp, "\tnone\n"},
#endif
{"picanlcd", hd_init_picanlcd, "\tnone\n"},
{"lcdserializer", hd_init_lcdserializer, "\tnone\n"},
#ifdef HAVE_LIBUSB
{"bwctusb", hd_init_bwct_usb, "\tnone\n"},
#endif