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

📄 dis_xl.c

📁 很好的51显示程序!做为一个人机对话,HAO
💻 C
📖 第 1 页 / 共 5 页
字号:
/*******************************************************************************
Lcdprogram:dis_xl
author: xp
date: 07-03-2
********************************************************************************/
#include "reg52.h"
#include "absacc.h"

sbit CSPI = P1^0;
sbit MOSI = P1^5;
sbit MISO = P1^6;
sbit SCK  = P1^7;
#define SPI_WREN             0x06        // X25650 写允许
#define SPI_WRDI             0x04        // X25650 写禁止
#define SPI_RDSR             0x05        // X25650 读状态
#define SPI_WRSR             0x01        // X25650 写状态
#define SPI_READ             0x03        // X25650 读数据
#define SPI_WRITE            0x02        // X25650 写数据

#define b0_msk				 0x0001        //屏蔽位
#define b1_msk				 0x0002
#define b2_msk				 0x0004
#define b3_msk				 0x0008
#define b4_msk				 0x0010
#define b5_msk				 0x0020
#define b6_msk				 0x0040
#define b7_msk				 0x0080
#define b8_msk               0x0100


#define KEY8 P2
#define LED8 P2
#define up		b3_msk       /*上下左右+-六键*/
#define down	b5_msk
#define left	b2_msk
#define right	b4_msk
#define add 	b0_msk
#define sub 	b1_msk

/*
#define up		0xf7       /*上下左右+-六键*//*
#define down	0xdf
#define left	0xfb
#define right	0xef
#define add 	0xfe
#define sub 	0xfd*/
	
sbit KEY9 = P1^0;
sbit LED9 = P1^2;
sbit CLED = P1^1;

#define LCDD P0
sbit LCDL = P3^7;//lcd背光
sbit LCDC = P3^2;//数据命令选择,数据1命令0
sbit LCDR = P3^3;//读写信号,读1写0
sbit LCDE = P3^4;//使能信号
sbit LCD1 = P3^5;//片选左半屏
sbit LCD2 = P3^6;//片选右半屏
#define DISP_OFF             0x3e
#define DISP_ON              0x3f
#define PAGE_ADD             0xb8
#define COL_ADD              0x40
#define START_LINE           0xc0

unsigned char page,page_change,flag,tflag,rsymbol,data_rx[100],data_tx[100],
              fixstr[6],msec[7],event,ascdz[4][6];   //rsymbol: b0`链路b1`召soeb2`整帧b3`允采定b4`无固化b5`允固化b6`机组变b7`
unsigned char rx0,rx1,p_rx,flag_rx,p_x,p_y,t_x,t_y,bh[16],bhzt[2],kgzt[2],kzz[6],data_led,sup,kk[4],mm[4];//kk,mm 为四位密码
unsigned char r_p,w_p,s_b,subp,xpp,ypp,total;//SOE
unsigned int  dataN[30],dz[32],soe[16][3],ttp;
unsigned char *tpin;
unsigned int  address;
unsigned int  TKEY,keya,keyb,keybak,kscan,kready;//keydeal
unsigned char cnt1,cnt2,cnt3,cnt5,cnt7;
unsigned char dynamo;// generator`s state  start 0x11 starting 0x22 stop 0x33 stoping 0x44  period 0x80

void deal_soe(void);
void disp816(unsigned char,unsigned char,unsigned char);
void disp816n(unsigned char,unsigned char,unsigned char);
void disp_chn(unsigned char,unsigned char,unsigned char);
void disp_chnn(unsigned char,unsigned char,unsigned char);
void fix_asc(unsigned char,unsigned char,unsigned char *,unsigned int);
void asc_fix(unsigned char *,unsigned int *);
void dealkey(unsigned char ,unsigned char);
void dealkey_kzz(unsigned char ,unsigned char);
void soe_zz(void);
void recode(void);
void init_lcd(void);
void iniprog(void);
void LCD_CLR(void);
void spiwsts(void);
void send(unsigned char);
void wrbytespi(unsigned int,unsigned char);
unsigned char rdbytespi(unsigned int);


unsigned char code asc16 [ 2048 - 32 * 16 ] =
 {
   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,  // 0x20  
   0x00,0x00,0x38,0xfc,0xfc,0x38,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x00,0x00,0x00,  // 0x21  !
   0x00,0x0e,0x1e,0x00,0x00,0x1e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,  // 0x22  "
   0x20,0xf8,0xf8,0x20,0xf8,0xf8,0x20,0x00,0x02,0x0f,0x0f,0x02,0x0f,0x0f,0x02,0x00,  // 0x23  #
   0x38,0x7c,0x44,0x47,0x47,0xcc,0x98,0x00,0x06,0x0c,0x08,0x38,0x38,0x0f,0x07,0x00,  // 0x24  $
   0x30,0x30,0x00,0x80,0xc0,0x60,0x30,0x00,0x0c,0x06,0x03,0x01,0x00,0x0c,0x0c,0x00,  // 0x25  %
   0x80,0xd8,0x7c,0xe4,0xbc,0xd8,0x40,0x00,0x07,0x0f,0x08,0x08,0x07,0x0f,0x08,0x00,  // 0x26  &
   0x00,0x10,0x1e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,  // 0x27  '
   0x00,0x00,0xf0,0xf8,0x0c,0x04,0x00,0x00,0x00,0x00,0x03,0x07,0x0c,0x08,0x00,0x00,  // 0x28  (
   0x00,0x00,0x04,0x0c,0xf8,0xf0,0x00,0x00,0x00,0x00,0x08,0x0c,0x07,0x03,0x00,0x00,  // 0x29  )
   0x80,0xa0,0xe0,0xc0,0xc0,0xe0,0xa0,0x80,0x00,0x02,0x03,0x01,0x01,0x03,0x02,0x00,  // 0x2A  *
   0x00,0x80,0x80,0xe0,0xe0,0x80,0x80,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00,  // 0x2B  +
   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x1e,0x0e,0x00,0x00,0x00,  // 0x2C  ,
   0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,  // 0x2D  -
   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0c,0x00,0x00,0x00,  // 0x2E  .
   0x00,0x00,0x00,0x80,0xc0,0x60,0x30,0x00,0x0c,0x06,0x03,0x01,0x00,0x00,0x00,0x00,  // 0x2F  /
   0xf0,0xf8,0x0c,0xc4,0x0c,0xf8,0xf0,0x00,0x03,0x07,0x0c,0x08,0x0c,0x07,0x03,0x00,  // 0x30  0
   0x00,0x10,0x18,0xfc,0xfc,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x08,0x08,0x00,  // 0x31  1
   0x08,0x0c,0x84,0xc4,0x64,0x3c,0x18,0x00,0x0e,0x0f,0x09,0x08,0x08,0x0c,0x0c,0x00,  // 0x32  2
   0x08,0x0c,0x44,0x44,0x44,0xfc,0xb8,0x00,0x04,0x0c,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x33  3
   0xc0,0xe0,0xb0,0x98,0xfc,0xfc,0x80,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x08,0x00,  // 0x34  4
   0x7c,0x7c,0x44,0x44,0x44,0xc4,0x84,0x00,0x04,0x0c,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x35  5
   0xf0,0xf8,0x4c,0x44,0x44,0xc0,0x80,0x00,0x07,0x0f,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x36  6
   0x0c,0x0c,0x04,0x84,0xc4,0x7c,0x3c,0x00,0x00,0x00,0x0f,0x0f,0x00,0x00,0x00,0x00,  // 0x37  7
   0xb8,0xfc,0x44,0x44,0x44,0xfc,0xb8,0x00,0x07,0x0f,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x38  8
   0x38,0x7c,0x44,0x44,0x44,0xfc,0xf8,0x00,0x00,0x08,0x08,0x08,0x0c,0x07,0x03,0x00,  // 0x39  9
   0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x00,0x00,0x00,  // 0x3A  :
   0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x08,0x0e,0x06,0x00,0x00,0x00,  // 0x3B  ;
   0x00,0x80,0xc0,0x60,0x30,0x18,0x08,0x00,0x00,0x00,0x01,0x03,0x06,0x0c,0x08,0x00,  // 0x3C  <
   0x00,0x20,0x20,0x20,0x20,0x20,0x20,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,  // 0x3D  =
   0x00,0x08,0x18,0x30,0x60,0xc0,0x80,0x00,0x00,0x08,0x0c,0x06,0x03,0x01,0x00,0x00,  // 0x3E  >
   0x18,0x1c,0x04,0xc4,0xe4,0x3c,0x18,0x00,0x00,0x00,0x00,0x0d,0x0d,0x00,0x00,0x00,  // 0x3F  ?
   0xf0,0xf8,0x08,0xc8,0xc8,0xf8,0xf0,0x00,0x07,0x0f,0x08,0x0b,0x0b,0x0b,0x01,0x00,  // 0x40  @
   0xe0,0xf0,0x98,0x8c,0x98,0xf0,0xe0,0x00,0x0f,0x0f,0x00,0x00,0x00,0x0f,0x0f,0x00,  // 0x41  A
   0x04,0xfc,0xfc,0x44,0x44,0xfc,0xb8,0x00,0x08,0x0f,0x0f,0x08,0x08,0x0f,0x07,0x00,  // 0x42  B
   0xf0,0xf8,0x0c,0x04,0x04,0x0c,0x18,0x00,0x03,0x07,0x0c,0x08,0x08,0x0c,0x06,0x00,  // 0x43  C
   0x04,0xfc,0xfc,0x04,0x0c,0xf8,0xf0,0x00,0x08,0x0f,0x0f,0x08,0x0c,0x07,0x03,0x00,  // 0x44  D
   0x04,0xfc,0xfc,0x44,0xe4,0x0c,0x1c,0x00,0x08,0x0f,0x0f,0x08,0x08,0x0c,0x0e,0x00,  // 0x45  E
   0x04,0xfc,0xfc,0x44,0xe4,0x0c,0x1c,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,  // 0x46  F
   0xf0,0xf8,0x0c,0x84,0x84,0x8c,0x98,0x00,0x03,0x07,0x0c,0x08,0x08,0x07,0x0f,0x00,  // 0x47  G
   0xfc,0xfc,0x40,0x40,0x40,0xfc,0xfc,0x00,0x0f,0x0f,0x00,0x00,0x00,0x0f,0x0f,0x00,  // 0x48  H
   0x00,0x00,0x04,0xfc,0xfc,0x04,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,  // 0x49  I
   0x00,0x00,0x00,0x04,0xfc,0xfc,0x04,0x00,0x07,0x0f,0x08,0x08,0x0f,0x07,0x00,0x00,  // 0x4A  J
   0x04,0xfc,0xfc,0xc0,0xe0,0x3c,0x1c,0x00,0x08,0x0f,0x0f,0x00,0x01,0x0f,0x0e,0x00,  // 0x4B  K
   0x04,0xfc,0xfc,0x04,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x08,0x08,0x0c,0x0e,0x00,  // 0x4C  L
   0xfc,0xfc,0x38,0x70,0x38,0xfc,0xfc,0x00,0x0f,0x0f,0x00,0x00,0x00,0x0f,0x0f,0x00,  // 0x4D  M
   0xfc,0xfc,0x38,0x70,0xe0,0xfc,0xfc,0x00,0x0f,0x0f,0x00,0x00,0x00,0x0f,0x0f,0x00,  // 0x4E  N
   0xf8,0xfc,0x04,0x04,0x04,0xfc,0xf8,0x00,0x07,0x0f,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x4F  O
   0x04,0xfc,0xfc,0x44,0x44,0x7c,0x38,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,  // 0x50  P
   0xf8,0xfc,0x04,0x04,0x04,0xfc,0xf8,0x00,0x07,0x0f,0x08,0x0e,0x3c,0x3f,0x27,0x00,  // 0x51  Q
   0x04,0xfc,0xfc,0x44,0xc4,0xfc,0x38,0x00,0x08,0x0f,0x0f,0x00,0x00,0x0f,0x0f,0x00,  // 0x52  R
   0x18,0x3c,0x64,0x44,0xc4,0x9c,0x18,0x00,0x06,0x0e,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x53  S
   0x00,0x1c,0x0c,0xfc,0xfc,0x0c,0x1c,0x00,0x00,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,  // 0x54  T
   0xfc,0xfc,0x00,0x00,0x00,0xfc,0xfc,0x00,0x07,0x0f,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x55  U
   0xfc,0xfc,0x00,0x00,0x00,0xfc,0xfc,0x00,0x01,0x03,0x06,0x0c,0x06,0x03,0x01,0x00,  // 0x56  V
   0xfc,0xfc,0x00,0xc0,0x00,0xfc,0xfc,0x00,0x07,0x0f,0x0e,0x03,0x0e,0x0f,0x07,0x00,  // 0x57  W
   0x0c,0x3c,0xf0,0xe0,0xf0,0x3c,0x0c,0x00,0x0c,0x0f,0x03,0x01,0x03,0x0f,0x0c,0x00,  // 0x58  X
   0x00,0x3c,0x7c,0xc0,0xc0,0x7c,0x3c,0x00,0x00,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,  // 0x59  Y
   0x1c,0x0c,0x84,0xc4,0x64,0x3c,0x1c,0x00,0x0e,0x0f,0x09,0x08,0x08,0x0c,0x0e,0x00,  // 0x5A  Z
   0x00,0x00,0xfc,0xfc,0x04,0x04,0x00,0x00,0x00,0x00,0x0f,0x0f,0x08,0x08,0x00,0x00,  // 0x5B  [
   0x38,0x70,0xe0,0xc0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0e,0x00,  // 0x5C 
   0x00,0x00,0x04,0x04,0xfc,0xfc,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x00,0x00,  // 0x5D  ]
   0x08,0x0c,0x06,0x03,0x06,0x0c,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,  // 0x5E  ^
   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,  // 0x5F  _
   0x00,0x00,0x03,0x07,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,  // 0x60  `
   0x00,0xa0,0xa0,0xa0,0xe0,0xc0,0x00,0x00,0x07,0x0f,0x08,0x08,0x07,0x0f,0x08,0x00,  // 0x61  a
   0x04,0xfc,0xfc,0x20,0x60,0xc0,0x80,0x00,0x00,0x0f,0x0f,0x08,0x08,0x0f,0x07,0x00,  // 0x62  b
   0xc0,0xe0,0x20,0x20,0x20,0x60,0x40,0x00,0x07,0x0f,0x08,0x08,0x08,0x0c,0x04,0x00,  // 0x63  c
   0x80,0xc0,0x60,0x24,0xfc,0xfc,0x00,0x00,0x07,0x0f,0x08,0x08,0x07,0x0f,0x08,0x00,  // 0x64  d
   0xc0,0xe0,0xa0,0xa0,0xa0,0xe0,0xc0,0x00,0x07,0x0f,0x08,0x08,0x08,0x0c,0x04,0x00,  // 0x65  e
   0x40,0xf8,0xfc,0x44,0x0c,0x18,0x00,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,  // 0x66  f
   0xc0,0xe0,0x20,0x20,0xc0,0xe0,0x20,0x00,0x27,0x6f,0x48,0x48,0x7f,0x3f,0x00,0x00,  // 0x67  g
   0x04,0xfc,0xfc,0x40,0x20,0xe0,0xc0,0x00,0x08,0x0f,0x0f,0x00,0x00,0x0f,0x0f,0x00,  // 0x68  h
   0x00,0x00,0x20,0xec,0xec,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,  // 0x69  i
   0x00,0x00,0x00,0x00,0x20,0xec,0xec,0x00,0x00,0x30,0x70,0x40,0x40,0x7f,0x3f,0x00,  // 0x6A  j
   0x04,0xfc,0xfc,0x80,0xc0,0x60,0x20,0x00,0x08,0x0f,0x0f,0x01,0x03,0x0e,0x0c,0x00,  // 0x6B  k
   0x00,0x00,0x04,0xfc,0xfc,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,  // 0x6C  l
   0xe0,0xe0,0x60,0xc0,0x60,0xe0,0xc0,0x00,0x0f,0x0f,0x00,0x07,0x00,0x0f,0x0f,0x00,  // 0x6D  m
   0x20,0xe0,0xc0,0x20,0x20,0xe0,0xc0,0x00,0x00,0x0f,0x0f,0x00,0x00,0x0f,0x0f,0x00,  // 0x6E  n
   0xc0,0xe0,0x20,0x20,0x20,0xe0,0xc0,0x00,0x07,0x0f,0x08,0x08,0x08,0x0f,0x07,0x00,  // 0x6F  o
   0x20,0xe0,0xc0,0x20,0x20,0xe0,0xc0,0x00,0x40,0x7f,0x7f,0x48,0x08,0x0f,0x07,0x00,  // 0x70  p
   0xc0,0xe0,0x20,0x20,0xc0,0xe0,0x20,0x00,0x07,0x0f,0x08,0x48,0x7f,0x7f,0x40,0x00,  // 0x71  q
   0x20,0xe0,0xc0,0x60,0x20,0xe0,0xc0,0x00,0x08,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,  // 0x72  r
   0x40,0xe0,0xa0,0x20,0x20,0x60,0x40,0x00,0x04,0x0c,0x09,0x09,0x0b,0x0e,0x04,0x00,  // 0x73  s
   0x20,0x20,0xf8,0xfc,0x20,0x20,0x00,0x00,0x00,0x00,0x07,0x0f,0x08,0x0c,0x04,0x00,  // 0x74  t
   0xe0,0xe0,0x00,0x00,0xe0,0xe0,0x00,0x00,0x07,0x0f,0x08,0x08,0x07,0x0f,0x08,0x00,  // 0x75  u
   0x00,0xe0,0xe0,0x00,0x00,0xe0,0xe0,0x00,0x00,0x03,0x07,0x0c,0x0c,0x07,0x03,0x00,  // 0x76  v
   0xe0,0xe0,0x00,0x80,0x00,0xe0,0xe0,0x00,0x07,0x0f,0x0c,0x07,0x0c,0x0f,0x07,0x00,  // 0x77  w
   0x20,0x60,0xc0,0x80,0xc0,0x60,0x20,0x00,0x08,0x0c,0x07,0x03,0x07,0x0c,0x08,0x00,  // 0x78  x
   0xe0,0xe0,0x00,0x00,0x00,0xe0,0xe0,0x00,0x47,0x4f,0x48,0x48,0x68,0x3f,0x1f,0x00,  // 0x79  y
   0x60,0x60,0x20,0xa0,0xe0,0x60,0x20,0x00,0x0c,0x0e,0x0b,0x09,0x08,0x0c,0x0c,0x00,  // 0x7A  z
   0x00,0x40,0x40,0xf8,0xbc,0x04,0x04,0x00,0x00,0x00,0x00,0x07,0x0f,0x08,0x08,0x00,  // 0x7B  {
   0x00,0x00,0x00,0xbc,0xbc,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x00,0x00,0x00,  // 0x7C  |
   0x00,0x04,0x04,0xbc,0xf8,0x40,0x40,0x00,0x00,0x08,0x08,0x0f,0x07,0x00,0x00,0x00,  // 0x7D  }
   0x08,0x0c,0x04,0x0c,0x08,0x0c,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,  // 0x7E  ~
   0x00,0xC0,0x20,0x10,0xFC,0x10,0x20,0xC0,0x00,0x01,0x02,0x04,0x7F,0x04,0x02,0x01,  // 0x7F  φΦ   
   
 } ;
