Added PIC-an-LCD HD44780 subdriver.

Currently untested.
This commit is contained in:
robijn
2002-02-07 22:10:04 +00:00
parent 901833b353
commit 15b226483a
6 changed files with 148 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef HD_PICANLCD_H
#define HD_PICANLCD_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_picanlcd (Driver *drvthis);
#endif