Shop OBEX P1 Docs P2 Docs Learn Events
PAL TV, Chapt 3 Tutorial — Parallax Forums

PAL TV, Chapt 3 Tutorial

DJAusDJAus Posts: 3
edited 2006-08-01 06:43 in Propeller 1
The exercise on page 139 outputs to an NTSC TV.
What do I have to do run the program and output to a PAL TV?

Thx

Comments

  • parskoparsko Posts: 501
    edited 2006-08-01 06:43
    DJ,

    If you hit F8, it will compile the program. You will then see the TV object. The next object above that one (TV_text or similar) will have a call for a variable called "mode". You will need to change that code so the last bit is "1" (I think it's the last bit). Regardless, it is documented in the notes, you just need to get your hands dirty a bit.

    -Parsko

    PS- It may be that you will have to chagne the last two bits to "1", so (...0011)
Sign In or Register to comment.