/*----------------------------------------------- 名稱:雙色點陣 論壇:www.doflye.net 編寫:shifang 修改:無 內(nèi)容:使用hc595驅(qū)動雙色點陣 ---------------------------------------------
#include #include //unsigned char segout[8]={0,1,2,3,4,5,6,7}; //8列 unsigned char segout[8]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80}; //8列 unsigned char code tab[]={ 0x00