Displaying pictures on TV from SD card.
sccoupe
Posts: 118
I have been playing with the SD card read and write functions as well as some of the video apps by Rayman and Baggers. Has anyone setup a simple TV driver with a 'read picture from SD card and display it'? A BMP format would be ideal, but converting for the prop wouldnt be bad either. I have been using the TV and graphics objects to display the numbers 1 though 100 based on a voltage input and run out of ram real quick. It would be nice to use some more complex and nice looking numbers from bitmaps if they could be changed out at about 10fps without any visual glitches. Doable?
Thanks
Thanks
Comments
You can't read from the SD card fast enough to produce the video "on the fly". You have to have a bitmap buffer for the whole screen.
There is also a video player that Perry converted into a b&w video capture player/recorder recently...
It is compact (about 3" square) and comes with an IR remote control. I would love to be able to control it over the IR link from the prop
Are you wanting bitmaps for the numbers? or are you wanting bitmaps in general?
What kind of size are you thinking?
Would you be ok with 128x96 fat pixels, but having 1 byte per pixel, giving you more colour range? or would 256x192 4 colours per 8x8 tile be ok?
When you want the image to change every 10fps, what size is that? or is it just the font image that would change?
http://forums.parallax.com/showthread.php?t=113120
(I must admit that the new search engine makes this new forum software almost worth the switch)
What I'm really looking for is the second picture which I dont think the prop can handle. I hate the idea of learning yet another language, but ive been messing with an FPGA and WOW what a learning curve. Short of blinking an LED I havent been able to get anything to work.
Propeller options? Other options?
Never mind, I see that's what you're using...
Anyway, I'm working toward adding the Solomon SSD1926 chip to my 4.3" and 3.5" LCDs.
Then, I think you could do that. But, this is probably a couple months away...
The Picaso VGA/SVGA controller
http://www.sparkfun.com/commerce/product_info.php?products_id=8541
The 'Graphic LCD Serial Backpack'
http://www.sparkfun.com/commerce/product_info.php?products_id=9352
(limited to 160x128 or 128x64 resolution)