欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

display.lst

完成数据的采集
LST
第 1 页 / 共 5 页
字号:
###############################################################################
#                                                                             #
#                                                       04/Dec/2008  16:07:54 #
# IAR ARM ANSI C/C++ Compiler V5.11.0.20622/W32 EVALUATION                    #
# Copyright 1999-2007 IAR Systems. All rights reserved.                       #
#                                                                             #
#    Cpu mode     =  thumb                                                    #
#    Endian       =  little                                                   #
#    Source file  =  E:\ELE\yten\pro\app\display.c                            #
#    Command line =  E:\ELE\yten\pro\app\display.c -D EMB_FLASH -lcN          #
#                    E:\ELE\yten\pro\Release\List\ -o                         #
#                    E:\ELE\yten\pro\Release\Obj\ --no_cse --no_unroll        #
#                    --no_inline --no_code_motion --no_tbaa --no_clustering   #
#                    --no_scheduling --debug --endian little --cpu Cortex-M3  #
#                    -e --fpu None --dlib_config "C:\Program Files\IAR        #
#                    Systems\Embedded Workbench 5.0                           #
#                    Evaluation\ARM\INC\DLib_Config_Normal.h" -I              #
#                    E:\ELE\yten\pro\ -I E:\ELE\yten\pro\..\LIBRARY\INC\ -I   #
#                    "C:\Program Files\IAR Systems\Embedded Workbench 5.0     #
#                    Evaluation\ARM\INC\" -On                                 #
#    List file    =  E:\ELE\yten\pro\Release\List\display.lst                 #
#    Object file  =  E:\ELE\yten\pro\Release\Obj\display.o                    #
#                                                                             #
#                                                                             #
###############################################################################

