完成时钟同步以及页面刷新功能

This commit is contained in:
forbelief 2016-04-18 19:31:51 +08:00
parent f65b593f80
commit 0cb04e9b90
7 changed files with 151 additions and 41 deletions

View file

@ -29,8 +29,9 @@ void tft_ok(void);
void tft_ret(void);
void tft_page_refresh(void);
int16_t get_value_of_kvp(char *name);
int16_t *get_value_of_kvp(char *name, uint8_t objn);
input_limit tft_input_limit(char *name);