timer.c

来自「在桓丰的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: timer
  Dimensions:  240 * 195
  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 Colorstimer[] = {
     0x000000,0x000080,0x008000,0x008080
    ,0x800000,0x800080,0x808000,0xC0C0C0
    ,0xC0DCC0,0xF0CAA6,0x002040,0x002060
    ,0x002080,0x0020A0,0x0020C0,0x0020E0
    ,0x004000,0x004020,0x004040,0x004060
    ,0x004080,0x0040A0,0x0040C0,0x0040E0
    ,0x006000,0x006020,0x006040,0x006060
    ,0x006080,0x0060A0,0x0060C0,0x0060E0
    ,0x008000,0x008020,0x008040,0x008060

⌨️ 快捷键说明

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