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

📄 net.c

📁 arm 的bootload程序代码 s344b0x
💻 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: net
  Dimensions:  24 * 12
  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 Colorsnet[] = {
     0x000000,0xFFFFFF
};

const GUI_LOGPALETTE Palnet = {
  2,	/* number of entries */
  0, 	/* No transparency */
  &Colorsnet[0]
};

const unsigned char acnet[] = {
  XXXXXXXX, XXXXXXXX, XXXXXXXX,
  XX______, ___XXXX_, XXX_XXXX,
  XX_XXXXX, X_XXXXX_, XXX____X,
  XX_XX_XX, __XXXX_X, X___XX_X,
  XX___X__, X_XXXX__, __X_X_XX,
  XX_X_XX_, X_XXXXX_, XXXX_XXX,
  XX___XX_, X_XXXX_X, XXX_X__X,
  XX__X__X, __XXXX__, XX_XXX__,
  XX_XX_XX, __XXXXXX, XX_____X,
  XX_XXXXX, X_XXXXXX, _X_XXX_X,
  XX_XXXXX, X_XXXX__, XX_XXX_X,
  XXXXXXXX, X_XXXXXX, XXX____X
};

const GUI_BITMAP bmnet = {
 24, /* XSize */
 12, /* YSize */
 3, /* BytesPerLine */
 1, /* BitsPerPixel */
 acnet,  /* Pointer to picture data (indices) */
 &Palnet  /* Pointer to palette */
};

/* *** End of file *** */

⌨️ 快捷键说明

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