Step 2: Add glcd unified graphic display driver. See glcd_drv.c for details.

This commit is contained in:
mmdolze
2011-09-09 18:45:55 +00:00
parent 9dcabf8ce5
commit 377aa5d9f8
10 changed files with 878 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef GLCD_T6963_H
#define GLCD_T6963_H
int glcd_t6963_init(Driver *drvthis);
void glcd_t6963_blit(PrivateData *p);
void glcd_t6963_close(PrivateData *p);
#endif