init commit
This commit is contained in:
commit
91399c2e8f
119 changed files with 27396 additions and 0 deletions
25
plan_manage_main/src/app/include/tft.h
Normal file
25
plan_manage_main/src/app/include/tft.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue