📄 font_bitmaps.c
字号:
/*
+-----------------------------------------------------------------------------
| Project :
| Modul : display
+-----------------------------------------------------------------------------
| Copyright 2002 Texas Instruments Berlin, AG
| All rights reserved.
|
| This file is confidential and a trade secret of Texas
| Instruments Berlin, AG
| The receipt of or possession of this file does not convey
| any rights to reproduce or disclose its contents or to
| manufacture, use, or sell anything it may describe, in
| whole, or in part, without the specific written consent of
| Texas Instruments Berlin, AG.
+-----------------------------------------------------------------------------
| Purpose :
+-----------------------------------------------------------------------------
*/
#include "stddefs.h"
#include "font_bitmaps.h"
/********************************8 BITMAP DATABASE ********************************************/
/********************************8 BITMAP DATABASE ********************************************/
/*
GW Removed duplicate chars and replaced with 'rubbish'
GW Removed chinese alphabet to chinese_bitmaps.c to prevent the chinese
character set being delivered when it should not be.
MC, SPR 1434 removed CHINESE_MMI definition
GW SPR#1732 14/02/03- Added some missing chinese characters.
Corrected order of some characters (4EE3 and 4EE5 )
Changed definitions from char to unsigned char (for compilation on PC)
GW SPR#1840 25/03/03- changed conditional compilation to from COLOURDISPLAY to LSCREEN
*/
#ifndef LSCREEN
const unsigned char uc2_0000[] = { 0x00,0x00,0x00,0x00, 0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 0*/
const unsigned char uc2_0001[] = { 0x00,0x00,0x00,0x00,0x00,0x90,0x60,0x90,0x90,0x60,0x90,0x00}; /* 1*/
const unsigned char uc2_0002[] = { 0x00,0x00,0x00,0x00,0x30,0x48,0x94,0xa4,0xc4,0x48,0x30,0x00}; /* 2*/
const unsigned char uc2_0003[] = { 0x00,0x00,0x00,0x00,0x30,0x48,0x94,0xa4,0xc4,0x48,0x30,0x00}; /* 3*/
const unsigned char uc2_0004[] = { 0x00,0x00,0x00,0x00,0x00,0x20,0x50,0x50,0x88,0x88,0xf8,0x00}; /* 4*/
const unsigned char uc2_0005[] = { 0x00,0x00,0x00,0x00,0x00,0xa8,0xa8,0x70,0x20,0x20,0x20,0x00}; /* 5*/
const unsigned char uc2_0006[] = { 0x00,0x00,0x00,0x00,0x60,0x80,0x60,0x90,0x60,0x10,0x60,0x00}; /* 6*/
const unsigned char uc2_0007[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x48,0x68,0x48,0x30,0x00}; /* 7*/
const unsigned char uc2_0008[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 8*/
const unsigned char uc2_0009[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 9*/
const unsigned char uc2_000A[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; /* 10 LF */
const unsigned char uc2_000B[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 11*/
const unsigned char uc2_000C[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 12*/
const unsigned char uc2_000D[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; /* 13 CR */
const unsigned char uc2_000E[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 14*/
const unsigned char uc2_000F[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 15*/
const unsigned char uc2_0010[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 16*/
const unsigned char uc2_0011[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 17*/
const unsigned char uc2_0012[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 18*/
const unsigned char uc2_0013[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 19*/
const unsigned char uc2_0014[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 20*/
const unsigned char uc2_0015[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 21*/
const unsigned char uc2_0016[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 22*/
const unsigned char uc2_0017[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 23*/
const unsigned char uc2_0018[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 24*/
const unsigned char uc2_0019[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 25*/
const unsigned char uc2_001A[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 26*/
const unsigned char uc2_001B[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 27*/
const unsigned char uc2_001C[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 28*/
const unsigned char uc2_001D[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 29*/
const unsigned char uc2_001E[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 30*/
const unsigned char uc2_001F[] = { 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0x00}; /* 31*/
const unsigned char uc2_0020[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; /* 32*/
const unsigned char uc2_0021[] = { 0x00,0x00,0x00,0x00,0x20,0x20,0x20,0x20,0x00,0x00,0x20,0x00}; /* 33*/
const unsigned char uc2_0022[] = { 0x00,0x00,0x00,0x00,0x50,0x50,0x50,0x00,0x00,0x00,0x00,0x00}; /* 34*/
const unsigned char uc2_0023[] = { 0x00,0x00,0x00,0x00,0x50,0x50,0xf8,0x50,0xf8,0x50,0x50,0x00}; /* 35*/
const unsigned char uc2_0024[] = { 0x00,0x00,0x00,0x00,0x20,0x78,0xa0,0x70,0x28,0xf0,0x20,0x00}; /* 36*/
const unsigned char uc2_0025[] = { 0x00,0x00,0x00,0x00,0xc0,0xc8,0x10,0x20,0x40,0x98,0x18,0x00}; /* 37*/
const unsigned char uc2_0026[] = { 0x00,0x00,0x00,0x00,0x60,0x90,0xa0,0x40,0xa8,0x90,0x68,0x00}; /* 38*/
const unsigned char uc2_0027[] = { 0x00,0x00,0x00,0x00,0x60,0x20,0x40,0x00,0x00,0x00,0x00,0x00}; /* 39*/
const unsigned char uc2_0028[] = { 0x00,0x00,0x00,0x00,0x10,0x20,0x40,0x40,0x40,0x20,0x10,0x00}; /* 40*/
const unsigned char uc2_0029[] = { 0x00,0x00,0x00,0x00,0x40,0x20,0x10,0x10,0x10,0x20,0x40,0x00}; /* 41*/
const unsigned char uc2_002A[] = { 0x00,0x00,0x00,0x00,0x00,0x20,0xa8,0x70,0xa8,0x20,0x00,0x00}; /* 42*/
const unsigned char uc2_002B[] = { 0x00,0x00,0x00,0x00,0x00,0x20,0x20,0xf8,0x20,0x20,0x00,0x00}; /* 43*/
const unsigned char uc2_002C[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x20,0x40,0x00}; /* 44*/
const unsigned char uc2_002D[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x00,0x00,0x00,0x00}; /* 45*/
const unsigned char uc2_002E[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x60,0x00}; /* 46*/
const unsigned char uc2_002F[] = { 0x00,0x00,0x00,0x00,0x00,0x08,0x10,0x20,0x40,0x80,0x00,0x00}; /* 47*/
const unsigned char uc2_0030[] = { 0x00,0x00,0x00,0x00,0x70,0x88,0x98,0xa8,0xc8,0x88,0x70,0x00}; /* 48*/
const unsigned char uc2_0031[] = { 0x00,0x00,0x00,0x00,0x20,0x60,0x20,0x20,0x20,0x20,0x70,0x00}; /* 49*/
const unsigned char uc2_0032[] = { 0x00,0x00,0x00,0x00,0x70,0x88,0x08,0x10,0x20,0x40,0xf8,0x00}; /* 50*/
const unsigned char uc2_0033[] = { 0x00,0x00,0x00,0x00,0xf8,0x10,0x20,0x10,0x08,0x88,0x70,0x00}; /* 51*/
const unsigned char uc2_0034[] = { 0x00,0x00,0x00,0x00,0x10,0x30,0x50,0x90,0xf8,0x10,0x10,0x00}; /* 52*/
const unsigned char uc2_0035[] = { 0x00,0x00,0x00,0x00,0xf8,0x80,0xf0,0x08,0x08,0x88,0x70,0x00}; /* 53*/
const unsigned char uc2_0036[] = { 0x00,0x00,0x00,0x00,0x30,0x40,0x80,0xf0,0x88,0x88,0x70,0x00}; /* 54*/
const unsigned char uc2_0037[] = { 0x00,0x00,0x00,0x00,0xf8,0x08,0x10,0x20,0x40,0x40,0x40,0x00}; /* 55*/
const unsigned char uc2_0038[] = { 0x00,0x00,0x00,0x00,0x70,0x88,0x88,0x70,0x88,0x88,0x70,0x00}; /* 56*/
const unsigned char uc2_0039[] = { 0x00,0x00,0x00,0x00,0x70,0x88,0x88,0x78,0x08,0x10,0x60,0x00}; /* 57*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -