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

Revision:
40:bfddeb2a7fcf
Parent:
39:7d9a5eef93c9
Child:
41:00d1cd3b2af2
--- a/main.cpp	Tue Nov 27 18:04:36 2012 +0000
+++ b/main.cpp	Thu Nov 29 15:58:32 2012 +0000
@@ -58,7 +58,7 @@
 #include "DMX.h"
 #include "filter.h"
 
-#define kSPKDFSoftwareVersion "23.1"
+#define kSPKDFSoftwareVersion "23.2"
 
 // MBED PINS
 
@@ -523,6 +523,9 @@
     ok = ok && tvOne.command(0, kTV1WindowIDA, kTV1FunctionAdjustWindowsMaxFadeLevel, 100);
     ok = ok && tvOne.command(0, kTV1WindowIDB, kTV1FunctionAdjustWindowsMaxFadeLevel, 100);
     
+    // Set evil, evil HDCP off
+    ok = ok && tvOne.setHDCPOn(false);
+    
     // Upload Matrox EDID to mem4 (ie. index 3). Use this EDID slot when setting Matrox resolutions.
     char edidData[256];
     int i;