📄 ui_pop_up_list.h
字号:
/*************************
* ui_pop_up_list.c
*************************/
#define menu_ptr_x_def 5
#define menu_str_x_def 19
#define menu_bck_x_def menu_str_x_def-2
#define menu_bck_width 105
#define menu_ASCIIlength 16
#define POSITION_MENU7 (8)
#define POSITION_MENU6 (24)
#define POSITION_MENU5 (40)
#define POSITION_MENU4 (56)
#define POSITION_MENU3 (72)
#define POSITION_MENU2 (88)
#define POSITION_MENU1 (104)
#define list_str_x_def 2
#define list_str_y_def 2
typedef struct
{
UINT16 *strid;
UINT16 total;
UINT16 active;
UINT16 headid;
UINT8 string_id;
void (code *action)(UINT8 value);
}pop_up_list_t;
extern pop_up_list_t globle_list;
extern code UINT8 menu_pos[];
void ui_list_init(void);
void screen_popup_list(UINT8 key);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -