⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kb_data.h

📁 国家ASIC工程中心使用的嵌入式操作系统
💻 H
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -