📄 func.c
字号:
/*
C-file generated by 礐/GUI-BitmapConvert V2.30c, compiled Jul 23 2002, 12:06:33
(c) 2002 Micrium, Inc. www.micrium.com (c) 1998-2002 Segger Microcontroller Systeme GmbH www.segger.com
Source file: func
Dimensions: 24 * 12
NumColors: 2
*/
#include "stdlib.h"
#include "GUI.H"
/* Palette
The following are the entries of the palette table.
Every entry is a 32-bit value (of which 24 bits are actually used)
the lower 8 bits represent the Red component,
the middle 8 bits represent the Green component,
the highest 8 bits (of the 24 bits used) represent the Blue component
as follows: 0xBBGGRR
*/
const GUI_COLOR Colorsfunc[] = {
0x000000,0xFFFFFF
};
const GUI_LOGPALETTE Palfunc = {
2, /* number of entries */
0, /* No transparency */
&Colorsfunc[0]
};
const unsigned char acfunc[] = {
XXXXXXX_, XXXXXXXX, XXXXXXXX,
XXXXXXX_, XXXXXXXX, _XXX_XXX,
XXXXX_X_, XXXXXXX_, X_XX_X_X,
XX___XX_, XXXXXX_X, ___X__X_,
XXX_XX__, ___XXXX_, XXXX_XX_,
XXX_XXX_, XX_XXX_X, ___X____,
XXX_XXX_, XX_XXX_X, X_X_XXXX,
XXX_XXX_, XX_XXX__, __X_XX_X,
XXX__X_X, XX_XXX_X, X_X_X_XX,
X__XXX_X, XX_XXX__, __X__XXX,
XXXXX_XX, X_XXXX_X, X_X_XXX_,
XXXX_XXX, __XXXXXX, X_XX____
};
const GUI_BITMAP bmfunc = {
24, /* XSize */
12, /* YSize */
3, /* BytesPerLine */
1, /* BitsPerPixel */
acfunc, /* Pointer to picture data (indices) */
&Palfunc /* Pointer to palette */
};
/* *** End of file *** */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -