修改了一些逻辑

This commit is contained in:
2021-08-16 12:33:10 +08:00
parent 0aa303e132
commit 398d16f69f
11 changed files with 6948 additions and 6267 deletions
+4 -2
View File
@@ -39,8 +39,10 @@ typedef struct
windows_stack *windows;
windows_stack *last_windows;
//touch_device *touch; //Ò»¸öUI¹ÒÔØÒ»¸ö´¥¿ØÉ豸
uint8_t refresh_ui_flag;
int window_move_x;
int window_move_y;
uint8_t refresh_ui_flag:1;
uint8_t window_move_lock:1;
}UI;
void Inteface_SetCursor(uint16_t Xpos, uint16_t Ypos);