宏定义错,看=>>
#define LCDCOM XBYTE[0x8000] //去掉此处";"号
#define LCDDAT XBYTE[0x8100] //去掉此处";"号
#define LCDREAD XBYTE[0x8200] //去掉此处";"号
void i_send(uint y)
{
wait_lcd();
LCDDAT=y; //改为大写
}
void d_send(uint x)
{
wait_lcd();
LCDDAT=x; //改为大写
}
发表时间:2003年7月18日13:02:48