kb_data.h

来自「一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上」· C头文件 代码 · 共 45 行

H
45
字号
extern const U8 ukb_bitmap[];
extern const U8 lkb_bitmap[];
extern const U8 fkb_bitmap[];
extern const U8 nkb_bitmap[];
extern const U8 hkb_bitmap[];

//control icons' bitmaps
extern const U8 sx_bitmap[];
extern const U8 fh_bitmap[];
extern const U8 sz_bitmap[];
extern const U8 py_bitmap[];
extern const U8 da_bitmap[];
extern const U8 xiao_bitmap[];

#ifdef SANBAO
extern const U8 sx_number[];
#endif

//the dial_number keyboard icon bitmap 44*25
extern const U8 num_0[];
extern const U8 num_1[];
extern const U8 num_2[];
extern const U8 num_3[];
extern const U8 num_4[];
extern const U8 num_5[];
extern const U8 num_6[];
extern const U8 num_7[];
extern const U8 num_8[];
extern const U8 num_9[];
extern const U8 num_as[];               //*
extern const U8 num_pd[];               //#

//Bitmap of question mark used in the wizard help icon
extern const U8 question_mark[];
extern const U8 smart_history[];
extern const U8 delete_mark[];
extern const U8 close_mark[];
extern const U8 dial_mark[];            //34*34

//The keyboard return value
extern const U16 u_keyboard[];
extern const U16 l_keyboard[];
extern const U16 f_keyboard[];
extern const U16 n_keyboard[];
extern const U16 h_keyboard[];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?