RS232 control for TVOne products

Dependents:   SPK-DVIMXR

Revision:
24:4eec37b8387e
Parent:
23:46f42462a183
--- a/spk_tvone_mbed.h	Tue Jun 25 02:06:35 2013 +0000
+++ b/spk_tvone_mbed.h	Thu Oct 17 15:49:16 2013 +0000
@@ -51,7 +51,7 @@
 
     bool uploadEDID(FILE* file, int edidSlotIndex);
     bool uploadImage(FILE* file, int sisIndex);
-    bool uploadCustomResolutions();
+    bool setMatroxResolutions(bool digitalEdition = true);
     
     void setCommandTimeoutPeriod(int millis);
     int  getCommandTimeoutPeriod();
@@ -71,7 +71,7 @@
     
     bool set1920x480(int resStoreNumber);
     bool set1600x600(int resStoreNumber);
-    bool set2048x768(int resStoreNumber);
+    bool set2048x768(int resStoreNumber, bool digitalEdition);
     
     Serial *serial;
     Serial *debug;