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

📄 armjishu_logo.c

📁 基于STM32(CotextM3)开发的实时操作系统uCos和UCGUI设计
💻 C
📖 第 1 页 / 共 3 页
字号:
/*********************************************************************
*                SEGGER MICROCONTROLLER SYSTEME GmbH                 *
*        Solutions for real time microcontroller applications        *
*                           www.segger.com                           *
**********************************************************************
*
* C-file generated by
*
*        礐/GUI-BitmapConvert V3.90.
*        Compiled Aug 19 2004, 09:07:56
*          (c) 2002  Micrium, Inc.
  www.micrium.com

  (c) 1998-2002  Segger
  Microcontroller Systeme GmbH
  www.segger.com
*
**********************************************************************
*
* Source file: Armjishu_logo
* Dimensions:  128 * 43
* NumColors:   256
*
**********************************************************************
*/

#include "stdlib.h"

#include "GUI.h"

#ifndef GUI_CONST_STORAGE
  #define GUI_CONST_STORAGE const
#endif

/*   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
*/

static GUI_CONST_STORAGE GUI_COLOR ColorsArmjishu_logo[] = {
     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
    ,0x008080,0x0080A0,0x0080C0,0x0080E0
    ,0x00A000,0x00A020,0x00A040,0x00A060
    ,0x00A080,0x00A0A0,0x00A0C0,0x00A0E0
    ,0x00C000,0x00C020,0x00C040,0x00C060
    ,0x00C080,0x00C0A0,0x00C0C0,0x00C0E0
    ,0x00E000,0x00E020,0x00E040,0x00E060
    ,0x00E080,0x00E0A0,0x00E0C0,0x00E0E0
    ,0x400000,0x400020,0x400040,0x400060
    ,0x400080,0x4000A0,0x4000C0,0x4000E0
    ,0x402000,0x402020,0x402040,0x402060
    ,0x402080,0x4020A0,0x4020C0,0x4020E0
    ,0x404000,0x404020,0x404040,0x404060
    ,0x404080,0x4040A0,0x4040C0,0x4040E0
    ,0x406000,0x406020,0x406040,0x406060
    ,0x406080,0x4060A0,0x4060C0,0x4060E0
    ,0x408000,0x408020,0x408040,0x408060
    ,0x408080,0x4080A0,0x4080C0,0x4080E0
    ,0x40A000,0x40A020,0x40A040,0x40A060
    ,0x40A080,0x40A0A0,0x40A0C0,0x40A0E0
    ,0x40C000,0x40C020,0x40C040,0x40C060
    ,0x40C080,0x40C0A0,0x40C0C0,0x40C0E0
    ,0x40E000,0x40E020,0x40E040,0x40E060
    ,0x40E080,0x40E0A0,0x40E0C0,0x40E0E0
    ,0x800000,0x800020,0x800040,0x800060
    ,0x800080,0x8000A0,0x8000C0,0x8000E0
    ,0x802000,0x802020,0x802040,0x802060
    ,0x802080,0x8020A0,0x8020C0,0x8020E0
    ,0x804000,0x804020,0x804040,0x804060
    ,0x804080,0x8040A0,0x8040C0,0x8040E0
    ,0x806000,0x806020,0x806040,0x806060
    ,0x806080,0x8060A0,0x8060C0,0x8060E0
    ,0x808000,0x808020,0x808040,0x808060
    ,0x808080,0x8080A0,0x8080C0,0x8080E0
    ,0x80A000,0x80A020,0x80A040,0x80A060
    ,0x80A080,0x80A0A0,0x80A0C0,0x80A0E0
    ,0x80C000,0x80C020,0x80C040,0x80C060
    ,0x80C080,0x80C0A0,0x80C0C0,0x80C0E0
    ,0x80E000,0x80E020,0x80E040,0x80E060
    ,0x80E080,0x80E0A0,0x80E0C0,0x80E0E0
    ,0xC00000,0xC00020,0xC00040,0xC00060
    ,0xC00080,0xC000A0,0xC000C0,0xC000E0
    ,0xC02000,0xC02020,0xC02040,0xC02060
    ,0xC02080,0xC020A0,0xC020C0,0xC020E0
    ,0xC04000,0xC04020,0xC04040,0xC04060
    ,0xC04080,0xC040A0,0xC040C0,0xC040E0
    ,0xC06000,0xC06020,0xC06040,0xC06060
    ,0xC06080,0xC060A0,0xC060C0,0xC060E0
    ,0xC08000,0xC08020,0xC08040,0xC08060

⌨️ 快捷键说明

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