' Scrolltest and Encoder Push pwmout 38,255 'full bright tty.size 1,-1,-1,-1,-1 ' font 1 i = 0 tft.cls() while pinIn(21)=1 tty str(i) & " PRESS THE ENCODER TO BREAK "& chr(10) inc i wend tty "Done."