From: Nicolas B. <nbo...@us...> - 2006-10-11 03:46:17
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv23652/monitor Modified Files: GSMlcd.xml Log Message: Improve LG LCD entry (Thanks to Evgeny Stambulchik). Index: GSMlcd.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/GSMlcd.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- GSMlcd.xml 29 Aug 2006 10:56:47 -0000 1.1 +++ GSMlcd.xml 11 Oct 2006 03:46:09 -0000 1.2 @@ -10,10 +10,23 @@ <value id="9300k" value="0x8"/> <value id="user1" value="0xB"/> </control> - + <!-- Control 0xb6: +/3/8 [Monitor Type, RO] --> <!-- Control 0xdf: +/512/65535 [VCP version] --> + <control id="powerled" address="0xfd"> + <value id="off" value="0x0"/> + <value id="on" value="0x1"/> + </control> + + <control id="gamma" address="0xfe"> + <value id="-0.5" value="0x0"/> + <value id="0" value="0x1"/> + <value id="+0.5" value="0x2"/> + </control> + + <control id="sharpness" address="0xff"/> + <!-- Control 0xfd: +/1/1 [???] --> <!-- Control 0xfe: +/1/2 [???] --> <!-- Control 0xff: +/5/10 [???] --> |