Shop OBEX P1 Docs P2 Docs Learn Events
Error message in TV mode — Parallax Forums

Error message in TV mode

El PaisaEl Paisa Posts: 375
edited 2006-05-07 14:46 in Propeller 1
I am trying to run some of the TV programs like Graphics, Graphics demo and TV_terminal_demo and I am receiving an error message ERROR:Expected "(".
I do not see and open ended ")".

Comments

  • Mike CookMike Cook Posts: 829
    edited 2006-05-07 14:46

    The newer Propeller Tool (v0.95) objects require a 'MODE' to be set when using the TV-Terminal.spin

    If the code example has:

    term.start

    Then change it to:

    term.start(3)

    See this thread:

    http://forums.parallax.com/showthread.php?p=585551




    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Mike

    Post Edited (Mike Cook) : 5/7/2006 2:50:26 PM GMT
Sign In or Register to comment.