Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-08-08 23:50:19 +08:00
parent b79118d27b
commit 4f7d47edbd
63 changed files with 5848 additions and 5112 deletions
-10
View File
@@ -18,15 +18,6 @@
#define Y_WIDTH_ 8
typedef struct
{
int sele;
int list_dis_top;
const char *list_en;
const char *list_ch;
char *r_list;
}menu;
@@ -44,6 +35,5 @@ void OLED_AL(int sx,int sy,int ex,int ey,unsigned char dot_type);
void OLED_square(int Start_x, int Start_y, int End_x, int End_y, char type);
int SHOW_MENU(menu *m,int encoder,char button,char lan);
#endif /* OLED_H_ */