Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

displaying scanned pics on a CRT

displaying scanned pics on a CRT

2006-02-04 by zoojar lakdawla

i am using a LPC2214 with the Epson S1D13506.
   
  i wish to scan pictures and display them on the CRT. 
   
  The scanned pictures are in jpeg format.
   
  How do i convert it to data which can be burned into ROM and then tranferred to the display memory for display on the CRT
   
  or put in another way : how can i display a scanned picture on a CRT ?
   
  can someone point me in the right direction ??
   
  thanks
   
  zoojar

		
---------------------------------
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

[Non-text portions of this message have been removed]

Re: displaying scanned pics on a CRT

2006-02-04 by lpcarmed

Do you have a budget - then http://www.easygui.com/ or other
commercial drivers can help. Otherwise will need to sit down with the
jpeg and S1D13506 specs.

--- In lpc2000@yahoogroups.com, zoojar lakdawla <zoo_lak@...> wrote:
>
> i am using a LPC2214 with the Epson S1D13506.
>    
>   i wish to scan pictures and display them on the CRT. 
>    
>   The scanned pictures are in jpeg format.
>    
>   How do i convert it to data which can be burned into ROM and then
tranferred to the display memory for display on the CRT
Show quoted textHide quoted text
>    
>   or put in another way : how can i display a scanned picture on a CRT ?
>    
>   can someone point me in the right direction ??
>    
>   thanks
>    
>   zoojar
> 
> 		
> ---------------------------------
> Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> 
> [Non-text portions of this message have been removed]
>

RE: [lpc2000] displaying scanned pics on a CRT

2006-02-06 by Pieter Verstraelen

Hello,

the S1D13506 requires an external ready pin on the processor (ARDY of
WAIT signal).  The Philip LPC series does not have this pin.  Do you use
the S1D13506 on the data-bus of the LPC2214?  If so, how many wait
states are you using to get this working?

Thanks,

Pieter Verstraelen


> -----Oorspronkelijk bericht-----
> Van: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] Namens
> zoojar lakdawla
> Verzonden: zaterdag 4 februari 2006 7:26
> Aan: lpc2000@yahoogroups.com
> Onderwerp: [lpc2000] displaying scanned pics on a CRT
> 
> i am using a LPC2214 with the Epson S1D13506.
> 
>   i wish to scan pictures and display them on the CRT.
> 
>   The scanned pictures are in jpeg format.
> 
>   How do i convert it to data which can be burned into ROM and then
> tranferred to the display memory for display on the CRT
> 
>   or put in another way : how can i display a scanned picture on a CRT
?
Show quoted textHide quoted text
> 
>   can someone point me in the right direction ??
> 
>   thanks
> 
>   zoojar
> 
> 
> ---------------------------------
> Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
>

Re: displaying scanned pics on a CRT

2006-02-08 by zoo_lak

--- In lpc2000@yahoogroups.com, "Pieter Verstraelen" <pieter@...> 
wrote:
hi Pieter

i have still to get my hardware ready, but i have started work on 
the software ... so that the basic software is ready by the time i 
get the h/w ....and hence the querry on scanned pics.

if it is of any interest to any one.. i realized it would be much 
easier to scan the pics as bmp 8-bit resolution files.. store them 
in flash and then just read them out for display ...add any 
transforms if reqd ..the bmp file format is much easier to handle... 
also fonts could be generated and stored in a similar manner.

sorry i could not help u.

rgds
zoojar
>
> Hello,
> 
> the S1D13506 requires an external ready pin on the processor (ARDY 
of
> WAIT signal).  The Philip LPC series does not have this pin.  Do 
you use
> the S1D13506 on the data-bus of the LPC2214?  If so, how many wait
> states are you using to get this working?
> 
> Thanks,
> 
> Pieter Verstraelen
> 
> 
> > -----Oorspronkelijk bericht-----
> > Van: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] 
Namens
> > zoojar lakdawla
> > Verzonden: zaterdag 4 februari 2006 7:26
> > Aan: lpc2000@yahoogroups.com
> > Onderwerp: [lpc2000] displaying scanned pics on a CRT
> > 
> > i am using a LPC2214 with the Epson S1D13506.
> > 
> >   i wish to scan pictures and display them on the CRT.
> > 
> >   The scanned pictures are in jpeg format.
> > 
> >   How do i convert it to data which can be burned into ROM and 
then
> > tranferred to the display memory for display on the CRT
> > 
> >   or put in another way : how can i display a scanned picture on 
a CRT
Show quoted textHide quoted text
> ?
> > 
> >   can someone point me in the right direction ??
> > 
> >   thanks
> > 
> >   zoojar
> > 
> > 
> > ---------------------------------
> > Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> > 
> > [Non-text portions of this message have been removed]
> > 
> > 
> > 
> > 
> > Yahoo! Groups Links
> > 
> > 
> > 
> > 
> > 
> >
>

Re: displaying scanned pics on a CRT

2006-02-08 by zoo_lak

--- In lpc2000@yahoogroups.com, "Pieter Verstraelen" <pieter@...> 
wrote:
hi Pieter

i have still to get my hardware ready, but i have started work on 
the software ... so that the basic software is ready by the time i 
get the h/w ....and hence the querry on scanned pics.

if it is of any interest to any one.. i realized it would be much 
easier to scan the pics as bmp 8-bit resolution files.. store them 
in flash and then just read them out for display ...add any 
transforms if reqd ..the bmp file format is much easier to handle... 
also fonts could be generated and stored in a similar manner.

sorry i could not help u.

rgds
zoojar
>
> Hello,
> 
> the S1D13506 requires an external ready pin on the processor (ARDY 
of
> WAIT signal).  The Philip LPC series does not have this pin.  Do 
you use
> the S1D13506 on the data-bus of the LPC2214?  If so, how many wait
> states are you using to get this working?
> 
> Thanks,
> 
> Pieter Verstraelen
> 
> 
> > -----Oorspronkelijk bericht-----
> > Van: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] 
Namens
> > zoojar lakdawla
> > Verzonden: zaterdag 4 februari 2006 7:26
> > Aan: lpc2000@yahoogroups.com
> > Onderwerp: [lpc2000] displaying scanned pics on a CRT
> > 
> > i am using a LPC2214 with the Epson S1D13506.
> > 
> >   i wish to scan pictures and display them on the CRT.
> > 
> >   The scanned pictures are in jpeg format.
> > 
> >   How do i convert it to data which can be burned into ROM and 
then
> > tranferred to the display memory for display on the CRT
> > 
> >   or put in another way : how can i display a scanned picture on 
a CRT
Show quoted textHide quoted text
> ?
> > 
> >   can someone point me in the right direction ??
> > 
> >   thanks
> > 
> >   zoojar
> > 
> > 
> > ---------------------------------
> > Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> > 
> > [Non-text portions of this message have been removed]
> > 
> > 
> > 
> > 
> > Yahoo! Groups Links
> > 
> > 
> > 
> > 
> > 
> >
>

Re: displaying scanned pics on a CRT

2006-02-08 by zoo_lak

--- In lpc2000@yahoogroups.com, "Pieter Verstraelen" <pieter@...> 
wrote:
hi Pieter

i have still to get my hardware ready, but i have started work on 
the software ... so that the basic software is ready by the time i 
get the h/w ....and hence the querry on scanned pics.

if it is of any interest to any one.. i realized it would be much 
easier to scan the pics as bmp 8-bit resolution files.. store them 
in flash and then just read them out for display ...add any 
transforms if reqd ..the bmp file format is much easier to handle... 
also fonts could be generated and stored in a similar manner.

sorry i could not help u.

rgds
zoojar
>
> Hello,
> 
> the S1D13506 requires an external ready pin on the processor (ARDY 
of
> WAIT signal).  The Philip LPC series does not have this pin.  Do 
you use
> the S1D13506 on the data-bus of the LPC2214?  If so, how many wait
> states are you using to get this working?
> 
> Thanks,
> 
> Pieter Verstraelen
> 
> 
> > -----Oorspronkelijk bericht-----
> > Van: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] 
Namens
> > zoojar lakdawla
> > Verzonden: zaterdag 4 februari 2006 7:26
> > Aan: lpc2000@yahoogroups.com
> > Onderwerp: [lpc2000] displaying scanned pics on a CRT
> > 
> > i am using a LPC2214 with the Epson S1D13506.
> > 
> >   i wish to scan pictures and display them on the CRT.
> > 
> >   The scanned pictures are in jpeg format.
> > 
> >   How do i convert it to data which can be burned into ROM and 
then
> > tranferred to the display memory for display on the CRT
> > 
> >   or put in another way : how can i display a scanned picture on 
a CRT
Show quoted textHide quoted text
> ?
> > 
> >   can someone point me in the right direction ??
> > 
> >   thanks
> > 
> >   zoojar
> > 
> > 
> > ---------------------------------
> > Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> > 
> > [Non-text portions of this message have been removed]
> > 
> > 
> > 
> > 
> > Yahoo! Groups Links
> > 
> > 
> > 
> > 
> > 
> >
>

Re: displaying scanned pics on a CRT

2006-02-08 by seangra

Except using 8-bit BMP files is not only less colour resolution, but 
a lot more space than a JPEG file.  Considering that there are 
plenty of jpeg decompression routines available for use, why not 
stick with jpeg?  Flash space is pretty expensive on an embedded 
device (unless you're using SD card or something), but still...

-- Sean

--- In lpc2000@yahoogroups.com, "zoo_lak" <zoo_lak@...> wrote:
>
> --- In lpc2000@yahoogroups.com, "Pieter Verstraelen" <pieter@> 
> wrote:
> hi Pieter
> 
> i have still to get my hardware ready, but i have started work on 
> the software ... so that the basic software is ready by the time i 
> get the h/w ....and hence the querry on scanned pics.
> 
> if it is of any interest to any one.. i realized it would be much 
> easier to scan the pics as bmp 8-bit resolution files.. store them 
> in flash and then just read them out for display ...add any 
> transforms if reqd ..the bmp file format is much easier to 
handle... 
> also fonts could be generated and stored in a similar manner.
> 
> sorry i could not help u.
> 
> rgds
> zoojar
> >
> > Hello,
> > 
> > the S1D13506 requires an external ready pin on the processor 
(ARDY 
> of
> > WAIT signal).  The Philip LPC series does not have this pin.  Do 
> you use
> > the S1D13506 on the data-bus of the LPC2214?  If so, how many 
wait
> > states are you using to get this working?
> > 
> > Thanks,
> > 
> > Pieter Verstraelen
> > 
> > 
> > > -----Oorspronkelijk bericht-----
> > > Van: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] 
> Namens
> > > zoojar lakdawla
> > > Verzonden: zaterdag 4 februari 2006 7:26
> > > Aan: lpc2000@yahoogroups.com
> > > Onderwerp: [lpc2000] displaying scanned pics on a CRT
> > > 
> > > i am using a LPC2214 with the Epson S1D13506.
> > > 
> > >   i wish to scan pictures and display them on the CRT.
> > > 
> > >   The scanned pictures are in jpeg format.
> > > 
> > >   How do i convert it to data which can be burned into ROM and 
> then
> > > tranferred to the display memory for display on the CRT
> > > 
> > >   or put in another way : how can i display a scanned picture 
on 
Show quoted textHide quoted text
> a CRT
> > ?
> > > 
> > >   can someone point me in the right direction ??
> > > 
> > >   thanks
> > > 
> > >   zoojar
> > > 
> > > 
> > > ---------------------------------
> > > Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> > > 
> > > [Non-text portions of this message have been removed]
> > > 
> > > 
> > > 
> > > 
> > > Yahoo! Groups Links
> > > 
> > > 
> > > 
> > > 
> > > 
> > >
> >
>

