?? splc501.c
字號:
//============================================================
#include "..\userdefine.h"
#include "lcd501.h"
#include "..\USER\user.h"
#include "..\USER\userinit.h"
#include "..\USER\main.h"
//================================================================================================
void X_MoveFiletoReserveBLK(U8 tc_FileType);
void SSD1815_send_data_cmd(U8 OM4081_data_cmd);//lyh add
void write_SPLC501CI(U8 instruct);//lyh add
void write_SPLC501CD(U8 showdata);//lyh add
void SPLC501_Set_PageNColumn_Address(U8 Page,U8 Column);//lyh add
void SPLC501_Write_CharABC(U8 Page,U8 Column,U8 ReverseDispOnOff,U8 CharABC);//lyh add
void LCD_disp_HZKCharBMP(U8 Page, U8 Column,U8 *BMPdataBuf, U8 CharOrWord,U8 reverse);//lyh add
U8 LCD501_Disp_FileNameNameOrText(U8 *DataBuf, U8 nByte,U8 DispOnOff,U8 NameOrText);//lyh add
void SPLC501_Init();//lyh add
void LCD501_Clear_ALL();//lyh add
void SPLC501_Erase_OnePage(U8 Page);//lyh add
code U8 SunplusSD[7]={'s','u','n','p','l','u','s'};
//====================================================================================================================
void SPLC501_Disp_PowerOnLock();//lyh add
void SPLC501_Disp_Lock(OnOff);//lyh add
void SPLC501_Disp_Volume(U8 XVolume);//lyh add
void SPLC501_Disp_Apoint(U8 OnOff);//lyh add
void SPLC501_Disp_Bpoint(U8 OnOff);//lyh add
void SPLC501_Disp_REP1ALL(U8 REPMode);//lyh add
void SPLC501_Disp_LittleString(U8 page,U8 column,U8 *Point,U8 Number);//lyh add
void SPLC501_Disp_Battery(U8 BLevel);//lyh add
void SPLC501_Disp_PlayMode(U8 X_PlayMode);//lyh add
void SPLC501_Disp_TrackOrTime(U8 *Time, U8 Column);//lyh add
void SPLC501_Playing_Pause_Stop_Record(U8 XState);//lyh add
void SPLC501_Disp_NoFile(U8 xx);//lyh add
void SPLC501_Printf(U8 Page,U8 Column,U8 * Pointer);//lyh add
void SPLC501_Fill_Value(U8 Page,U8 Column,U8 Num,U8 Value);//lyh add
void SPLC501_Write_Num_Value(U8 Num,U8 Value);//lyh add
void SPLC501_Disp_IconMenu(U8 SubState);//lyh add
void SPLC501_Disp_AllMusicLogoOff();//lyh add
void SPLC501_Disp_MusicLogo(U8 Condition);//lyh add
//====================================================================================================================
#define RESERVEBLOCK_FILETYPE_UITAB 0x00
extern U8 SMC_ReadWrite_ReserveBLK(U32 SectorCount,U8 tc_FileType, U8 tc_ReadOrWrite);
//lyh add
#if 1
code U8 Char_BMP[][16]=
{
//16X8 bit map (digital0)
0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x0F,0x10,0x20,0x20,0x10,0x0F,0x00,//0
//16X8 bit map (digital1)
0x00,0x10,0x10,0xF8,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//1
//16X8 bit map (digital2)
0x00,0x70,0x08,0x08,0x08,0x88,0x70,0x00,0x00,0x30,0x28,0x24,0x22,0x21,0x30,0x00,//2
//16X8 bit map (digital3)
0x00,0x30,0x08,0x88,0x88,0x48,0x30,0x00,0x00,0x18,0x20,0x20,0x20,0x11,0x0E,0x00,//3
//16X8 bit map (digital4)
0x00,0x00,0xC0,0x20,0x10,0xF8,0x00,0x00,0x00,0x07,0x04,0x24,0x24,0x3F,0x24,0x00,//4
//16X8 bit map (digital5)
0x00,0xF8,0x08,0x88,0x88,0x08,0x08,0x00,0x00,0x19,0x21,0x20,0x20,0x11,0x0E,0x00,//5
//16X8 bit map (digital6)
0x00,0xE0,0x10,0x88,0x88,0x18,0x00,0x00,0x00,0x0F,0x11,0x20,0x20,0x11,0x0E,0x00,//6
//16X8 bit map (digital7)
0x00,0x38,0x08,0x08,0xC8,0x38,0x08,0x00,0x00,0x00,0x00,0x3F,0x00,0x00,0x00,0x00,//7
//16X8 bit map (digital8)
0x00,0x70,0x88,0x08,0x08,0x88,0x70,0x00,0x00,0x1C,0x22,0x21,0x21,0x22,0x1C,0x00,//8
//16X8 bit map (digital9)
0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x00,0x31,0x22,0x22,0x11,0x0F,0x00,//9
//16X8 bit map (two dot==10)
0x00,0x00,0x00,0xC0,0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,//10
//16X8 bit map (dash==11)
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,//11
//=======================================================================================//
//=======================================================================================//
/*-- 文字: --*///(SPACE空白)
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//12
/*-- 文字: A --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0xC0,0x38,0xE0,0x00,0x00,0x00,0x20,0x3C,0x23,0x02,0x02,0x27,0x38,0x20,//13
/*-- 文字: B --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x88,0x88,0x88,0x70,0x00,0x00,0x20,0x3F,0x20,0x20,0x20,0x11,0x0E,0x00,//14
/*-- 文字: C --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0xC0,0x30,0x08,0x08,0x08,0x08,0x38,0x00,0x07,0x18,0x20,0x20,0x20,0x10,0x08,0x00,//15
/*-- 文字: D --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x08,0x08,0x08,0x10,0xE0,0x00,0x20,0x3F,0x20,0x20,0x20,0x10,0x0F,0x00,//16
/*-- 文字: E --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x88,0x88,0xE8,0x08,0x10,0x00,0x20,0x3F,0x20,0x20,0x23,0x20,0x18,0x00,//17
/*-- 文字: F --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x88,0x88,0xE8,0x08,0x10,0x00,0x20,0x3F,0x20,0x00,0x03,0x00,0x00,0x00,//18
/*-- 文字: G --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0xC0,0x30,0x08,0x08,0x08,0x38,0x00,0x00,0x07,0x18,0x20,0x20,0x22,0x1E,0x02,0x00,//19
/*-- 文字: H --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x08,0x00,0x00,0x08,0xF8,0x08,0x20,0x3F,0x21,0x01,0x01,0x21,0x3F,0x20,//20
/*-- 文字: I --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x08,0x08,0xF8,0x08,0x08,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//21
/*-- 文字: J --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x08,0xF8,0x08,0x00,0x00,0x00,0x10,0x20,0x20,0x1F,0x00,0x00,0x00,//22
//0x00,0x00,0x08,0x08,0xF8,0x08,0x08,0x00,0xC0,0x80,0x80,0x80,0x7F,0x00,0x00,0x00,
/*-- 文字: K --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x88,0xC0,0x28,0x18,0x08,0x00,0x20,0x3F,0x20,0x01,0x26,0x38,0x20,0x00,//23
/*-- 文字: L --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x08,0x00,0x00,0x00,0x00,0x00,0x20,0x3F,0x20,0x20,0x20,0x20,0x30,0x00,//24
/*-- 文字: M --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0xF8,0x00,0xF8,0xF8,0x08,0x00,0x20,0x3F,0x00,0x3F,0x00,0x3F,0x20,0x00,//25
/*-- 文字: N --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x30,0xC0,0x00,0x08,0xF8,0x08,0x20,0x3F,0x20,0x00,0x07,0x18,0x3F,0x00,//26
/*-- 文字: O --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0xE0,0x10,0x08,0x08,0x08,0x10,0xE0,0x00,0x0F,0x10,0x20,0x20,0x20,0x10,0x0F,0x00,//27
/*-- 文字: P --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x08,0x08,0x08,0x08,0xF0,0x00,0x20,0x3F,0x21,0x01,0x01,0x01,0x00,0x00,//28
/*-- 文字: Q --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0xE0,0x10,0x08,0x08,0x08,0x10,0xE0,0x00,0x0F,0x18,0x24,0x24,0x38,0x50,0x4F,0x00,//29
/*-- 文字: R --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x88,0x88,0x88,0x88,0x70,0x00,0x20,0x3F,0x20,0x00,0x03,0x0C,0x30,0x20,//30
/*-- 文字: S --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x70,0x88,0x08,0x08,0x08,0x38,0x00,0x00,0x38,0x20,0x21,0x21,0x22,0x1C,0x00,//31
/*-- 文字: T --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x18,0x08,0x08,0xF8,0x08,0x08,0x18,0x00,0x00,0x00,0x20,0x3F,0x20,0x00,0x00,0x00,//32
/*-- 文字: U --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x08,0x00,0x00,0x08,0xF8,0x08,0x00,0x1F,0x20,0x20,0x20,0x20,0x1F,0x00,//33
/*-- 文字: V --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0x78,0x88,0x00,0x00,0xC8,0x38,0x08,0x00,0x00,0x07,0x38,0x0E,0x01,0x00,0x00,//34
/*-- 文字: W --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0xF8,0x08,0x00,0xF8,0x00,0x08,0xF8,0x00,0x03,0x3C,0x07,0x00,0x07,0x3C,0x03,0x00,//35
/*-- 文字: X --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0x18,0x68,0x80,0x80,0x68,0x18,0x08,0x20,0x30,0x2C,0x03,0x03,0x2C,0x30,0x20,//36
/*-- 文字: Y --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0x38,0xC8,0x00,0xC8,0x38,0x08,0x00,0x00,0x00,0x20,0x3F,0x20,0x00,0x00,0x00,//37
/*-- 文字: Z --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x10,0x08,0x08,0x08,0xC8,0x38,0x08,0x00,0x20,0x38,0x26,0x21,0x20,0x20,0x18,0x00,//38
/*-- 文字: a --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x19,0x24,0x22,0x22,0x22,0x3F,0x20,//39
/*-- 文字: b --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x00,0x80,0x80,0x00,0x00,0x00,0x00,0x3F,0x11,0x20,0x20,0x11,0x0E,0x00,//40
/*-- 文字: c --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x80,0x80,0x80,0x00,0x00,0x00,0x0E,0x11,0x20,0x20,0x20,0x11,0x00,//41
/*-- 文字: d --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x80,0x80,0x88,0xF8,0x00,0x00,0x0E,0x11,0x20,0x20,0x10,0x3F,0x20,//42
/*-- 文字: e --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x1F,0x22,0x22,0x22,0x22,0x13,0x00,//43
/*-- 文字: f --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x80,0x80,0xF0,0x88,0x88,0x88,0x18,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//44
/*-- 文字: g --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x6B,0x94,0x94,0x94,0x93,0x60,0x00,//45
/*-- 文字: h --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x3F,0x21,0x00,0x00,0x20,0x3F,0x20,//46
/*-- 文字: i --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x80,0x98,0x98,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//47
/*-- 文字: j --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x80,0x98,0x98,0x00,0x00,0x00,0xC0,0x80,0x80,0x80,0x7F,0x00,0x00,//48
/*-- 文字: k --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x08,0xF8,0x00,0x00,0x80,0x80,0x80,0x00,0x20,0x3F,0x24,0x02,0x2D,0x30,0x20,0x00,//49
/*-- 文字: l --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x08,0x08,0xF8,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//50
/*-- 文字: m --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x20,0x3F,0x20,0x00,0x3F,0x20,0x00,0x3F,//51
/*-- 文字: n --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x3F,0x21,0x00,0x00,0x20,0x3F,0x20,//52
/*-- 文字: o --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x1F,0x20,0x20,0x20,0x20,0x1F,0x00,//53
/*-- 文字: p --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x00,0x80,0x80,0x00,0x00,0x00,0x80,0xFF,0xA1,0x20,0x20,0x11,0x0E,0x00,//54
/*-- 文字: q --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x0E,0x11,0x20,0x20,0xA0,0xFF,0x80,//55
/*-- 文字: r --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x20,0x20,0x3F,0x21,0x20,0x00,0x01,0x00,//56
/*-- 文字: s --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x33,0x24,0x24,0x24,0x24,0x19,0x00,//57
/*-- 文字: t --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x80,0x80,0xE0,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x1F,0x20,0x20,0x00,0x00,//58
/*-- 文字: u --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x00,0x00,0x00,0x80,0x80,0x00,0x00,0x1F,0x20,0x20,0x20,0x10,0x3F,0x20,//59
/*-- 文字: v --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x80,0x00,0x00,0x80,0x80,0x80,0x00,0x01,0x0E,0x30,0x08,0x06,0x01,0x00,//60
/*-- 文字: w --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x00,0x80,0x00,0x80,0x80,0x80,0x0F,0x30,0x0C,0x03,0x0C,0x30,0x0F,0x00,//61
/*-- 文字: x --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x31,0x2E,0x0E,0x31,0x20,0x00,//62
/*-- 文字: y --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x80,0x80,0x80,0x00,0x00,0x80,0x80,0x80,0x80,0x81,0x8E,0x70,0x18,0x06,0x01,0x00,//63
/*-- 文字: z --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x21,0x30,0x2C,0x22,0x21,0x30,0x00,//64
/*-- 文字: . --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,0x00,0x00,//65
/*-- 文字: ? --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x70,0x48,0x08,0x08,0x08,0xF0,0x00,0x00,0x00,0x00,0x30,0x36,0x01,0x00,0x00,//66
/*-- 文字: ! --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0xF8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x30,0x00,0x00,0x00,//67
/*-- 文字: % --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0xF0,0x08,0xF0,0x00,0xE0,0x18,0x00,0x00,0x00,0x21,0x1C,0x03,0x1E,0x21,0x1E,0x00,//68
/*-- 文字: , --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xB0,0x70,0x00,0x00,0x00,0x00,0x00,//69
/*-- 文字: ' --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x10,0x16,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//70
/*-- 文字: ; --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x60,0x00,0x00,0x00,0x00,//71
/*-- 文字: " --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x10,0x0C,0x06,0x10,0x0C,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//72
/*-- 文字: <- --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x38,0x7C,0x38,0x38,0x38,0x00,//73
/*-- 文字: -> --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x7C,0x38,0x10,0x00,//74
/*-- 文字 ^ --*/
/*-- 宋體12; 此字體下對應的點陣為:寬x高=8x16 --*/
0x40,0x70,0x7C,0x7E,0x7C,0x70,0x40,0x00,0x02,0x0E,0x3E,0x7E,0x3E,0x0E,0x02,0x00,//75
};
#endif
//==============================================================================
//#define LittleChar4X8
#ifdef LittleChar4X8
U8 code BmpDigitNDChar[][4]=
{
/*------------------------------------------------------------------------------
源文件 / 文字 : '0' 寬×高(像素): 4×8
字模格式/大小 : 單色點陣液晶字模,縱向取模,字節倒序/4字節
數據轉換日期 : 03-6-6 11:08:31
------------------------------------------------------------------------------*/
0x7C,0x82,0x82,0x7C,
/*------------------------------------------------------------------------------
源文件 / 文字 : '1' 寬×高(像素): 4×8
字模格式/大小 : 單色點陣液晶字模,縱向取模,字節倒序/4字節
數據轉換日期 : 03-6-6 11:10:00
------------------------------------------------------------------------------*/
0x00,0x82,0xFE,0x80,
/*------------------------------------------------------------------------------
源文件 / 文字 : '2' 寬×高(像素): 4×8
字模格式/大小 : 單色點陣液晶字模,縱向取模,字節倒序/4字節
數據轉換日期 : 03-6-6 11:10:20
------------------------------------------------------------------------------*/
0xC4,0xA2,0x92,0x8C,
/*------------------------------------------------------------------------------
源文件 / 文字 : '3' 寬×高(像素): 4×8
字模格式/大小 : 單色點陣液晶字模,縱向取模,字節倒序/4字節
數據轉換日期 : 03-6-6 11:10:35
------------------------------------------------------------------------------*/
0x44,0x92,0x92,0x6C,
/*------------------------------------------------------------------------------
源文件 / 文字 : '4' 寬×高(像素): 4×8
字模格式/大小 : 單色點陣液晶字模,縱向取模,字節倒序/4字節
數據轉換日期 : 03-6-6 11:11:08
------------------------------------------------------------------------------*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -