@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user