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

📄 chinese_text.s

📁 ks0108 avr单片机1284显示
💻 S
字号:
	.module Chinese_Text.C
	.area text(rom, con, rel)
	.dbfile F:\Temp\KS0108_12864LCD\Source\Chinese_Text.C
	.area lit(rom, con, rel)
_CN_WELCOME::
	.byte 20,36
	.byte 'D,132
	.byte 'd,28
	.byte 32,24
	.byte 15,232
	.byte 8,8
	.byte 40,24
	.byte 8,0
	.byte 32,16
	.byte 'L,'C
	.byte 'C,44
	.byte 32,16
	.byte 12,3
	.byte 6,24
	.byte 48,96
	.byte 32,0
	.byte 64,'A
	.byte 206,4
	.byte 0,252
	.byte 4,2
	.byte 2,252
	.byte 4,4
	.byte 4,252
	.byte 0,0
	.byte 64,32
	.byte 31,32
	.byte 64,'G
	.byte 'B,'A
	.byte 64,95
	.byte 64,'B
	.byte 'D,'C
	.byte 64,0
	.byte 0,64
	.byte 'B,'D
	.byte 92,200
	.byte 64,127
	.byte 64,192
	.byte 'P,'N
	.byte 'D,96
	.byte 64,0
	.byte 0,128
	.byte 64,32
	.byte 24,7
	.byte 0,0
	.byte 0,63
	.byte 64,64
	.byte 64,64
	.byte 'x,0
	.byte 0,248
	.byte 0,0
	.byte 254,64
	.byte 48,143
	.byte 10,8
	.byte 24,'h
	.byte 8,136
	.byte 8,0
	.byte 0,31
	.byte 0,0
	.byte 127,0
	.byte 0,127
	.byte 33,33
	.byte 63,33
	.byte 33,127
	.byte 1,0
	.dbsym e CN_WELCOME _CN_WELCOME A[128:4:32]kc
_CN_EMBEDDED::
	.byte 0,64
	.byte 246,'D
	.byte 'D,244
	.byte 'D,7
	.byte 132,'t
	.byte 'D,'D
	.byte 'F,192
	.byte 0,0
	.byte 0,0
	.byte 127,18
	.byte 18,127
	.byte 128,'A
	.byte 32,24
	.byte 7,8
	.byte 49,96
	.byte 32,0
	.byte 0,0
	.byte 0,0
	.byte 1,131
	.byte 'v,24
	.byte 96,128
	.byte 0,0
	.byte 0,0
	.byte 0,0
	.byte 64,32
	.byte 16,8
	.byte 6,1
	.byte 0,0
	.byte 0,0
	.byte 3,4
	.byte 24,48
	.byte 16,0
	.byte 0,8
	.byte 136,136
	.byte 136,136
	.byte 136,8
	.byte 255,8
	.byte 9,14
	.byte 10,8
	.byte 0,0
	.byte 0,32
	.byte 96,48
	.byte 31,16
	.byte 8,8
	.byte 0,7
	.byte 24,32
	.byte 64,128
	.byte 'p,0
	.byte 32,32
	.byte 32,254
	.byte 32,32
	.byte 254,32
	.byte 32,32
	.byte 32,254
	.byte 32,32
	.byte 32,0
	.byte 0,0
	.byte 0,63
	.byte 32,32
	.byte 39,34
	.byte 34,34
	.byte 34,39
	.byte 48,32
	.byte 0,0
	.byte 0,0
	.byte 0,255
	.byte 'I,'I
	.byte 'I,255
	.byte 201,'I
	.byte 'I,'I
	.byte 255,0
	.byte 0,0
	.byte 0,8
	.byte 8,132
	.byte 'D,34
	.byte 29,0
	.byte 0,253
	.byte 2,2
	.byte 4,12
	.byte 4,0
	.dbsym e CN_EMBEDDED _CN_EMBEDDED A[160:5:32]kc
