?? gui_mousenodrop.c
字號(hào):
/*
C-file generated by Bitmap converter for emWin GSC V2.30b, compiled May 8 2002, 10:05:14
Copyright (C) 1998-2002
Segger Microcontroller Systeme GmbH
www.segger.com
Solutions for real time microcontroller applications
Source file: GUI_MouseNoDrop
Dimensions: 20 * 20
NumColors: 3
*/
#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 ColorsGUI_MouseNoDrop[] = {
0,0xFFFFFF,0x000000
};
const GUI_LOGPALETTE PalGUI_MouseNoDrop = {
3, /* number of entries */
0, /* No transparency */
&ColorsGUI_MouseNoDrop[0]
};
const unsigned char acGUI_MouseNoDrop[] = {
0x00, 0x01, 0x55, 0x40, 0x00,
0x00, 0x16, 0xAA, 0x94, 0x00,
0x00, 0x6A, 0xAA, 0xA9, 0x00,
0x01, 0xAA, 0x55, 0xAA, 0x40,
0x06, 0xA5, 0x00, 0x5A, 0x90,
0x1A, 0xA9, 0x00, 0x06, 0xA4,
0x1A, 0x6A, 0x40, 0x01, 0xA4,
0x6A, 0x5A, 0x90, 0x01, 0xA9,
0x69, 0x06, 0xA4, 0x00, 0x69,
0x69, 0x01, 0xA9, 0x00, 0x69,
0x69, 0x00, 0x6A, 0x40, 0x69,
0x69, 0x00, 0x1A, 0x90, 0x69,
0x6A, 0x40, 0x06, 0xA5, 0xA9,
0x1A, 0x40, 0x01, 0xA9, 0xA4,
0x1A, 0x90, 0x00, 0x6A, 0xA4,
0x06, 0xA5, 0x00, 0x1A, 0x90,
0x01, 0xAA, 0x55, 0x6A, 0x40,
0x00, 0x6A, 0xAA, 0xA9, 0x00,
0x00, 0x16, 0xAA, 0x94, 0x00,
0x00, 0x01, 0x55, 0x40, 0x00
};
const GUI_BITMAP GUI_MouseNoDrop = {
20, /* XSize */
20, /* YSize */
5, /* BytesPerLine */
2, /* BitsPerPixel */
acGUI_MouseNoDrop, /* Pointer to picture data (indices) */
&PalGUI_MouseNoDrop /* Pointer to palette */
};
/* *** End of file *** */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -