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
+9
View File
@@ -0,0 +1,9 @@
#ifndef HD_LCDSERIALIZER_H
#define HD_LCDSERIALIZER_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_lcdserializer (Driver *drvthis);
#endif