add driver for lcm162-module (by H. Rasch)

This commit is contained in:
Bjoern Franke
2016-07-28 13:50:23 +02:00
parent 54e718ff77
commit 9e80b177ff
6 changed files with 147 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef HD_LCM162_H
#define HD_LCM162_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_lcm162(Driver *drvthis);
#endif