chessboard.c

来自「103244857UCGUI390a.rar」· C语言 代码 · 共 155 行 · 第 1/5 页

C
155
字号
/*
  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: qipan
  Dimensions:  376 * 376
  NumColors:   15
*/

#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 Colorsqipan[] = {
     0xB4B4BC,0x549CCC,0x34A4EC,0x3C84C4
    ,0x3C6CB4,0x046C9C,0x141C1C,0xFCFCFC

⌨️ 快捷键说明

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