Added PIC-an-LCD HD44780 subdriver.
Currently untested.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user