How you erase a character in a Tv terminal
HED GROUP
Posts: 15
{{
Hi I send to the forum this problem so please can somebody explain me
why we can't erase a character on screen, Use the provided tv terminal
object so with an x and y values you can position the cursor.
}}
CON
·_clkmode = xtal1+pll16x
·_xinfreq = 5_000_000
OBJ
· term········· : "tv_terminal"
·
PUB Init
·term.start(12)················ ''Initialize TV
·term.out($00)················· ''Clear screen
·term.str(string("PARALLAX"))·· ''Print PARALLAX to tv terminal
·term.gotoxy(0, 0)············· ''Position cursor to x=0 and y=0
' term.str(string(" "))········· ''Try placing a " " do not erase the P
' term.out($20)················ ''Try placing a hex 20 (space) do not erase the P
' term.out($65)················ ''Try placing a A to remplace the P do not erase the P
'How you erase one character
Hi I send to the forum this problem so please can somebody explain me
why we can't erase a character on screen, Use the provided tv terminal
object so with an x and y values you can position the cursor.
}}
CON
·_clkmode = xtal1+pll16x
·_xinfreq = 5_000_000
OBJ
· term········· : "tv_terminal"
·
PUB Init
·term.start(12)················ ''Initialize TV
·term.out($00)················· ''Clear screen
·term.str(string("PARALLAX"))·· ''Print PARALLAX to tv terminal
·term.gotoxy(0, 0)············· ''Position cursor to x=0 and y=0
' term.str(string(" "))········· ''Try placing a " " do not erase the P
' term.out($20)················ ''Try placing a hex 20 (space) do not erase the P
' term.out($65)················ ''Try placing a A to remplace the P do not erase the P
'How you erase one character
spin
16K
Comments