?? bmcashterminal.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 : bmCashTerminal.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 ColorsCashTerminal[] = {
0x000000,0x0B0B0B,0x1A1A1A,0x2C0306
,0x310000,0x390C2D,0x292929,0x3F2537
,0x363636,0x4A0912,0x48141D,0x623201
,0x773901,0x6C3F12,0x431B28,0x452535
,0x6D4115,0x75491E,0x754D24,0x78522B
,0x2C1543,0x331146,0x2B1155,0x3C3F5A
,0x1F1472,0x27166E,0x221574,0x364563
,0x37587B,0x4A4A4A,0x595959,0x654F4C
,0x786055,0x75596B,0x67557C,0x696969
,0x767676,0xFD1313,0xAB7A00,0xB57B08
,0xB17A19,0x845D36,0x87623D,0x966B3B
,0xA37426,0xCD6201,0xD27F2F,0x805E5F
,0x8A6540,0x93724F,0x866453,0x977757
,0xB06B6B,0xBB7676,0xFE4245,0xFD5252
,0xC37D7D,0xFE6868,0xFF7272,0xBD8200
,0xB2871B,0xB98F2E,0xBE8D37,0xBC973B
,0xC0870B,0xC28C15,0xC18D21,0xC69324
,0xC79837,0xBC9645,0xA38669,0xBA956B
,0xA78D72,0xAE947C,0xB1977F,0xC3854F
,0xD58B45,0xC09C43,0xDB904E,0xCE9656
,0xDB9A58,0xE19A56,0xC6A147,0xD1A64B
,0xC6A759,0xD4AF5A,0xC79B67,0xE09E63
,0xCAAC64,0xDEA566,0xCDB26B,0xD8B56A
,0xCBA576,0xDFAA77,0xCEB473,0xD2B879
,0xE0AF71,0x1A1681,0x0F1BAE,0x1219A1
,0x091CB6,0x3030B2,0x403DB4,0x33658D
,0x306A92,0x35719B,0x2E74A5,0x3478A5
,0x52479E,0x6C6083,0x4B42A6,0x4240B3
,0x5163B4,0x7072B2,0x061DC0,0x021FD6
,0x0020DD,0x2B2ECA,0x3839C0,0x2931D5
,0x333AD7,0x122FE0,0x0A39E2,0x1430E0
,0x2F37FF,0x3233FF,0x0B48E4,0x0F56E6
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -