black.c

来自「君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图」· C语言 代码 · 共 76 行

C
76
字号
/*  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: black  Dimensions:  21 * 21  NumColors:   16*/#include "stdlib.h"#include "GUI.h"/*   PaletteThe 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 componentas follows:   0xBBGGRR*/const GUI_COLOR Colorsblack[] = {     0xFFFFFF,0x000080,0x008000,0x008080    ,0x800000,0x800080,0x808000,0xC0C0C0    ,0x808080,0x0000FF,0x00FF00,0x00FFFF    ,0xFF0000,0xFF00FF,0xFFFF00,0x000000};const GUI_LOGPALETTE Palblack = {  16,	/* number of entries */  1, 	/* Has transparency */  &Colorsblack[0]};const unsigned char acblack[] = {  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,  0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00,  0x00, 0x00, 0xFF, 0x18, 0x88, 0x81, 0x1F, 0xFF, 0xF0, 0x00, 0x00,  0x00, 0x0F, 0xF1, 0x87, 0x88, 0x88, 0xF1, 0xFF, 0xFF, 0x00, 0x00,  0x00, 0xFF, 0x18, 0x78, 0x8F, 0x1F, 0x1F, 0x1F, 0xFF, 0xF0, 0x00,  0x00, 0xF1, 0x87, 0x88, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x00,  0x0F, 0xF8, 0x78, 0x8F, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,  0x0F, 0xF8, 0x88, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,  0x0F, 0xF8, 0x8F, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,  0x0F, 0xF8, 0x81, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,  0x0F, 0xF1, 0x8F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,  0x0F, 0xF1, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,  0x0F, 0xFF, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,  0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF1, 0xF0, 0x00,  0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xF0, 0x00,  0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF1, 0xFF, 0x00, 0x00,  0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xF0, 0x00, 0x00,  0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xF1, 0xFF, 0x00, 0x00, 0x00,  0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};const GUI_BITMAP bmblack = { 21, /* XSize */ 21, /* YSize */ 11, /* BytesPerLine */ 4, /* BitsPerPixel */ acblack,  /* Pointer to picture data (indices) */ &Palblack  /* Pointer to palette */};/* *** End of file *** */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?