bitmapfile.h

来自「ucGUI的一些使用例子」· C头文件 代码 · 共 23 行

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