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
So, without any idea of whether it is appropriate or even capable for this task, you're just going to stubbornly insist upon it?
Have you spent any time studying the documentation for this chip to determine its capabilities:
www.nxp.com/.../LPC1788FET208.html
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.