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

📄 speed.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: speed
  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 Colorsspeed[] = {
     0x000000,0xFFFFFF
};

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

const unsigned char acspeed[] = {
  XXXXXXXX, XXXXXXXX, XX_XXXXX,
  X_XXXXX_, XXXXXXXX, XXX_XXXX,
  XX_X____, ___XXXX_, ___X___X,
  XXXXXXX_, XXXXXXX_, X_XXX_XX,
  XXXX____, __XXXXX_, ________,
  _____XX_, X_XXXXX_, X_XXX_XX,
  XX_XX___, __XXXX_X, X_____XX,
  XX_XXX__, XXXXXX_X, X_____XX,
  XX_XX_X_, __XXXX_X, XX_XX_XX,
  XX_X_XX_, XX_XXX_X, XXX__XXX,
  X_X_XXX_, XXXXXX_X, XXX__XXX,
  XXXX____, ___XX_XX, ___XX___
};

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

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

⌨️ 快捷键说明

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