E:\ELE\yten\pro\app\display.c
      1          
      2          #include "includes.h"
      3          #include"ytep.h"
      4          #include"ytepfunction.h"
      5          #define  yt_display_file
      6          
      7          //-----------------------------------
      8          // dispaly data (256x32)
      9          //-----------------------------------
     10          static  const   Int16U 	TAB_FAU_C[6]={'温','度','故','障','报','警'};
     11          const	Int16U	TAB_OVER_C[6]={'超','过','预','警','温','度'};
     12          const	Int16U	TAB_Fast_C[6]={'温','升','过','快','预','警'};
     13          const	Int16U	TAB_Low_C[6]={'电','池','电','压','过','低'};
     14          const	Int16U	TAB_Room_C[7]={'与','室','温','相','差','过','大'};
     15          const Int16U	LCM_EMPTY[]={0x2020,0x2020,0x2020,0x2020,0x2020,0x2020,0x2020,0x2020,0x2020,0x2020};
     16          const	Int16U	LCM_TYPE_TAB[]={'电','缆',('1'*0x100+32),'电','缆',('2'*0x100+32),'电','缆',('3'*0x100+32),'电','缆',('4'*0x100+32),
     17          															'触','头',('1'*0x100+32),'触','头',('2'*0x100+32),
     18          															'闸','阀',('1'*0x100+32),'闸','阀',('2'*0x100+32),'闸','阀',('3'*0x100+32),'闸','阀',('4'*0x100+32),
     19          															'电','机',('1'*0x100+32),'电','机',('2'*0x100+32),'电','机',('3'*0x100+32),'电','机',('4'*0x100+32),
     20          															'手','车',('1'*0x100+32),'手','车',('2'*0x100+32),
     21          															'母','排',('1'*0x100+32),'母','排',('2'*0x100+32),
     22          															'接','头',('1'*0x100+32),'接','头',('2'*0x100+32),'接','头',('3'*0x100+32),'接','头',('4'*0x100+32)};
     23          const Int16U	TAB_OVER[4]={'预','防','报','警'};
     24          const Int16U	SET_OVER1[]={'预','警','超','温','值',0x2020,'度'};
     25          const Int16U	SET_OVER2[10]={'温','升',0x2020,'度','每',0x2020,'分','钟'};
     26          const Int16U	SET_OVER3[]={'与','室','温','相','差', 0x2020,'度'};
     27          const Int16U	TAB_FAU[]={'报','警','事','件','查','询'}; 
     28          const Int16U	SET_FAU1[]={'事','件','超','温','值',0x2020,'度'};
     29          const Int16U	SET_X[]={'横','座','标','范','围',0x2020,'小','时'};
     30          const Int16U	SET_Y[]={'纵','座','标','范','围',(':'*0X100+32),0x2020,'度'};	
     31          const Int16U  SET_MESS[]={'通','讯','方','式',(':'*0X100+32),'通','讯','速','率',(':'*0X100+32),
     32          													'通','讯','地','址',(':'*0X100+32),('R'*0X100+'S'),('4'*0X100+'8'),('5'*0X100+32),
     33          													('C'*0X100+'A'),('N'*0X100+'2'),('.'*0X100+'0')};
     34          const	Int8U	ASCII_TAB[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','-',};
     35          const	Int16U  TAB_FAU_D[]={('1'*0x100+'A'),('1'*0x100+'B'),('1'*0x100+'C'),('2'*0x100+'A'),('2'*0x100+'B'),('2'*0x100+'C'),('3'*0x100+'A'),('3'*0x100+'B'),('3'*0x100+'C'),('4'*0x100+'A'),('4'*0x100+'B'),('4'*0x100+'C')};
     36          const	Int16U	LCM_D0[]={'测','温','类','型',('1'*0X100)+58};
     37          const	Int16U	LCM_D1[]={'测','温','类','型',('2'*0X100)+58};
     38          const	Int16U	LCM_D2[]={'测','温','类','型',('3'*0X100)+58};
     39          const	Int16U	LCM_D3[]={'测','温','类','型',('4'*0X100)+58};
     40          const	Int16U	TEM_TAB[]={'环','境','温','度',(':'*0X100+32)} ;
     41          const	Int16U	RH_TAB[]={'时','间','与','温','度',0x2020,0x2020,0x2020,'环','境','温','度',(':'*0X100+32)};
     42          const Int16U	WEEKCHAR[]={'日','一','二','三','四','五','六','日'};
     43          const	Int16U	NOFAULT_TAB[]={'无','报','警','事','件'};
     44          const	Int16U	NOTHISTORY_TAB[]={'无','报','警','历','史','记','录'};
     45          const	Int16U	ALAHISTORY_TAB[]={'位','置',0x2020,'警','讯',0x2020,'时','间'};
     46          const	Int8U		DISP_ABCD[]={'1','1','2','3','4'};
     47          const	Int8U 	LINE_DIV_TAB[]={3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20};
     48          const	Int8U		YTAB[]={15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100};
     49          const	Int16U	TIME_TAB[]={'2'*0X100+'0',0X2020,'年',0X2020,'月',0X2020,'日'};
     50          const	Int8U ORDER_TABX[]={
     51          0,0,0,0,0,0,0,0,0,0,
     52          1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
     53          2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
     54          3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
     55          4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
     56          5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
     57          6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
     58          7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7
     59          };
     60          static const	Int16U	ORDER_TABXBIT[]={
     61          0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,
     62          0x8000,0x4000,0x2000,0x1000,0x800,0x400,0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,
     63          0x8000,0x4000,0x2000,0x1000,0x800,0x400,0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,
     64          0x8000,0x4000,0x2000,0x1000,0x800,0x400,0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,
     65          0x8000,0x4000,0x2000,0x1000,0x800,0x400,0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,
     66          0x8000,0x4000,0x2000,0x1000,0x800,0x400,0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,
     67          0x8000,0x4000,0x2000,0x1000,0x800,0x400,0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1,
     68          0x8000,0x4000,0x2000,0x1000,0x800,0x400,0x200,0x100,0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1
     69          };
     70          const	Int16U	TAB_1[]={0x181C,0x183c,0x181c,0x381c,0x383c,0x381c,0x381c,0x383c,0x381c, 0x81c,0x83c,0x81c};
     71          
     72          const	Int16U	TAB_2[]={0x383E,0x3836,0x3832,0x443e,0x4436,0x4432,0x443e,0x4436,0x4432, 0x183e,0x1836,0x1832};
     73          
     74          const	Int16U	TAB_3[]={0x1863,0x1833,0x1860,0x0463,0x0433,0x0460,0x0663,0x0633,0x0660, 0x2863,0x2833,0x2860};
     75          
     76          const	Int16U	TAB_4[]={0x1863,0x1836,0x1860,0x0863,0x0836,0x0860,0x0c63,0x0c36,0x0c60, 0x4863,0x4836,0x4860};
     77          
     78          const	Int16U	TAB_5[]={0x187F,0x183c,0x1860,0x107f,0x103c,0x1060,0x087f,0x083c,0x0860, 0x887f,0x883c,0x8860};
     79          
     80          const	Int16U	TAB_6[]={0x1863,0x1837,0x1860,0x2063,0x2037,0x2060,0x0463,0x0437,0x0460, 0xfc63,0xfc37,0xfc60};
     81          
     82          const	Int16U	TAB_7[]={0x1863,0x1833,0x1832,0x4063,0x4033,0x4032,0x6663,0x6633,0x6632,0x0863,0x0833,0x0832};
     83          
     84          const	Int16U	TAB_8[]={0x3C63,0x3c3e,0x3c1C,0x7c63,0x7c3e,0x7c1C,0x3C63,0x3C3e,0x3C1c,0x0863,0x083e,0x081c};
     85          
     86          const Int16U	TAB_DIV1[]={0x08F8,0x1C70,0x1CF8,0X1C70,0x1CF8,0x0470,0x04F8,0x3E70,0x3EF8,0x1C70,0x1CF8,0x3E70,0x3EF8,0x1C70,0x1CF8,0x1C70,0x1CF8,0x4630};
     87          const Int16U	TAB_DIV2[]={0x1880,0x2288,0x2280,0X2288,0x2280,0x0C88,0x0C80,0x2088,0x2080,0x2488,0x2480,0x2488,0x2480,0x2288,0x2280,0x2288,0X2280,0xC948};
     88          const Int16U	TAB_DIV3[]={0x0880,0x2288,0x2280,0X0288,0x0280,0x1488,0x1480,0x2088,0x2080,0x2088,0x2080,0x0488,0x0480,0x2288,0x2280,0x2288,0X2280,0x4948};
     89          const Int16U	TAB_DIV4[]={0x08F0,0x0488,0x04F0,0X0C88,0x0CF0,0x1488,0x14F0,0x3C88,0x3CF0,0x3C88,0x3CF0,0x0888,0x08F0,0x1C88,0x1CF0,0x2288,0X22F0,0x4948};
     90          const Int16U	TAB_DIV5[]={0x0808,0x0888,0x0808,0X0288,0x0208,0x2488,0x2408,0x0288,0x0208,0x2288,0x2208,0x0888,0x0808,0x2288,0x2208,0x1E88,0X1E08,0x4948};
     91          const Int16U	TAB_DIV6[]={0x0808,0x1088,0x1008,0X0288,0x0208,0x3E88,0x3E08,0x0288,0x0208,0x2288,0x2208,0x0888,0x0808,0x2288,0x2208,0x0288,0X0208,0x4948};
     92          const Int16U    TAB_DIV7[]={0x0888,0x2088,0x2088,0X2288,0x2288,0x0488,0x0488,0x2288,0x2288,0x2288,0x2288,0x0888,0x0888,0x2288,0x2288,0x0288,0X0288,0xE630};
     93          const Int16U    TAB_DIV8[]={0x1C70,0x3E70,0x3E70,0X1C70,0x1C70,0x0E70,0x0E70,0x1C70,0x1C70,0x1C70,0x1C70,0x0870,0x0870,0x1C70,0x1C70,0x1C70,0X1C70,0x0};//,0xC948,0x4948,0x4948,0x4948,0x4948,0xE630,
     94          const	Int16U		TAB_CHANNAL[]={'测','温','通','道',('1'*0x100+':'),'测','温','通','道',('2'*0x100+':'),'测','温','通','道',('3'*0x100+':'),'测','温','通','道',('4'*0x100+':')};
     95          const	Int16U		SET_BELL[]={'报','警','提','示','音',':'*0X100+32};
     96          const	Int16U		TAB_CHANNAL_NODE[]={'1'*0X100+'A',0X2020,0X2020,'1'*0X100+'B',0X2020,0X2020,'1'*0X100+'C',0X2020,'2'*0X100+'A',0X2020,0X2020,'2'*0X100+'B',0X2020,0X2020,'2'*0X100+'C',0X2020,
     97          																		'3'*0X100+'A',0X2020,0X2020,'3'*0X100+'B',0X2020,0X2020,'3'*0X100+'C',0X2020,'4'*0X100+'A',0X2020,0X2020,'4'*0X100+'B',0X2020,0X2020,'4'*0X100+'C',0X2020,};
     98          u16 Init_TAB[]={
     99          	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    100          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    101          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    102          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    103          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    104          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    105          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    106          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    107          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    108          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    109          0x0FE0,0x7F3F,0x1FFF,0xE03F,0xE001,0xFE00,0x0000,0x0000,
    110          0x07F0,0xFE3F,0x1FFF,0xE0FF,0xF801,0xFE00,0x0000,0x0000,
    111          0x03F9,0xFC3F,0x1FFF,0xE1FF,0xFC01,0xFE00,0x0000,0x0000,
    112          0x03F9,0xFC3F,0x1FFF,0xE3FF,0xFE03,0xFF00,0x0000,0x0000,
    113          0x01FF,0xF83F,0x00FC,0x03F8,0xFE03,0xFF00,0x0000,0x0000,
    114          0x00FF,0xF03F,0x00FC,0x07F0,0x7F07,0xFF80,0x0000,0x0000,
    115          0x007F,0xE03F,0x00FC,0x07E0,0x3F07,0xFF80,0x0000,0x0000,
    116          0x007F,0xE03F,0x00FC,0x07E0,0x3F07,0xCF80,0x0000,0x0000,
    117          0x003F,0xC03F,0x00FC,0x07E0,0x3F0F,0xCFC0,0x0000,0x0000,
    118          0x001F,0x803F,0x00FC,0x07E0,0x3F0F,0xCFC0,0x0000,0x0000,
    119          0x001F,0x803F,0x00FC,0x07E0,0x3F0F,0xFFC0,0x0000,0x0000,
    120          0x001F,0x803F,0x00FC,0x07F0,0x7F1F,0xFFE0,0x0000,0x0000,
    121          0x001F,0x803F,0x00FC,0x03F8,0xFE1F,0xFFE0,0x0000,0x0000,
    122          0x001F,0x803F,0x00FC,0x03FF,0xFE3F,0xFFF0,0x0000,0x0000,
    123          0x001F,0x803F,0x00FC,0x01FF,0xFC3F,0x03F0,0x0000,0x0000,
    124          0x001F,0x803F,0x00FC,0x00FF,0xF83F,0x03F0,0x0000,0x0000,
    125          0x001F,0x803F,0x00FC,0x003F,0xE07E,0x01F8,0x0000,0x0000,
    126          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    127          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    128          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    129          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    130          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    131          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    132          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    133          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    134          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    135          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    136          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    137          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    138          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    139          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    140          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    141          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    142          0x0000,0x0000,0x000C,0x0036,0x30CC,0x00C0,0x6303,0x1800,
    143          0x0000,0x0000,0x0007,0xFE37,0xB7FF,0x9FFD,0xFB03,0xD800,
    144          0x0000,0x0000,0x0001,0xFE37,0xB0CC,0x1FF8,0x67E3,0xDE00,
    145          0x0000,0x0000,0x001E,0xCCFF,0xB030,0x18D8,0xF666,0xFF00,
    146          0x0000,0x0000,0x000F,0xB637,0xB1FE,0x1FFC,0xFFCF,0x9800,
    147          0x0000,0x0000,0x000C,0x3037,0xB1B6,0x18D9,0xFB06,0x1800,
    148          0x0000,0x0000,0x000F,0xFE37,0xB1B6,0x1FF8,0x3307,0xFF00,
    149          0x0000,0x0000,0x000C,0xF83F,0xB7FF,0x98C0,0x3F86,0x1800,
    150          0x0000,0x0000,0x001D,0xBCE7,0xB078,0x1FF9,0xF786,0x1800,
    151          0x0000,0x0000,0x000F,0x360D,0xB0CC,0x3618,0x3CC6,0x1800,
    152          0x0000,0x0000,0x000C,0x3038,0x3787,0xB7F8,0x3866,0x1800,
    153          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    154          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    155          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    156          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    157          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    158          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    159          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    160          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    161          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    162          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000};
    163          u16 ORDER_TAB[512]={//y-上8下5左5右15 8H-10个字
    164          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    165          0x0003,0x3800,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    166          0x0003,0x4000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    167          0x0000,0x4000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    168          0x0000,0x4000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    169          0x0000,0x4000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    170          0x0000,0x3800,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    171          0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    172          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    173          0x0E00,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    174          0x1500,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    175          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    176          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    177          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    178          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    179          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    180          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    181          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    182          0x0C00,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    183          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    184          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    185          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    186          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    187          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    188          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    189          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    190          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    191          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    192          0x0C00,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    193          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    194          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    195          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    196          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    197          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    198          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    199          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    200          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    201          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    202          0x0C00,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    203          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    204          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    205          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    206          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    207          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    208          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    209          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    210          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    211          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    212          0x0C00,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    213          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    214          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    215          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    216          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    217          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    218          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0192,
    219          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0252,
    220          0x0400,0x0000,0x0000,0x0000,0x0000,0x0000,0x0002,0x0252,
    221          0x0400,0x4004,0x0020,0x0200,0x1001,0x0008,0x0041,0x019E,
    222          0x07FF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0x8252,
    223          0x3000,0x4004,0x0020,0x0200,0x1001,0x0008,0x0041,0x0252,
    224          0x4800,0x0000,0x0000,0x0000,0x0000,0x0000,0x0002,0x0192,
    225          0x4800,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    226          0x4800,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    227          0x3000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,};
    228          
    229          //-----------------------------------
    230          // Delay Routine
    231          //-----------------------------------
    232          inline LcdDataOut(Int16U data)
    233          {
    234          
    235          #if 1	
    236          	GPIO_WriteBit(GPIOB,GPIO_Pin_12,(BitAction)(data&1));
    237          	GPIO_WriteBit(GPIOB,GPIO_Pin_13,(BitAction)(data&2));
    238          	GPIO_WriteBit(GPIOB,GPIO_Pin_14,(BitAction)(data&4));
    239          	GPIO_WriteBit(GPIOB,GPIO_Pin_15,(BitAction)(data&8));

⌨️ 快捷键说明

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