Trying to display ASCII on TV/monitor
Maybe this is a basic concept, but I'm trying to display ASCII characters. I have byte size values that I can send to a LCD (a 24 x 1 line) but find TV_text can provide bin, hex and dec representation but how does one display just characters?
I have some canned strings plus using bin, hex, and dec (example TV,hex(c) or TV.bin(c)). That works great. But can't recall if I ever displayed the letters represented by hex 20..7F.
I have some canned strings plus using bin, hex, and dec (example TV,hex(c) or TV.bin(c)). That works great. But can't recall if I ever displayed the letters represented by hex 20..7F.
Comments