⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 black.c

📁 君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图片解码,浏览,电子书,录音,想学ucos,识货的人就下吧 russblock fmradio explore set
💻 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: 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -