Shop OBEX P1 Docs P2 Docs Learn Events
Digital RGB Interface for LCD — Parallax Forums

Digital RGB Interface for LCD

RoboThespianRoboThespian Posts: 4
edited 2007-06-27 19:51 in Propeller 1
Many RGB (full colour) LCD displays have a digital RGB interface that uses Hsync Vsync and Dot (pixel) clock.
- this looks to be directly compatible with the Prop outputs

BUT can you route the Dot Clock signal out from the Propeller Chip ?

This signal is not needed with analog RGB

Anybody tried this interface yet - or know how to get at the PLL dot clock signal?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
_______________________________________
A Little Bit Of Knowledge Is A Dangerous Thing
But How Do you Know What You Don't Know?

Comments

  • Harrison.Harrison. Posts: 484
    edited 2007-06-27 06:22
    Someone hinted that they were able to do it, but never posted the final result. The link to the post is: http://forums.parallax.com/showthread.php?p=644821.

    I have tried to use that code but was not able to get the display to work 100%. The issue was that I was not able to obtain a correct datasheet for my display, along with my limited knowledge of how to calculate the backporch, frontporch, line timings, etc. I used formulas provided in a Sharp appnote, but it didn't seem to help me fix my display problems. I ended up with a display that only took up 1/4 of my 9" screen that had slight noise and flickering (obviously incorrect timing).

    Harrison
  • Paul BakerPaul Baker Posts: 6,351
    edited 2007-06-27 16:21
    It is possible to route the dot clock out if you have setup the video generator so that a new pixel value is output each clock cycle. Instead of using mode 1 of the counter, you specify mode 2 and the pin it should be ouput to.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
  • RoboThespianRoboThespian Posts: 4
    edited 2007-06-27 18:51
    Thanks Paul

    Any Thoughts on this one:

    Use additional cogs to increase the VGA colour depth - ie one outputs bits 0-1 the next is for bits 2- 3 etc
    - wouldn't need a an R2R ladder of resistors as this is for the above mentioned digital LCD interface.

    Assuming all the params. are equal - would this work?

    I would really like to achieve full 18bit colour for our robot eyes application -
    see www.robothespian.co.uk

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    _______________________________________
    A Little Bit Of Knowledge Is A Dangerous Thing
    But How Do you Know What You Don't Know?
  • Paul BakerPaul Baker Posts: 6,351
    edited 2007-06-27 19:51
    Just as it is possible to use multiple cogs in sync to generate higher screen resolutions, it is possible to generate higher color depth as well. The major hurdle will be the same, leveraging the limited amount of hub memory to accomodate the extra data.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
Sign In or Register to comment.