单片机与液晶做的推箱子游戏(有源码)
void LCDWriteCommand (uchar Dat){ uchar ucDat; LCD_CS = 0; do { ucDat = ReadBusyFlag();//æÂμ±êÖ3⁄4 } while (ucDat&0x80); LCD_CS = 1; SendData(0xf8); //·¢ËÍÐ ́Ö ̧Áîμ1⁄2LCD SendData(Dat&0xf0);//·¢ËÍ ̧ß4λ SendData(Dat
下载地址
用户评论