EmbeddedRelated.com
Forums

LPC2478 + Innolux LCD

Started by "fazal.usicmku" March 23, 2010
Hi Fazal,

Id have thought the frame rate depends on many things. If the LCD can
display at the same time it is being updated, and all the data is
preprepared, the maximum frame-rate should simply be a matter of
calculating the inverse of (the number of words to be transferred x the
time to transfer a word) i.e. the time to update a frame. However if you
need to do some work calculating the frame, this also needs to be added
to the denominator in the calculation.

i.e. Frame Rate = 1 / (T1 + T2 + T3 + T4...)

Where
T1 is the calculation time
T2 is the transfer time
T3, T4 is any other time that need to be considered (Maybe in the LCD
specs).

Nick

fazal.usicmku wrote:
>
> I have tried to find the LPC2478 possible frame rate through user
> manual and NXP support. Both gives nothing.
>
> Any of members already done video stream or image display system on
> LPC2478...
>
> Any references or sample codes are welcome.
>
> Faz
>
> --- In l... ,
> Gurkan Karakus wrote:
> >
> >
> >
> > I dont know your lcd controllers refresh rate but since your camera
> output is jpeg coded, you will have to decode jpeg camera outputs
> first. Decoding jpeg takes a lot of cpu time...
> >
> > Gurkan
> >
> >
> >
> >
> > To: l...
> > From: fazal.usicmku@...
> > Date: Thu, 25 Mar 2010 07:34:42 +0000
> > Subject: [lpc2000] Re: LPC2478 + Innolux LCD
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Per frame is 200 x 100 Res and 20 frames per second. Why this is not
> possible?
> >
> >
> >
> > what is the maximum frame rate for LPC2478 LCD controller?
> >
> >
> >
> > --- In l... ,
> Gurkan Karakus wrote:
> >
> > >
> >
> > >
> >
> > >
> >
> > > Hi,
> >
> > >
> >
> > > I dont think you can reach that frame rate with lpc2478.
> >
> > > You may think of lcd driver controller with jpeg decoders(like
> http://www.solomon-systech.com ).
> >
> > >
> >
> > > Gurkan
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > To: l...
> >
> > > From: fazal.usicmku@
> >
> > > Date: Thu, 25 Mar 2010 06:20:18 +0000
> >
> > > Subject: [lpc2000] Re: LPC2478 + Innolux LCD
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > Thanks for your reply.
> >
> > >
> >
> > >
> >
> > >
> >
> > > Now i am moving next step,, :-)
> >
> > >
> >
> > >
> >
> > >
> >
> > > My next step is display the video stream (20 frames per second)
> over LPC2478 and LCD.
> >
> > >
> >
> > >
> >
> > >
> >
> > > Can you give me some points to get it work.
> >
> > >
> >
> > >
> >
> > >
> >
> > > Sorry to post such thing here. But I am new in embedded systems... :-)
> >
> > >
> >
> > >
> >
> > >
> >
> > > Faz
> >
> > >
> >
> > >
> >
> > >
> >
> > > --- In l... ,
> "rtstofer" wrote:
> >
> > >
> >
> > > >
> >
> > >
> >
> > > >
> >
> > >
> >
> > > >
> >
> > >
> >
> > > > --- In l...
> , "fazal.usicmku"
> wrote:
> >
> > >
> >
> > > > >
> >
> > >
> >
> > > > >
> >
> > >
> >
> > > > >
> >
> > >
> >
> > > > > Thanks for your replies.
> >
> > >
> >
> > > > >
> >
> > >
> >
> > > > > Its okay about bmp images. How I can try for comprised image
> data? Actually my application camera module outputs compressed or
> uncompressed JPG format only.
> >
> > >
> >
> > > > >
> >
> > >
> >
> > > > > Any suggestions are welcome.
> >
> > >
> >
> > > > >
> >
> > >
> >
> > > > > faz
> >
> > >
> >
> > > > >
> >
> > >
> >
> > > >
> >
> > >
> >
> > > > Google for 'jpeg decompression algorithm c code' and you should
> find something.
> >
> > >
> >
> > > >
> >
> > >
> >
> > > > Google for 'jpeg file format' and you might get:
> >
> > >
> >
> > > > http://www.jpeg.org/public/jfif.pdf
>
> >
> > >
> >
> > > >
> >
> > >
> >
> > > > Richard
> >
> > >
> >
> > > >
> >
> > >
> >

An Engineer's Guide to the LPC2100 Series

Is there is any free BMP to C file converter (8 bit data) for innolux LCD?

Please post me the like to download...

faj