ui_pop_up_list.h

来自「智原mp3 SDK 开发包 与巨力 有mp3 wma ogg decoder」· C头文件 代码 · 共 41 行

H
41
字号
/*************************
 *  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 + =
减小字号Ctrl + -
显示快捷键?