Shop OBEX P1 Docs P2 Docs Learn Events
Digital VGA — Parallax Forums

Digital VGA

APStech-AttilaAPStech-Attila Posts: 38
edited 2006-11-22 18:53 in Propeller 1
Hi!

· I have a project with Sharp LQ057Q2DC12 digital VGA LCD display. It has turned out, that it is possible to drive the CLK input of the LCD to sample pixel data, but I have run into a new issue:

· I have modified the settings of the 512x384 VGA driver to drive the 320x240 LCD, but certain color bits (R0, R1, G0 - pins 18, 19, 20) stick to "3V3". When I launch the original 512x384 driver, all 6 color lines act as excepted. Pixel clock is 6.25MHz, and frq reg. and PLL divider is set up for very stable output frequency.

Do you have any idea? Is it some video HW configuration that could prevent outputting to R0 R1 G0 pins?

Thanks,
· Attila
640 x 480 - 41K
1024 x 768 - 98K
1024 x 768 - 93K
1024 x 768 - 84K

Comments

  • cgraceycgracey Posts: 14,133
    edited 2006-11-21 19:11
    Attila,

    Could you have some other cog driving those pins high, perhaps from another object?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔


    Chip Gracey
    Parallax, Inc.
  • APStech-AttilaAPStech-Attila Posts: 38
    edited 2006-11-22 11:35
    I don't think, this could be the problem. But I will continue investigating in that direction.

    There is only 2 cogs running: Video and the "main" the main does not include a single I/O pin setting line.

    If I hardcode the pin settings, in the video driver, it will not help either. As soon as I change from LCD to VGA everything is okay.

    Is the video hardware changing only the IO levels, and not the IO directions to achieve DAC?



    Thanks for advie,

    ·· Attila
  • cgraceycgracey Posts: 14,133
    edited 2006-11-22 18:53
    Attila said...

    Is the video hardware changing only the IO levels, and not the IO directions to achieve DAC?

    Attila,

    Yes, only the output states are changing. The DIRA settings are static.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔


    Chip Gracey
    Parallax, Inc.
Sign In or Register to comment.