Re: [lpc2000] Re: displaying scanned pics on a CRT

2006-02-10 by zoojar lakdawla

Hi Sean 
   
  what u say is absolutely true, and that is why i had decided on JPEG scanned pics.
   
  my problem is getting hold of a jpeg decompresion s/w (by the way ..i write in C using Keil) ... maybe u could point me to a suitable source ??
   
  thanks for renewing my interest in jpeg !!!
   
  zoojar
   
   
  

seangra <embeddedrelated@...> wrote:
  Except using 8-bit BMP files is not only less colour resolution, but 
a lot more space than a JPEG file.  Considering that there are 
plenty of jpeg decompression routines available for use, why not 
stick with jpeg?  Flash space is pretty expensive on an embedded 
device (unless you're using SD card or something), but still...

-- Sean

--- In lpc2000@yahoogroups.com, "zoo_lak" <zoo_lak@...> wrote:
>
> --- In lpc2000@yahoogroups.com, "Pieter Verstraelen" <pieter@> 
> wrote:
> hi Pieter
> 
> i have still to get my hardware ready, but i have started work on 
> the software ... so that the basic software is ready by the time i 
> get the h/w ....and hence the querry on scanned pics.
> 
> if it is of any interest to any one.. i realized it would be much 
> easier to scan the pics as bmp 8-bit resolution files.. store them 
> in flash and then just read them out for display ...add any 
> transforms if reqd ..the bmp file format is much easier to 
handle... 
> also fonts could be generated and stored in a similar manner.
> 
> sorry i could not help u.
> 
> rgds
> zoojar
> >
> > Hello,
> > 
> > the S1D13506 requires an external ready pin on the processor 
(ARDY 
> of
> > WAIT signal).  The Philip LPC series does not have this pin.  Do 
> you use
> > the S1D13506 on the data-bus of the LPC2214?  If so, how many 
wait
> > states are you using to get this working?
> > 
> > Thanks,
> > 
> > Pieter Verstraelen
> > 
> > 
> > > -----Oorspronkelijk bericht-----
> > > Van: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] 
> Namens
> > > zoojar lakdawla
> > > Verzonden: zaterdag 4 februari 2006 7:26
> > > Aan: lpc2000@yahoogroups.com
> > > Onderwerp: [lpc2000] displaying scanned pics on a CRT
> > > 
> > > i am using a LPC2214 with the Epson S1D13506.
> > > 
> > >   i wish to scan pictures and display them on the CRT.
> > > 
> > >   The scanned pictures are in jpeg format.
> > > 
> > >   How do i convert it to data which can be burned into ROM and 
> then
> > > tranferred to the display memory for display on the CRT
> > > 
> > >   or put in another way : how can i display a scanned picture 
on 
> a CRT
> > ?
> > > 
> > >   can someone point me in the right direction ??
> > > 
> > >   thanks
> > > 
> > >   zoojar
> > > 
> > > 
> > > ---------------------------------
> > > Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> > > 
> > > [Non-text portions of this message have been removed]
> > > 
> > > 
> > > 
> > > 
> > > Yahoo! Groups Links
> > > 
> > > 
> > > 
> > > 
> > > 
> > >
> >
>







  SPONSORED LINKS 
        Microcontrollers   Microprocessor   Intel microprocessors     Pic microcontrollers 
    
---------------------------------
  YAHOO! GROUPS LINKS 

    
    Visit your group "lpc2000" on the web.
    
    To unsubscribe from this group, send an email to:
 lpc2000-unsubscribe@yahoogroups.com
    
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

    
---------------------------------
  



		
---------------------------------
 
 What are the most popular cars? Find out at Yahoo! Autos 

[Non-text portions of this message have been removed]

