📄 icon24x16.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: icon24x16
Dimensions: 24 * 16
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 Colorsicon24x16[] = {
0x000000,0xFFFFFF
};
const GUI_LOGPALETTE Palicon24x16 = {
2, /* number of entries */
0, /* No transparency */
&Colorsicon24x16[0]
};
const unsigned char acicon24x16[] = {
XXXXXXXX, _____XXX, XXXXXXXX,
XXXXXXX_, ______XX, XXXXXXXX,
XXXXXXX_, __X___XX, XXXXXXXX,
XXXXXXX_, _XXX__XX, XXXXXXXX,
XXXXXX__, _XXX__XX, XXXXX___,
XXXXXX__, _XXX__XX, _______X,
XXXXXX__, XXXX____, ___XXXXX,
XXXXXX__, _______X, XXXXXXXX,
XXXXXX__, ______XX, XXXXXXXX,
XXX_____, XXX_____, ___XXXXX,
X____X__, X_______, _____XXX,
____XX__, XXXXXXX_, ____XXXX,
__XXXX_X, XXXXXXX_, ___XXXXX,
_XXXXX_X, XXXX____, _XXXXXXX,
XXXXXX_X, X______X, XXXXXXXX,
XXXXXX__, ____XXXX, XXXXXXXX
};
const GUI_BITMAP bmicon24x16 = {
24, /* XSize */
16, /* YSize */
3, /* BytesPerLine */
1, /* BitsPerPixel */
acicon24x16, /* Pointer to picture data (indices) */
&Palicon24x16 /* Pointer to palette */
};
/* *** End of file *** */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -