Hi guys!!!
I have an Arduino uno, a VGA screen, SD card,4 buttons and 4 pictures.
What I want to do is:
If I press the first button The first picture within the SD card will appear on the screen. If I press on the second button The second picture will appear on the screen and so on... (They have to be in order and not random).
Can you guys help me with some tips... I searched the web and couldn't find it anywhere!
I can buy shields from eBay or even build them myself, anything to get the job done.
Is it even possible? If yes What is the best way?
Thank-you in advance!!!
By vga do you mean old fashioned computer monitor?
Mark
I've read about Arduino solutions to generate VGA output, but it all seems to be low resolution/limited colours and intended for teletext type displays and simple games rather than a conventional graphic display. I suggest that if you want to display images on a VGA screen, you choose a platform that is design to work with a VGA output, such as am embedded computer or an RPi.
Resolution isn't a big problem for me as long as it will display an image...And yes, VGA as an old fashion video connection!