Add 'spi' connection type by S. Dawson to the hd44780 driver.

This commit is contained in:
mmdolze
2014-01-29 21:48:03 +00:00
parent 8230c0ace1
commit dca261e98a
12 changed files with 287 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef HD_SPI_H
#define HD_SPI_H
#include "lcd.h" /* for Driver */
/* initialise this particular driver */
int hd_init_spi(Driver *drvthis);
#endif