📄 logo_seggerlarge.c
字号:
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applications *
**********************************************************************
* *
* (c) 1996 - 2007 SEGGER Microcontroller Systeme GmbH *
* *
* Internet: www.segger.com Support: support@segger.com *
* *
**********************************************************************
** emWin V4.14 - Graphical user interface for embedded applications **
emWin is protected by international copyright laws. Knowledge of the
source code may not be used to write a similar product. This file may
only be used in accordance with a license and should not be re-
distributed in any way. We appreciate your understanding and fairness.
----------------------------------------------------------------------
File : Logo_SeggerLarge.c
Purpose : Bitmap file
---------------------------END-OF-HEADER------------------------------
*/
#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 ColorsSeggerLogoLarge[] = {
0x0000FF,0xB4B4B4,0x6A6A6A,0x182020
,0x080808,0x101018,0x313139,0x9C9C9C
,0x837B7B,0x181818,0x000000,0x414141
,0xDEDEDE,0x41414A,0x202020,0x313131
,0xBDB4B4,0x8B8B8B,0xC5C5C5,0xCDCDCD
,0x4A4A4A,0x7B7B7B,0x737373,0xACACAC
,0xFFFFFF,0xE6E6E6,0x394141,0x393939
,0x7B7B83,0xFFEEEE,0xFF9C9C,0xFF8383
,0xFFB4B4,0xFFF6F6,0xFFBDBD,0xFF3939
,0xFF0000,0xF68383,0xFF1010,0xFF5A5A
,0xF6DEDE,0xFF7B7B,0xF6ACAC,0xFFD5D5
,0xFF0808,0xFF7373,0xFF6262,0xFF2020
,0xFFDEDE,0xFFE6E6,0xFF2929,0xFF5252
,0xF67373,0xFF9494,0xFFC5C5,0xF6A4A4
,0xFF1818,0xFF6A6A,0xFF8B8B,0xFF3131
,0xFFACAC,0xFF4141,0xF6C5C5,0xFFA4A4
,0xFFCDCD,0xF6BDBD,0xFF4A4A,0xF6CDCD
,0xF6EEEE,0xE6DEDE,0xD5D5D5,0x949494
,0x393941,0x202029,0x292931,0x525A5A
,0x9CA4A4,0x626262,0xCDC5C5,0xF6F6F6
,0xEEEEEE,0xC5BDBD,0x313939,0x6A7373
,0xEEE6E6,0x838383,0xB4ACAC,0xA49C9C
,0x181820,0x414A4A,0x525252,0x293131
,0xCDC5CD,0x625A62,0x8B8383,0xCDD5D5
,0xACB4B4,0x292929,0x626A6A,0x6A6A73
,0xC5BDC5,0xBDBDC5,0x101818,0x5A5A5A
,0x202929,0xBDBDBD,0x838B8B,0xB4ACB4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -