This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use lpc 1788 display video?

hi
i need display video on tft lcd
i want use lpc1788
Is the 1788 gets the job done?
What hardware do I need to get done?
Please Help me, please
Thanks

Parents Reply Children
  • hi
    i previously study this documentation
    but i use emwin and lcd 7"
    But speed is displayed on the LCD is very low.
    Almost every second a Photo(bmp)
    And every 4 seconds a Photo(jpg)
    But I need more speed
    How can I do this faster (reading memory image and showing on the LCD side) do

  • If the time taken to show an image is too great then you need to consider ALL aspects.

    When it is taking four times longer to show a jpg than a bmp then it is highly unlikely it's just the lcd interfacing that you need to consider. The processing required to decode a JPG is far greater than that of a BMP.

    It looks like you're expecting too much from the processor.