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

📄 005.c

📁 hfrk44b0_uCGUI,可以跑在hfrk44b0开发板上,支持4级以及16级灰度,已经测试通过,直接下载到开发板上就能用.
💻 C
📖 第 1 页 / 共 5 页
字号:
/*
  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: 005
  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 Colors005[] = {
     0x8BAFF5,0xEFFAFD,0x4A854B,0xA9CEFE
    ,0x335A2E,0x2F456E,0x4D4E4F,0x71936D
    ,0x6F8AA8,0x2D010D,0x49774A,0x729BF9
    ,0x4969B1,0x082258,0x0D2C6B,0x2B4A8D
    ,0xF98477,0x78A5F8,0x51092E,0x133984

⌨️ 快捷键说明

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