Re: [lpc2000] Re: displaying scanned pics on a CRT

2006-02-10 by Sean

Google is your friend...  Just search for "free jpeg decompression" or 
"free jpeg routines" or something like that.

Here's some interesting info:

http://www.faqs.org/faqs/jpeg-faq/part2/section-15.html

http://www.xfig.org/art3.html

check out ImageMagick:
http://www.imagemagick.org/script/index.php

There's a lot out there.

-- Sean

At 08:31 2/10/2006, you wrote:
Show quoted textHide quoted text
>Hi Sean
>
>   what u say is absolutely true, and that is why i had decided on JPEG 
> scanned pics.
>
>   my problem is getting hold of a jpeg decompresion s/w (by the way ..i 
> write in C using Keil) ... maybe u could point me to a suitable source ??
>
>   thanks for renewing my interest in jpeg !!!
>
>   zoojar
>
>
>
>
>seangra <embeddedrelated@...> wrote:
>   Except using 8-bit BMP files is not only less colour resolution, but
>a lot more space than a JPEG file.  Considering that there are
>plenty of jpeg decompression routines available for use, why not
>stick with jpeg?  Flash space is pretty expensive on an embedded
>device (unless you're using SD card or something), but still...
>
>-- Sean
>
>--- In lpc2000@yahoogroups.com, "zoo_lak" <zoo_lak@...> wrote:
> >
> > --- In lpc2000@yahoogroups.com, "Pieter Verstraelen" <pieter@>
> > wrote:
> > hi Pieter
> >
> > i have still to get my hardware ready, but i have started work on
> > the software ... so that the basic software is ready by the time i
> > get the h/w ....and hence the querry on scanned pics.
> >
> > if it is of any interest to any one.. i realized it would be much
> > easier to scan the pics as bmp 8-bit resolution files.. store them
> > in flash and then just read them out for display ...add any
> > transforms if reqd ..the bmp file format is much easier to
>handle...
> > also fonts could be generated and stored in a similar manner.
> >
> > sorry i could not help u.
> >
> > rgds
> > zoojar
> > >
> > > Hello,
> > >
> > > the S1D13506 requires an external ready pin on the processor
>(ARDY
> > of
> > > WAIT signal).  The Philip LPC series does not have this pin.  Do
> > you use
> > > the S1D13506 on the data-bus of the LPC2214?  If so, how many
>wait
> > > states are you using to get this working?
> > >
> > > Thanks,
> > >
> > > Pieter Verstraelen
> > >
> > >
> > > > -----Oorspronkelijk bericht-----
> > > > Van: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com]
> > Namens
> > > > zoojar lakdawla
> > > > Verzonden: zaterdag 4 februari 2006 7:26
> > > > Aan: lpc2000@yahoogroups.com
> > > > Onderwerp: [lpc2000] displaying scanned pics on a CRT
> > > >
> > > > i am using a LPC2214 with the Epson S1D13506.
> > > >
> > > >   i wish to scan pictures and display them on the CRT.
> > > >
> > > >   The scanned pictures are in jpeg format.
> > > >
> > > >   How do i convert it to data which can be burned into ROM and
> > then
> > > > tranferred to the display memory for display on the CRT
> > > >
> > > >   or put in another way : how can i display a scanned picture
>on
> > a CRT
> > > ?
> > > >
> > > >   can someone point me in the right direction ??
> > > >
> > > >   thanks
> > > >
> > > >   zoojar
> > > >
> > > >
> > > > ---------------------------------
> > > > Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > > >
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
>
>
>
>
>
>
>   SPONSORED LINKS
>         Microcontrollers   Microprocessor   Intel microprocessors     Pic 
> microcontrollers
>
>---------------------------------
>   YAHOO! GROUPS LINKS
>
>
>     Visit your group "lpc2000" on the web.
>
>     To unsubscribe from this group, send an email to:
>lpc2000-unsubscribe@yahoogroups.com
>
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>---------------------------------
>
>
>
>
>
>---------------------------------
>
>What are the most popular cars? Find out at Yahoo! Autos
>
>[Non-text portions of this message have been removed]
>
>
>
>SPONSORED LINKS
><http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=mfaAujKZXA2Z_vxre9sGnQ>Microcontrollers 
><http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=9jjd2D3GOLIESVQssLmLsA>Microprocessor 
><http://groups.yahoo.com/gads?t=ms&k=Intel+microprocessors&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=OMnZuqMZX95mgutt4B-tDw>Intel 
>microprocessors
><http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=Malspbd0T4Rq3M4Q0nHrfw>Pic 
>microcontrollers
>
>
>----------
>YAHOO! GROUPS LINKS
>
>    *  Visit your group "<http://groups.yahoo.com/group/lpc2000>lpc2000" 
> on the web.
>    *
>    *  To unsubscribe from this group, send an email to:
>    * 
> <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>lpc2000-unsubscribe@yahoogroups.com 
>
>    *
>    *  Your use of Yahoo! Groups is subject to the 
> <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.
>
>
>----------

