|
Prev: C++ STL in embedded systems
Next: RS232 Voltage Levels
From: Nappy on 3 Jan 2006 16:10 I am looking for a device which will generate video from attached memory containing bitmaps. I would like to be able to generate NTSC,PAL,RS343 and RS170 video from bitmaps I can change in Flash or SRAM.So hopefully the device will contain memory addressing and timing parameter registers. Considering building our own logic to do this but I have to assume there are solutions on the shelf somewhere. If anyone has experience with these device or can point me in any direction I would appreciate it. Perhaps another newsgroup? Thanks eng
From: martin griffith on 3 Jan 2006 16:48 On Tue, 03 Jan 2006 21:10:11 GMT, in comp.arch.embedded "Nappy" <noemail(a)all.com> wrote: >I am looking for a device which will generate video from attached memory >containing bitmaps. I would like to be able to generate NTSC,PAL,RS343 and >RS170 video from bitmaps I can change in Flash or SRAM.So hopefully the >device will contain memory addressing and timing parameter registers. >Considering building our own logic to do this but I have to assume there are >solutions on the shelf somewhere. > > > If anyone has experience with these device or can point me in any direction >I would appreciate it. Perhaps another newsgroup? > >Thanks > >eng > > a bit more stuff here http://www.astro.uu.se/~marcus/private/newvidproc.html and some "jungle" IC's here http://www.search.philips.com/search/search?q=saa71+video&s=semi&l=global&h=semi and genlock chips If you find any dual port video ram thats easily avalable, please let me know HTH martin
From: Nappy on 3 Jan 2006 16:59 "martin griffith" <mart_in_medina(a)yahoo.esXXX> wrote in message news:t1slr1ptcq9b2lqsfkj5fdrh7j9srmkbc6(a)4ax.com... > On Tue, 03 Jan 2006 21:10:11 GMT, in comp.arch.embedded "Nappy" > <noemail(a)all.com> wrote: > > >I am looking for a device which will generate video from attached memory > >containing bitmaps. I would like to be able to generate NTSC,PAL,RS343 and > >RS170 video from bitmaps I can change in Flash or SRAM.So hopefully the > >device will contain memory addressing and timing parameter registers. > >Considering building our own logic to do this but I have to assume there are > >solutions on the shelf somewhere. > > > > > > If anyone has experience with these device or can point me in any direction > >I would appreciate it. Perhaps another newsgroup? > > > >Thanks > > > >eng > > > > > a bit more stuff here > http://www.astro.uu.se/~marcus/private/newvidproc.html > and some "jungle" IC's here > http://www.search.philips.com/search/search?q=saa71+video&s=semi&l=global&h=semi > and genlock chips > > If you find any dual port video ram thats easily avalable, please let > me know > > HTH > > > > martin Thank you Martin.. Will do.
From: Anton Erasmus on 4 Jan 2006 03:16 On Tue, 03 Jan 2006 21:10:11 GMT, "Nappy" <noemail(a)all.com> wrote: >I am looking for a device which will generate video from attached memory >containing bitmaps. I would like to be able to generate NTSC,PAL,RS343 and >RS170 video from bitmaps I can change in Flash or SRAM.So hopefully the >device will contain memory addressing and timing parameter registers. >Considering building our own logic to do this but I have to assume there are >solutions on the shelf somewhere. > > > If anyone has experience with these device or can point me in any direction >I would appreciate it. Perhaps another newsgroup? Fujitsu makes a series of graphic controllers that might be suitable. Look at http://www.fujitsu.com/us/services/edevices/microelectronics/otherassps/graphicdisplay/ Regards Anton Erasmus
From: KenLem on 4 Jan 2006 16:46
You didn't say what sort of resolution or bit depth you were looking for. If you only need low res monochrome, there are many options including the SV1000 and SV2000 from speechchips.com http://www.speechchips.com/shop/item.asp?itemid=14 http://www.speechchips.com/shop/item.asp?itemid=7 Nappy wrote: > I am looking for a device which will generate video from attached memory > containing bitmaps. I would like to be able to generate NTSC,PAL,RS343 and > RS170 video from bitmaps I can change in Flash or SRAM.So hopefully the > device will contain memory addressing and timing parameter registers. > Considering building our own logic to do this but I have to assume there are > solutions on the shelf somewhere. > > > If anyone has experience with these device or can point me in any direction > I would appreciate it. Perhaps another newsgroup? > > Thanks > > eng |