优化窗口移动的逻辑,显示还是有问题,需要继续优化

This commit is contained in:
2021-08-16 23:36:56 +08:00
parent 398d16f69f
commit 2eb96d763e
16 changed files with 13476 additions and 13390 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ typedef struct
uint16_t adc_y;
int pix_x;
int pix_y;
char move_flag;
char move_flag:1;
char c:1; //有按键按下
char d:1; //成功读取adc值
}touch_device;