Shop OBEX P1 Docs P2 Docs Learn Events
propeller tv object clear screen? — Parallax Forums

propeller tv object clear screen?

ohVaNiLLaGoRiLLaohVaNiLLaGoRiLLa Posts: 33
edited 2014-01-15 21:52 in Propeller 1
I have just recently started to use the parallax tv object and I cant figure out how to clear the tv screen... I have been just restarting the tv object to clear the screen but I do not wish to do this every time i want to clear the screen. There must be a way to do this... Also is there a big list of commands somewhere for this tv object? I really cant find any documentation on it :[

thanks!

Comments

  • kuronekokuroneko Posts: 3,623
    edited 2014-01-15 21:52
    TV_Text accepts 0 in its out method for clearing the screen. If you're just using TV then it's up to you to grab the screen pointer (tv_screen in the parameter block) and clear it with e.g. wordfill.
Sign In or Register to comment.