Shop OBEX P1 Docs P2 Docs Learn Events
P2 and 24bit LCD possible? — Parallax Forums

P2 and 24bit LCD possible?

I have seen early discussion of 24 pins dedicated to 24bit LCD control. Is this still looking good? Also, how much on-chip storage for bit maps will be available? It would be nice to upgrade the Newhaven display control code we have been using to have more colors and more fast access storage for drawing the screen.

Comments

  • RaymanRayman Posts: 13,850
    edited 2015-10-03 15:25
    Definitely... Not only that, but 24-bit HDMI encoder too...

    512 kB is total space, plenty for 3.5" LCD.
    Pretty good for 4.3" LCD.
    Just enough for 5" or standard VGA to do 8 bpp graphics.

    But, pins and speed should allow external memory to be used in real time too maybe.
  • T ChapT Chap Posts: 4,198
    edited 2015-10-03 15:05
    mega bytes? What a massive increase. So at programming, we can load in ALL bitmap(DAT) data? That is going to be fantastic, I hope we can tweak the existing Newhaven drivers. It will be really nice to send out 3 byte values for RGB.
  • RaymanRayman Posts: 13,850
    Ok, that was a typo, sorry. Its. 512 kB
  • jmgjmg Posts: 15,144
    Rayman wrote: »
    Definitely... Not only that, but 24-bit HDMI encoder too...
    512 kB is total space, plenty for 3.5" LCD.
    Do you mean using an extra chip for the HDMI - I've seen no mention of native HDMI support ?

    P2 has NCO based wide burst transfer, so it will fly for LCD work.
    The LUT can do the 8-24bit mapping on the fly, but the 512k is a little light for some sizes.

    I wonder if that LUT stream can include some minor variants like
    32 in to 5 x 6 bits out, for a 25% pixel count gain (upper 2 bits can be a LUT-Page) and
    32 in to 3 x 9 bits out, for full 512 LUT mapping on smaller screens ?

  • 4.3" 480*272 is the target.
Sign In or Register to comment.