0
1
39
168
104
103
#include //包含头文件#define uint unsigned int //预定义一下 #define uchar unsigned char sbit rs=P1^0; //1602的数据/指令选择控制线 sbit rw=P1^1; //1602的读写控制线 sbit en=P2^5; //1602的使能控制线 /*P2口接1602的D0~D7*/ uchar code table[...