07-26-2012, 02:27 PM
Would it be possible to add a new model to the Epson ESC/VP21 driver? The "Other" mostly works, but it does not have the ability to set the color mode to Dynamic (they remapped the code from previous models)
The new (or few year old :-) ) model is the Cinema6100/6500UB
The valid color modes are:
The valid aspect ratios:
The valid Source Inputs:
I'd be willing to give it a go if I had access to the driver source (Im not sure what the protocol for that is...)
Thanks
The new (or few year old :-) ) model is the Cinema6100/6500UB
The valid color modes are:
Code:
Dynamic -- 06
Living Room -- 0C
Natural -- 07
Theatre -- 05
Theatre Black 1 -- 09
Theatre Black 2 -- 0A
x.v. Color -- 0B
The valid aspect ratios:
Code:
Normal -- 00
Zoom -- 50
Wide -- 70
Full -- 40
The valid Source Inputs:
Code:
Component-4RCA -- 10
Component-YCbCr -- 14
Component-YPbPr -- 15
Component(cycle?) -- 1F
PC -- 20
PC-RGB -- 21
HDMI -- 30
HDMI2 -- A0
Video -- 40
Video-Video -- 41
Video-SVideo -- 42
I'd be willing to give it a go if I had access to the driver source (Im not sure what the protocol for that is...)
Thanks