Re: displaying scanned pics on a CRT

2006-02-12 by zoo_lak

--- In lpc2000@yahoogroups.com, Sean <embeddedrelated@...> wrote:
>hi sean,

thanks a million ...i have just checked out the sites that you 
recommedended .... so now it is back to the drawing board with jpeg 
once more ..

thanks 

zoojar



> 
> Google is your friend...  Just search for "free jpeg 
decompression" or 
> "free jpeg routines" or something like that.
> 
> Here's some interesting info:
> 
> http://www.faqs.org/faqs/jpeg-faq/part2/section-15.html
> 
> http://www.xfig.org/art3.html
> 
> check out ImageMagick:
> http://www.imagemagick.org/script/index.php
> 
> There's a lot out there.
> 
> -- Sean
> 
> At 08:31 2/10/2006, you wrote:
> >Hi Sean
> >
> >   what u say is absolutely true, and that is why i had decided 
on JPEG 
> > scanned pics.
> >
> >   my problem is getting hold of a jpeg decompresion s/w (by the 
way ..i 
> > write in C using Keil) ... maybe u could point me to a suitable 
source ??
> >
> >   thanks for renewing my interest in jpeg !!!
> >
> >   zoojar
> >
> >
> >
> >
> >seangra <embeddedrelated@...> wrote:
> >   Except using 8-bit BMP files is not only less colour 
resolution, but
> >a lot more space than a JPEG file.  Considering that there are
> >plenty of jpeg decompression routines available for use, why not
> >stick with jpeg?  Flash space is pretty expensive on an embedded
> >device (unless you're using SD card or something), but still...
> >
> >-- Sean
> >
> >--- In lpc2000@yahoogroups.com, "zoo_lak" <zoo_lak@> wrote:
> > >
> > > --- In lpc2000@yahoogroups.com, "Pieter Verstraelen" <pieter@>
> > > wrote:
> > > hi Pieter
> > >
> > > i have still to get my hardware ready, but i have started work 
on
> > > the software ... so that the basic software is ready by the 
time i
> > > get the h/w ....and hence the querry on scanned pics.
> > >
> > > if it is of any interest to any one.. i realized it would be 
much
> > > easier to scan the pics as bmp 8-bit resolution files.. store 
them
> > > in flash and then just read them out for display ...add any
> > > transforms if reqd ..the bmp file format is much easier to
> >handle...
> > > also fonts could be generated and stored in a similar manner.
> > >
> > > sorry i could not help u.
> > >
> > > rgds
> > > zoojar
> > > >
> > > > Hello,
> > > >
> > > > the S1D13506 requires an external ready pin on the processor
> >(ARDY
> > > of
> > > > WAIT signal).  The Philip LPC series does not have this 
pin.  Do
> > > you use
> > > > the S1D13506 on the data-bus of the LPC2214?  If so, how many
> >wait
> > > > states are you using to get this working?
> > > >
> > > > Thanks,
> > > >
> > > > Pieter Verstraelen
> > > >
> > > >
> > > > > -----Oorspronkelijk bericht-----
> > > > > Van: lpc2000@yahoogroups.com 
[mailto:lpc2000@yahoogroups.com]
> > > Namens
> > > > > zoojar lakdawla
> > > > > Verzonden: zaterdag 4 februari 2006 7:26
> > > > > Aan: lpc2000@yahoogroups.com
> > > > > Onderwerp: [lpc2000] displaying scanned pics on a CRT
> > > > >
> > > > > i am using a LPC2214 with the Epson S1D13506.
> > > > >
> > > > >   i wish to scan pictures and display them on the CRT.
> > > > >
> > > > >   The scanned pictures are in jpeg format.
> > > > >
> > > > >   How do i convert it to data which can be burned into ROM 
and
> > > then
> > > > > tranferred to the display memory for display on the CRT
> > > > >
> > > > >   or put in another way : how can i display a scanned 
picture
> >on
> > > a CRT
> > > > ?
> > > > >
> > > > >   can someone point me in the right direction ??
> > > > >
> > > > >   thanks
> > > > >
> > > > >   zoojar
> > > > >
> > > > >
> > > > > ---------------------------------
> > > > > Relax. Yahoo! Mail virus scanning helps detect nasty 
viruses!
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Yahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> >
> >
> >
> >
> >
> >
> >   SPONSORED LINKS
> >         Microcontrollers   Microprocessor   Intel 
microprocessors     Pic 
> > microcontrollers
> >
> >---------------------------------
> >   YAHOO! GROUPS LINKS
> >
> >
> >     Visit your group "lpc2000" on the web.
> >
> >     To unsubscribe from this group, send an email to:
> >lpc2000-unsubscribe@...m
> >
> >     Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.
> >
> >
> >---------------------------------
> >
> >
> >
> >
> >
> >---------------------------------
> >
> >What are the most popular cars? Find out at Yahoo! Autos
> >
> >[Non-text portions of this message have been removed]
> >
> >
> >
> >SPONSORED LINKS
> ><http://groups.yahoo.com/gads?
t=ms&k=Microcontrollers&w1=Microcontrollers&w2=Microprocessor&w3=Inte
l+microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=mfaAujKZXA2Z_
vxre9sGnQ>Microcontrollers 
> ><http://groups.yahoo.com/gads?
t=ms&k=Microprocessor&w1=Microcontrollers&w2=Microprocessor&w3=Intel+
microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=9jjd2D3GOLIESVQ
ssLmLsA>Microprocessor 
> ><http://groups.yahoo.com/gads?
t=ms&k=Intel+microprocessors&w1=Microcontrollers&w2=Microprocessor&w3
=Intel+microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=OMnZuqMZ
X95mgutt4B-tDw>Intel 
> >microprocessors
> ><http://groups.yahoo.com/gads?
t=ms&k=Pic+microcontrollers&w1=Microcontrollers&w2=Microprocessor&w3=
Intel+microprocessors&w4=Pic+microcontrollers&c=4&s=95&.sig=Malspbd0T
4Rq3M4Q0nHrfw>Pic 
> >microcontrollers
> >
> >
> >----------
> >YAHOO! GROUPS LINKS
> >
> >    *  Visit your 
group "<http://groups.yahoo.com/group/lpc2000>lpc2000" 
> > on the web.
> >    *
> >    *  To unsubscribe from this group, send an email to:
> >    * 
> > <mailto:lpc2000-unsubscribe@yahoogroups.com?
subject=Unsubscribe>lpc2000-unsubscribe@yahoogroups.com 
Show quoted textHide quoted text
> >
> >    *
> >    *  Your use of Yahoo! Groups is subject to the 
> > <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.
> >
> >
> >----------
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.