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

📄 bitmapfile.h

📁 ucGUI的一些使用例子
💻 H
字号:
#ifndef __BITMAP_FILE_H_
#define __BITMAP_FILE_H_

/*bitmap 3*/
extern const GUI_COLOR Colors3[];
extern const GUI_LOGPALETTE Pal3;
extern const unsigned char ac3[];
extern const GUI_BITMAP bm3;

/*bitmap 3 compressed with palette*/

extern const GUI_COLOR Colors3_compressed_with_palette[];
extern const GUI_LOGPALETTE Pal3_compressed_with_palette;
extern const unsigned char ac3_compressed_with_palette[];
extern const GUI_BITMAP bm3_compressed_with_palette;

/*bitmap map*/
extern const GUI_COLOR Colorsmap[];
extern const GUI_LOGPALETTE Palmap;
extern const unsigned char acmap[];
extern const GUI_BITMAP bmmap;

#endif

⌨️ 快捷键说明

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