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

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

@ -10,13 +10,13 @@
/*
*
*/
#define SIMULAT_TIMER_NUM 3
#define SIMULAT_TIMER_NUM 5
typedef struct st_register_
{
uint8_t count; // 定时器计数
uint32_t count; // 定时器计数
uint32_t cmr; // 比较寄存器
struct
{

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);