Shop OBEX P1 Docs P2 Docs Learn Events
Chess TV (test) — Parallax Forums

Chess TV (test)

RaymanRayman Posts: 14,233
edited 2008-06-16 09:23 in Propeller 1
Here's a test of a chess board on TV with pieces made of 3x3 tiles...

I'm having trouble finding the settings that make it look right (square) and centered.

These settings appear to kinda work, but although the board is centered, the screen isn't.· This might be OK, but I'd like to draw a border around the screen and add some text too...

If anybody finds better settings, I'd appreciate it!

Comments

  • RaymanRayman Posts: 14,233
    edited 2008-06-15 21:02
    I guess what I need is TV driver settings that give square pixels....
  • ColeyColey Posts: 1,110
    edited 2008-06-15 21:35
    Ray it looks great on my TV, 16:9 widescreen in 4:3 mode
    Nice and square but a little off centre to the right.

    Cool!

    Regards,

    Coley

    Edit, took some pictures....

    PAL60 isn't square because I've altered the tv metrics in tv.spin but NTSC looks good

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    PropGFX Forums - The home of the Hybrid Development System and PropGFX Lite

    Post Edited (Coley) : 6/15/2008 9:57:03 PM GMT
    1936 x 1288 - 913K
    1936 x 1288 - 936K
  • RaymanRayman Posts: 14,233
    edited 2008-06-16 00:29
    Thanks. And, thanks for the screenshot. I wanted to do one, but was lazy...

    But, although the board is centered on the screen, the upper-left corner of the board is tile coordinate 0,0. There should be 6 tiles to the right of the board and 4 below.

    So, I can't do what I wanted to do and draw a nice border around the board...

    Anyway, this will work, I suppose...
  • RaymanRayman Posts: 14,233
    edited 2008-06-16 00:31
    I have some actual chess game code from another platform that I intend to port over to the Prop so we can play chess agains the Prop...

    I'm debating whether to port from C to Spin or try out the new Imagecraft C compiler...

    I used to have a robot arm that I rigged to move chess pieces. But, that didn't work out so well because of alignment issues... Anyway, I trying to think up a better way to move chess pieces around...
  • BaggersBaggers Posts: 3,019
    edited 2008-06-16 08:22
    Rayman, looks really good, quick question, why don't you move the board, so you can draw the border you want to do?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    http://www.propgfx.co.uk/forum/·home of the PropGFX Lite

    ·
  • RaymanRayman Posts: 14,233
    edited 2008-06-16 09:23
    If I try to increase "v0" more than 9, the TV won't sync... Maybe it doesn't matter the TV driver does paint a background color around the board anyway...
Sign In or Register to comment.