; /*----------------------------------------------------------------------------*-
;    
;    Header Name   :  Chinese_Text.C (v1.00)  
; 
;   ---------------------------------------------------------------------------- 
;    COPYRIGHT 
;    ---------	
; 
;    Created Date  :  2008.03.01
;    Created By    :  HOCHIEN
;    Modified By   :
;    Modified Date :
;    Version       :  2.0  
;    Description   :  This lookup table (stored in Flash) are used to 
;                     convert Chinese chars value into appropriate character 
; 					codes for the LCD display or RS232 link etc.
; 					
;    * * * This program is from : www.ICEworksop.com * * *  
; 
; -*----------------------------------------------------------------------------*/
; 
; #include "Main.H"
; 
; // ------ Public constants ---------------------------------------------------
; 
; // 16 * 16 pixels Chinese characters
; flash uInt8 CN_WELCOME[][32]=
;    {
;       // 欢
; 	  {
; 	  0x14,0x24,0x44,0x84,0x64,0x1C,0x20,0x18,
; 	  0x0F,0xE8,0x08,0x08,0x28,0x18,0x08,0x00,
; 	  0x20,0x10,0x4C,0x43,0x43,0x2C,0x20,0x10,
; 	  0x0C,0x03,0x06,0x18,0x30,0x60,0x20,0x00
; 	  },
;       // 迎
; 	  {
;       0x40,0x41,0xCE,0x04,0x00,0xFC,0x04,0x02,
;       0x02,0xFC,0x04,0x04,0x04,0xFC,0x00,0x00,
;       0x40,0x20,0x1F,0x20,0x40,0x47,0x42,0x41,
;       0x40,0x5F,0x40,0x42,0x44,0x43,0x40,0x00
; 	  },
;       // 光
; 	  {
; 	  0x00,0x40,0x42,0x44,0x5C,0xC8,0x40,0x7F,
; 	  0x40,0xC0,0x50,0x4E,0x44,0x60,0x40,0x00,
; 	  0x00,0x80,0x40,0x20,0x18,0x07,0x00,0x00,
; 	  0x00,0x3F,0x40,0x40,0x40,0x40,0x78,0x00
; 	  },
;       // 临
; 	  {
; 	  0x00,0xF8,0x00,0x00,0xFE,0x40,0x30,0x8F,
; 	  0x0A,0x08,0x18,0x68,0x08,0x88,0x08,0x00,
; 	  0x00,0x1F,0x00,0x00,0x7F,0x00,0x00,0x7F,
; 	  0x21,0x21,0x3F,0x21,0x21,0x7F,0x01,0x00
; 	  },
;    };
;    
; flash uInt8 CN_EMBEDDED[][32] = 
;    {
;       // 嵌
;       {
; 	  0x00,0x40,0xF6,0x44,0x44,0xF4,0x44,0x07,
; 	  0x84,0x74,0x44,0x44,0x46,0xC0,0x00,0x00,
; 	  0x00,0x00,0x7F,0x12,0x12,0x7F,0x80,0x41,
; 	  0x20,0x18,0x07,0x08,0x31,0x60,0x20,0x00
; 	  },
;       // 入
; 	  {
; 	  0x00,0x00,0x00,0x00,0x01,0x83,0x76,0x18,
; 	  0x60,0x80,0x00,0x00,0x00,0x00,0x00,0x00,
; 	  0x40,0x20,0x10,0x08,0x06,0x01,0x00,0x00,
; 	  0x00,0x00,0x03,0x04,0x18,0x30,0x10,0x00
; 	  },
;       // 式
; 	  {
; 	  0x00,0x08,0x88,0x88,0x88,0x88,0x88,0x08,
; 	  0xFF,0x08,0x09,0x0E,0x0A,0x08,0x00,0x00,
; 	  0x00,0x20,0x60,0x30,0x1F,0x10,0x08,0x08,
; 	  0x00,0x07,0x18,0x20,0x40,0x80,0x70,0x00
; 	  },
;       // 世
; 	  {
; 	  0x20,0x20,0x20,0xFE,0x20,0x20,0xFE,0x20,
; 	  0x20,0x20,0x20,0xFE,0x20,0x20,0x20,0x00,
; 	  0x00,0x00,0x00,0x3F,0x20,0x20,0x27,0x22,
; 	  0x22,0x22,0x22,0x27,0x30,0x20,0x00,0x00
; 	  },
;       // 界
; 	  {
; 	  0x00,0x00,0x00,0xFF,0x49,0x49,0x49,0xFF,
; 	  0xC9,0x49,0x49,0x49,0xFF,0x00,0x00,0x00,
; 	  0x00,0x08,0x08,0x84,0x44,0x22,0x1D,0x00,
; 	  0x00,0xFD,0x02,0x02,0x04,0x0C,0x04,0x00
; 	  },
;    };
;   
; /*----------------------------------------------------------------------------*-
;   ---- END OF FILE -----------------------------------------------------------
; -*----------------------------------------------------------------------------*/

⌨️ 快捷键说明

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