init commit

This commit is contained in:
forbelief 2016-04-15 17:08:43 +08:00
commit 91399c2e8f
119 changed files with 27396 additions and 0 deletions

View file

@ -0,0 +1,25 @@
/*
* tft.h - tft接口
*/
#ifndef TFT_H
#define TFT_H
void tft_init(void);
void tft_up(void);
void tft_down(void);
void tft_ok(void);
void tft_ret(void);
#endif /* TFT_H */