增加了全局结构体,将UI定时器函数中全局变量替换成结构体变量

This commit is contained in:
liulin
2024-03-19 11:00:34 +08:00
parent c0b6bd173d
commit d224a48a7f
5 changed files with 375 additions and 58 deletions

View File

@ -5,7 +5,6 @@
#define img_head_address 0x0
#define IMG_ARC_IMG_1 (const lv_img_dsc_t *)(img_head_address + 0x0)
#define IMG_ARC_IMG_2 (const lv_img_dsc_t *)(img_head_address + 0xd168)
#define IMG_ARC_IMG_3 (const lv_img_dsc_t *)(img_head_address + 0x1a2d0)