code :
loop:
hour = hour + 1
if hour > 24 then
day = day + 1
endif
if day > 7 then
day = 0
endif
lcdout $fe,$c0, dec3 day
pause 200
goto loop
i already try but the LCD display 000
is it because my declare wrong here
code:
symbol mon = 0
symbol tue = 1
day var byte




Bookmarks