12864 LCD显示屏读写程序
扫描二维码
随时随地手机看文章
#include"reg51.h"
#defineucharunsignedchar
#defineuintunsignedint
sbitSCLK=P2^2;
sbitSID=P2^1;
sbitCS=P2^0;
voiddelay(uintv)/*延时*/
{
while(v!=0)v--;
}
voidser_in(ucharc)/*serial输入程序*/
{
ucharBitCnt;
for(BitCnt=0;BitCnt<8;BitCnt++)
{
if((c<