標題: 1602LCD計數顯示實驗 [打印本頁]

作者: moon_001    時間: 2016-12-3 13:12
標題: 1602LCD計數顯示實驗

main()
{
        unsigned int Count = 0;
        LCD_Initial();
        GotoXY(0,0);
        Print("The 1602LCD Test");
        GotoXY(0,1);
        Print("      BY RICHMCU");

        while(1)
        {
                IntToStr(Count++,&TempBuffer[0],5);
                GotoXY(0,1);
                Print(&TempBuffer[0]);
                Delay1ms(500);
        }
}

1602LCD計數顯示實驗.rar

5.82 MB, 下載次數: 21, 下載積分: 黑幣 -5






歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1