键盘功能

Signed-off-by: fong <wuwenfengmi@outlook.com>
This commit is contained in:
fong
2024-01-01 20:35:42 +08:00
parent 616b596fb7
commit 7a06f2e864
15 changed files with 9828 additions and 8407 deletions
+4
View File
@@ -9,6 +9,7 @@
#define WINDOWS_H_
#include "main.h"
#include "lcd.h"
#include "key.h"
typedef struct
{
@@ -19,6 +20,9 @@ typedef struct
COLOR_16 background;
char title[16];
uint8_t refresh_windows_flag;
char touch_flag;
int touch_x;
int touch_y;
}window;