RS232 control for TVOne products

Dependents:   SPK-DVIMXR

Revision:
12:e67d849928b0
Parent:
11:90e5a72a0034
Child:
14:da403a01f9ef
--- a/spk_tvone.h	Tue Oct 16 13:34:25 2012 +0000
+++ b/spk_tvone.h	Mon Oct 29 13:17:19 2012 +0000
@@ -36,7 +36,8 @@
 #define kTV1SourceRGB4                                0x13 
 #define kTV1SourceRGB5                                0x14 
 #define kTV1SourceRGB6                                0x15 
-
+#define kTV1SourceSIS1                                0xF0
+#define kTV1SourceSIS2                                0xF1
 // Window
 //#pragma mark -
 //#pragma mark Window IDs
@@ -54,10 +55,11 @@
 
 // Preset & Mixer Mode Functions
 #define kTV1FunctionMode                            0x109    // Values: 0 = Switcher, 1 = Independant, 2 = Dual PIP
-#define kTV1FunctionPreset                            0x225    // Values: 0 - 9 (Preset 1 to 10) Set the current preset for the following functions.     
-#define kTV1FunctionPresetLoad                        0x226    // Values: 1 to Load - switches back to 0 after a load
-#define kTV1FunctionPresetStore                        0x227    // Values: 1 to Store - switches back to 0 after a store
-#define kTV1FunctionPresetErase                        0x228    // Values: 1 to Erase - switches back to 0 after erase
+#define kTV1FunctionPreset                          0x225    // Values: 0 - 9 (Preset 1 to 10) Set the current preset for the following functions.     
+#define kTV1FunctionPresetLoad                      0x226    // Values: 1 to Load - switches back to 0 after a load
+#define kTV1FunctionPresetStore                     0x227    // Values: 1 to Store - switches back to 0 after a store
+#define kTV1FunctionPresetErase                     0x228    // Values: 1 to Erase - switches back to 0 after erase
+#define kTV1FunctionPowerOnPresetStore              0x0C8    // Values: 1 to store - switches back to 0 after a store
 
 // Adjust output Functions
 //#pragma mark -