logo.c

来自「一个自己编译0通过的绝对能用的GUI移植到44B0」· C语言 代码 · 共 167 行 · 第 1/5 页

C
167
字号
/*
  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: logo
  Dimensions:  320 * 240
  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 Colorslogo[] = {
     0x3248A8,0x4FCB11,0x22160A,0x2B2012
    ,0x4BEAFF,0x443954,0x4EB2A7,0x499116
    ,0x3A5E17,0x4CF6FE,0x444592,0x4BD9FE
    ,0x4556E9,0x2A37B1,0x45301A,0x35FBFD
    ,0x54F252,0x4977FE,0x4F4330,0x4CAF12

⌨️ 快捷键说明

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