I've been lurking around for a while looking at lots of projects using mega328's
(or even less) producing VGA or PAL/NSTC signals.
There is a great amount of impressive work going on squeezing results from clock
cycles and 2kb.
I've been wondering though why I haven't see much using the Mega2560, with an
additional 6kb sram or potentially more with Rugged Circuit's QuadRam.
I understand that 16mhz is tricky for vga output of any reasonable resolution or
color depth, and to do nstc colors I'll either have to underclock or use
external hardware.
The example that has me pondering using a 2560 with some extra memory is Mike Rosen's
vga pong for the uno which I cant get to run on the Mega2560:
"My resolution is terrible, 40x30, but this is primarily due to memory constraints as I wanted a
multiple of 640x480 that would fit in the Arduino UNO's RAM. I havent looked into making the
"screen" bigger but it is likely possible." (Gammon Forum : Electronics : Microprocessors : Arduino Uno output to VGA monitor)
In short, am I nuts for thinking that extra memory is all thats needed to achieve a semi-useful
vga system since Mikes approach uses a single timer and PORTD.
I am pondering using my 2560 to make a simple game that will load image data either from progmem
or an sd card (think Myst type). Ideally if it could be achieved, at a resolution in the region of 320x240 6 bit color.
I expect to hear a lot of "Get a Due" or even a Gameduino, which are both likely outcomes, but
I'd like to learn and hear opinions, even if its short, blunt and blatently obvious