unsigned char code chn16 [ 160 * 32 ] =                        //宋体,小四,转270度,      
 {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, //空白  
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x1C,0xFF,0xFF, //↑
  0x00,0x1C,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x38,0x00,0xFF,0xFF, //↓
  0x38,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x40,0x00,0x40,0x00,0x40,0x02,0x5F,0x07,0xD1,0x02,0x51,0x02,0x51,0x22,0x51, //号
  0x42,0x51,0x82,0x51,0x42,0x51,0x3E,0x5F,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x00,
  0x04,0x12,0x03,0x12,0x00,0xD2,0xFF,0xFE,0x00,0x91,0x83,0x11,0x80,0xC0,0x40,0x38, //秒
  0x40,0x10,0x20,0x00,0x23,0xFF,0x10,0x00,0x08,0x08,0x04,0x10,0x03,0x60,0x00,0x00,
  0x04,0x08,0xFC,0x31,0x03,0x86,0x00,0x60,0x80,0x00,0x47,0xFE,0x30,0x02,0x0F,0xF2, //测5
  0x10,0x02,0x67,0xFE,0x00,0x00,0x07,0xF8,0x40,0x00,0x80,0x00,0x7F,0xFF,0x00,0x00,
  0x40,0x40,0x40,0x40,0x40,0x40,0x57,0xDF,0x55,0x55,0x55,0x55,0x55,0x55,0x7F,0xD5, //量
  0x55,0x55,0x55,0x55,0x55,0x55,0x57,0xDF,0x50,0x40,0x40,0x40,0x40,0x40,0x00,0x00,
  0x02,0x08,0x42,0x08,0x81,0x08,0x7F,0xFF,0x00,0x88,0x00,0x48,0x40,0x00,0x42,0x98, //控
  0x42,0x48,0x42,0x28,0x7E,0x0A,0x42,0x2C,0x42,0x48,0x42,0xD8,0x40,0x08,0x00,0x00,
  0x00,0x00,0x00,0x50,0x3F,0x4F,0x01,0x4A,0x01,0x48,0xFF,0xFF,0x21,0x48,0x61,0x48, //制
  0x3F,0x48,0x00,0x00,0x0F,0xFC,0x40,0x00,0x80,0x00,0x7F,0xFF,0x00,0x00,0x00,0x00,  
  0x00,0x40,0x00,0x20,0x7F,0xF8,0x00,0x17,0x20,0x82,0x10,0x80,0x08,0xBE,0x06,0xA2, //保
  0x01,0xA2,0x7F,0xE2,0x03,0xA2,0x0C,0xA2,0x18,0xBE,0x30,0x80,0x10,0x80,0x00,0x00,
  0x02,0x00,0x42,0x10,0x81,0x10,0x7F,0xFF,0x80,0x90,0x40,0x50,0x20,0x10,0x18,0x00, //护,10
  0x07,0xF8,0x00,0x89,0x00,0x8A,0x00,0x8E,0x00,0x88,0x00,0x88,0x00,0xF8,0x00,0x00,
  0x20,0x00,0x21,0x42,0x11,0x2C,0x11,0x24,0xF9,0x10,0x45,0xFF,0x23,0x04,0x03,0x64, //装
  0x05,0xA4,0x09,0x24,0x11,0x3F,0x29,0x24,0x45,0x24,0xC1,0x24,0x41,0x04,0x00,0x00,
  0x80,0x00,0x80,0x20,0x80,0x2F,0xFF,0xA9,0xAA,0xA9,0xAA,0xAF,0xAA,0xE9,0xAA,0xB9, //置
  0xAA,0xA9,0xAA,0xAF,0xAA,0xA9,0xFF,0xA9,0x80,0x2F,0x80,0x20,0x80,0x00,0x00,0x00,
  0x42,0x10,0x42,0x92,0x2A,0x54,0x2E,0x38,0x13,0xFF,0x1A,0x38,0x26,0x54,0x02,0x52, //数
  0x40,0x80,0x20,0xF0,0x13,0x1F,0x0C,0x12,0x33,0x10,0x60,0xF0,0x20,0x10,0x00,0x00,
  0x02,0x08,0x42,0x08,0x81,0x08,0x7F,0xFF,0x40,0x88,0x30,0x40,0x0F,0xFE,0xFC,0x92, //据
  0x44,0x92,0x44,0x92,0x47,0xF2,0x44,0x92,0x44,0x92,0xFC,0x9E,0x00,0x80,0x00,0x00,
  0x04,0x08,0x02,0x30,0x01,0x00,0xFF,0xFF,0x40,0x20,0x20,0x20,0x18,0x20,0x07,0x20, //状15
  0x00,0xFF,0x00,0x20,0x03,0xE1,0x0C,0x26,0x30,0x2C,0x60,0x20,0x20,0x20,0x00,0x00,
  0x00,0x00,0x60,0x04,0x39,0x04,0x01,0x04,0x00,0x84,0x3C,0x44,0x40,0x34,0x42,0x4F, //态
  0x4C,0x94,0x40,0x24,0x40,0x44,0x70,0x84,0x04,0x84,0x09,0x04,0x31,0x00,0x00,0x00,
  0x40,0x00,0x20,0x10,0x18,0x0C,0x07,0xA4,0x08,0x24,0x10,0x24,0x20,0x25,0x7F,0xE6, //定
  0x42,0x24,0x42,0x24,0x42,0x24,0x42,0x24,0x40,0x14,0x40,0x0C,0x00,0x04,0x00,0x00,
  0x00,0x80,0x00,0x40,0xFF,0xF0,0x00,0x2F,0x40,0x02,0x40,0x04,0x7F,0xE4,0x4A,0xA4, //值
  0x4A,0xB4,0x4A,0xAF,0x4A,0xA6,0x4A,0xA4,0x7F,0xE4,0x40,0x04,0x40,0x00,0x00,0x00,
  0x00,0x80,0x40,0x88,0x40,0x48,0x5F,0xC8,0x52,0xA8,0x52,0x98,0x52,0x88,0x52,0xFF, //查
  0x52,0x88,0x52,0x98,0x52,0xA8,0x5F,0xA8,0x40,0x48,0x40,0xC8,0x40,0x48,0x00,0x00,
  0x00,0x40,0x00,0x42,0x7F,0xCC,0x20,0x04,0x10,0x00,0x00,0x10,0x1F,0xE8,0x09,0x27, //询,20
  0x09,0x24,0x09,0x24,0x1F,0xE4,0x40,0x04,0x80,0x04,0x7F,0xFC,0x00,0x00,0x00,0x00,
  0x00,0x20,0x00,0x10,0x7F,0xFC,0x00,0x07,0x03,0xF2,0x54,0x20,0x54,0x98,0x4A,0x8F, //修
  0x2B,0x54,0x25,0xA4,0x15,0x24,0x12,0x54,0x0A,0xCC,0x09,0x80,0x00,0x80,0x00,0x00,
  0x00,0x00,0x7F,0xC4,0x20,0x44,0x10,0x44,0x48,0x44,0x44,0x7C,0x20,0x80,0x20,0x40, //改
  0x10,0xF0,0x0B,0x1F,0x0C,0x12,0x13,0x10,0x20,0xF0,0x60,0x10,0x20,0x10,0x00,0x00,
  0x00,0x00,0xFF,0xFE,0x40,0x02,0x40,0x12,0x5F,0x92,0x48,0x92,0x48,0x92,0x48,0xFE, //固
  0x48,0x92,0x48,0x92,0x5F,0x92,0x40,0x12,0x40,0x02,0xFF,0xFE,0x00,0x00,0x00,0x00,
  0x00,0x80,0x00,0x40,0x00,0x20,0x7F,0xF8,0x00,0x07,0x04,0x02,0x02,0x00,0x01,0x00, //化
  0x3F,0xFF,0x40,0xC0,0x40,0x60,0x40,0x30,0x40,0x1C,0x78,0x08,0x00,0x00,0x00,0x00,
  0x40,0x80,0x20,0x81,0x1F,0x8E,0x20,0x04,0x20,0x00,0x40,0x10,0x40,0x50,0x43,0x90, //过25
  0x41,0x10,0x48,0x10,0x50,0x10,0x4F,0xFF,0x40,0x10,0x40,0x10,0x40,0x10,0x00,0x00,
  0x00,0x00,0x00,0x00,0x0F,0xF8,0x04,0x48,0x04,0x48,0x04,0x48,0x04,0x48,0x3F,0xFF, //电
  0x44,0x48,0x44,0x48,0x44,0x48,0x44,0x48,0x4F,0xF8,0x40,0x00,0x70,0x00,0x00,0x00,
  0x04,0x10,0x04,0x60,0xFC,0x01,0x03,0x86,0x40,0x60,0x30,0x04,0x0F,0x44,0x00,0x64, //流
  0x00,0x55,0x7F,0x4E,0x00,0x44,0x3F,0x64,0x40,0xC4,0x40,0x04,0x70,0x04,0x00,0x00,
  0x08,0x20,0x1C,0x24,0x0B,0x24,0x08,0xE4,0x0C,0x24,0x05,0x24,0x4E,0x24,0x24,0x20, //动
  0x10,0x10,0x0C,0x10,0x03,0xFF,0x20,0x10,0x40,0x10,0x3F,0xF0,0x00,0x00,0x00,0x00,
  0x00,0x80,0x00,0x40,0x00,0x20,0xFF,0xF8,0x00,0x07,0x00,0x22,0x00,0x18,0x00,0x0C, //作
  0xFF,0xFB,0x04,0x48,0x04,0x48,0x04,0x48,0x04,0x68,0x06,0x48,0x04,0x08,0x00,0x00,
  0x40,0x02,0x23,0x22,0x14,0x72,0x08,0x2E,0x17,0xE2,0x20,0x00,0x20,0x04,0x47,0xE4, //延,30
  0x44,0x04,0x44,0x04,0x47,0xFC,0x44,0x42,0x44,0x42,0x44,0x42,0x44,0x00,0x00,0x00,
  0x00,0x00,0x07,0xFC,0x04,0x44,0x04,0x44,0x04,0x44,0x07,0xFC,0x00,0x10,0x00,0x90, //时
  0x03,0x10,0x40,0x10,0x80,0x10,0x7F,0xFF,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x00,
  0x40,0x00,0x30,0x00,0x0F,0xF8,0x00,0x48,0x08,0x48,0x50,0x48,0x4F,0xC8,0x20,0x08, //成
  0x10,0xFF,0x0B,0x08,0x0C,0x09,0x12,0x0A,0x21,0xC8,0x40,0x88,0xF0,0x08,0x00,0x00,
  0x04,0x00,0x0C,0x04,0x04,0x04,0x04,0x04,0x03,0xFC,0x42,0x04,0x22,0x14,0x11,0x14, //功
  0x0C,0x10,0x23,0x90,0x20,0x7F,0x60,0x10,0x20,0x10,0x1F,0xF0,0x00,0x00,0x00,0x00,
  0x20,0x00,0x18,0x00,0x27,0xFE,0x20,0x02,0x20,0x42,0x20,0x42,0x20,0x42,0x20,0x42, //压
  0x3F,0xFA,0x20,0x42,0x21,0x42,0x2E,0x42,0x24,0x62,0x20,0x42,0x20,0x02,0x00,0x00,
  0x40,0x40,0x20,0x42,0x1F,0xCC,0x20,0x00,0x48,0x04,0x49,0xE4,0x45,0x24,0x43,0x24, //速35
  0x7F,0xFF,0x41,0x24,0x43,0x24,0x45,0x24,0x4D,0xE4,0x40,0x04,0x40,0x00,0x00,0x00,
  0x04,0x08,0x03,0x08,0x00,0xC8,0xFF,0xFF,0x00,0x48,0x41,0x88,0x30,0x08,0x0C,0x00, //机
  0x03,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x3F,0xFE,0x40,0x00,0x78,0x00,0x00,0x00,
  0x00,0x00,0x22,0x20,0x23,0x38,0x22,0xA7,0x12,0x62,0x12,0x18,0x20,0x00,0x3F,0xFE, //组
  0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x3F,0xFE,0x20,0x00,0x20,0x00,0x00,0x00,
  0x00,0x40,0x40,0x42,0x20,0x42,0x10,0x42,0x0C,0x42,0x03,0xFE,0x00,0x42,0x00,0x42, //开
  0x00,0x42,0x00,0x42,0x7F,0xFE,0x00,0x42,0x00,0x42,0x00,0x42,0x00,0x42,0x00,0x00,
  0x01,0x00,0x81,0x10,0x41,0x10,0x21,0x10,0x11,0x11,0x09,0x1E,0x05,0x14,0x03,0xF0, //关

⌨️ 快捷键说明

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