add support for LIS2 displays from VLSystem (http://www.vlsys.co.kr).

Patch provided by Laurent ARNAL <laurent@clae.net>
This commit is contained in:
marschap
2005-08-31 07:52:01 +00:00
parent 78a4e731db
commit ea609d6a2f
7 changed files with 314 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef HD_LIS2_H
#define HD_LIS2_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_lis2 (Driver *drvthis);
#endif