VGA mode questions
rekarp
Posts: 1
I am working on a dual propeller setup. The master propeller does most of the grunt work and the like and the slave propeller will be doing only video and image display in either VGA or composite (haven't decided yet). The master communicates by sending the data serially in 32 bits. It uses 32 as the master already has a CLK and LATCH for controlling 2 sets of 4 cascaded 74HC595's and 2 sets of 4 cascaded 74HC165's and to save I/O I can use the same ones. Theres also a set of 20 cascaded 74HC595's that control a display but that uses a different CLK and LATCH.
Now after receiving the 32 bits the slave just goes to a lookup table it has and sees what it needs to pull from its SD card. Now what I want to know is after the FAT driver and the little bit of code to do the connection between the two props is what would be the best image I can pull out of the slave propeller? I have the connection working just need to know where to procede to get the best image. If I use NTSC I am hoping for atleast 128 colors.
Thanks
Now after receiving the 32 bits the slave just goes to a lookup table it has and sees what it needs to pull from its SD card. Now what I want to know is after the FAT driver and the little bit of code to do the connection between the two props is what would be the best image I can pull out of the slave propeller? I have the connection working just need to know where to procede to get the best image. If I use NTSC I am hoping for atleast 128 colors.
Thanks
Comments
It is easier to obtain a higher number of colors with VGA, but you start to run into the issue of sacrificing resolution for additional color.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
I've been wrangling a similar dual prop design this week which has a slave "media" prop. I've decided to go with VGA as slim connectors are available that don't eat much board space, and I'm trying to keep it similar to a DIP40 footprint.
The media slave has its own eeprom and uSD card, so like you I'm hoping to keep as much of that 32k for screen buffer as possible, most of the time, but to be able to "page" in code from the eeprom or uSD card as required.
cheers
tubular