#include<reg52.h>#include<intrins.h>#define#defineuintunsignedintucharunsignedcharuchartable[8]={0xfe,0xfc,0xf8,0xf0,0xe0,0xc0,0x80,0x00};//逐个点亮0~7低位开始uchartable1[8]={0x7f,0x3f,0x1f,0x0f,0x07,0x03,0x01,0x00};//逐个点亮7~0高位开始uchartable2[8]={0x01,0x03,0x07,0x0f,0x1f,0x3f,0x7f,0xff};//逐个灭0~7uchartable3[8]={0x80,0xc0,0xe0,0xf0,0xf8,0xfc,0xfe,0xff};//逐个灭7~0voidlbzl(uintt,ucharc);/...
#include<reg52.h>#include<intrins.h>#defineuintunsignedint#defineucharunsignedcharuchartable[8]={0xfe,0xfc,0xf8,0xf0,0xe0,0xc0,0x80,0x00};//逐个点亮0~7低位开始uchartable1[8]={0x7f,0x3f,0x1f,0x0f,0x07,0x03,0x01,0x00};//逐个点亮7~0高位开始uchartable2[8]={0x01,0x03,0x07,0x0f,0x1f,0x3f,0x7f,0xff};//逐个灭0~7低位开始uchartable3[8]={0x80,0xc0,0xe0,0xf0,0xf8,0xfc,0xfe,0xff};//逐个灭7~0高位开始voidlbzl...