The codebase to run the *spark d-fuser controller www.sparkav.co.uk/dvimixer
Dependencies: SPK-TVOne DMX DmxArtNet NetServicesMin OSC PinDetect mRotaryEncoder iniparser mbed spk_oled_ssd1305 filter
Diff: spk_settings.h
- Revision:
- 34:69dfe64e7e6b
- Parent:
- 31:01845a2347ff
- Child:
- 36:8b5c75c8bc23
--- a/spk_settings.h Sun Nov 04 13:35:46 2012 +0000 +++ b/spk_settings.h Mon Nov 05 20:06:20 2012 +0000 @@ -50,23 +50,23 @@ resolutionNames.push_back(kTV1ResolutionDescriptionVGA); resolutionIndexes.push_back(kTV1ResolutionVGA); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(6); resolutionNames.push_back(kTV1ResolutionDescriptionSVGA); resolutionIndexes.push_back(kTV1ResolutionSVGA); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(6); resolutionNames.push_back(kTV1ResolutionDescriptionXGAp60); resolutionIndexes.push_back(kTV1ResolutionXGAp60); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(6); resolutionNames.push_back(kTV1ResolutionDescriptionWSXGAPLUSp60); resolutionIndexes.push_back(kTV1ResolutionWSXGAPLUSp60); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(6); resolutionNames.push_back(kTV1ResolutionDescriptionWUXGAp60); resolutionIndexes.push_back(kTV1ResolutionWUXGAp60); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(6); resolutionNames.push_back(kTV1ResolutionDescription720p60); resolutionIndexes.push_back(kTV1Resolution720p60); @@ -78,15 +78,15 @@ resolutionNames.push_back(kTV1ResolutionDescriptionDualHeadSVGAp60); resolutionIndexes.push_back(kTV1ResolutionDualHeadSVGAp60); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(4); resolutionNames.push_back(kTV1ResolutionDescriptionDualHeadXGAp60); resolutionIndexes.push_back(kTV1ResolutionDualHeadXGAp60); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(4); resolutionNames.push_back(kTV1ResolutionDescriptionTripleHeadVGAp60); resolutionIndexes.push_back(kTV1ResolutionTripleHeadVGAp60); - resolutionEDIDIndexes.push_back(5); + resolutionEDIDIndexes.push_back(4); } string keyerParamName (int index)