LCD12864驅動顯示程序

這裏是用的並行寫法,後續會更新串行 。並行缺點就是太佔用io口了,我其實更喜歡用串行。不過不是比賽要求都不怎麼用了。ui lcd12864.c.net #include"lcd12864.h" uchar code num[]={"0123456789 e:.-"}; sbit RS = P3^5; //命令/數據選擇 sbit RW = P3^6; //讀
相關文章
相關標籤/搜索