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

📄 bf.c

📁 在桓丰的44b0上实现漂亮的大时钟
💻 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: bf
  Dimensions:  108 * 101
  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 Colorsbf[] = {
     0x000000,0x000033,0x000066,0x000099
    ,0x0000CC,0x0000FF,0x003300,0x003333
    ,0x003366,0x003399,0x0033CC,0x0033FF
    ,0x006600,0x006633,0x006666,0x006699
    ,0x0066CC,0x0066FF,0x009900,0x009933
    ,0x009966,0x009999,0x0099CC,0x0099FF
    ,0x00CC00,0x00CC33,0x00CC66,0x00CC99
    ,0x00CCCC,0x00CCFF,0x00FF00,0x00FF33
    ,0x00FF66,0x00FF99,0x00FFCC,0x00FFFF
    ,0x330000,0x330033,0x330066,0x330099
    ,0x3300CC,0x3300FF,0x333300,0x333333

⌨️ 快捷键说明

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