c1.c

来自「ucgui3.90在44b0上的移植」· C语言 代码 · 共 187 行 · 第 1/5 页

C
187
字号
/*
  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: c1
  Dimensions:  240 * 320
  NumColors:   256
*/

#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 Colorsc1[] = {
     0x000000,0x000055,0x0000AA,0x0000FF
    ,0x002400,0x002455,0x0024AA,0x0024FF
    ,0x004800,0x004855,0x0048AA,0x0048FF
    ,0x006D00,0x006D55,0x006DAA,0x006DFF
    ,0x009100,0x009155,0x0091AA,0x0091FF
    ,0x00B600,0x00B655,0x00B6AA,0x00B6FF
    ,0x00DA00,0x00DA55,0x00DAAA,0x00DAFF
    ,0x00FF00,0x00FF55,0x00FFAA,0x00FFFF
    ,0x240000,0x240055,0x2400AA,0x2400FF

⌨️ 快捷键说明

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