I found another way :
Code:char_batt: if TmpW dig 3=0 then symb = 1 if TmpW dig 3=1 then symb = 2 if TmpW dig 3=2 then symb = 3 if TmpW dig 3=3 then symb = 4 if TmpW dig 3=4 then symb = 5 return
I found another way :
Code:char_batt: if TmpW dig 3=0 then symb = 1 if TmpW dig 3=1 then symb = 2 if TmpW dig 3=2 then symb = 3 if TmpW dig 3=3 then symb = 4 if TmpW dig 3=4 then symb = 5 return
How many costum characters can I make to show on LCD display and If I write a text,and I want to show a character,will be the character stored in the memory of the LCD,or the text will be stored?
Dave
Always wear safety glasses while programming.
Bookmarks