📄 icon14x14.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: icon14x14
Dimensions: 14 * 14
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 Colorsicon14x14[] = {
0x000000,0xFFFFFF
};
const GUI_LOGPALETTE Palicon14x14 = {
2, /* number of entries */
0, /* No transparency */
&Colorsicon14x14[0]
};
const unsigned char acicon14x14[] = {
XXXX____, XXXXXX__,
XXXX____, XXXXXX__,
XXXX__X_, XXXXXX__,
XXX__XX_, _XXXXX__,
XXX__XX_, _X______,
XXX__XX_, ____XX__,
XXX_____, _XXXXX__,
XXX_____, XXXXXX__,
X____X__, ____XX__,
________, ____XX__,
__X__XXX, X___XX__,
_XX_XXXX, ___XXX__,
XXX_XX__, _XXXXX__,
XXX____X, XXXXXX__
};
const GUI_BITMAP bmicon14x14 = {
14, /* XSize */
14, /* YSize */
2, /* BytesPerLine */
1, /* BitsPerPixel */
acicon14x14, /* Pointer to picture data (indices) */
&Palicon14x14 /* Pointer to palette */
};
/* *** End of file *** */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -