Hello.
Outputs same codes for abc as for ABC. Seems like characters are converted to uppercase?
Any ways to fix this?
Code:
topline var byte [6]
arraywrite topline, ["ABCabc"]
FOR X=0 TO 6
LCDOUT $FE, $01, DEC topline[x]
pause 1000
next
Any ways to fix this?