X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgdi%2Flcd.cpp;h=794e9ab11d4f22f071fa7a42aa491f399b1e0929;hb=0e29e5c3f88ce48a6d6bd78a538b925842d637f6;hp=6e97179dcafa26e241f69903cfde072b0de75c76;hpb=eb420b7efbdbb4cc95683d928fcfca268f2b143d;p=vuplus_dvbapp diff --git a/lib/gdi/lcd.cpp b/lib/gdi/lcd.cpp index 6e97179..794e9ab 100755 --- a/lib/gdi/lcd.cpp +++ b/lib/gdi/lcd.cpp @@ -124,28 +124,6 @@ void eDBoxLCD::setInverted(unsigned char inv) update(); } -void eDBoxLCD::setLED(int value, int option) -{ - switch(option) - { - case LED_BRIGHTNESS: - ioctl(lcdfd, LED_IOCTL_BRIGHTNESS_NORMAL, (unsigned char)value); - break; - case LED_DEEPSTANDBY: - ioctl(lcdfd, LED_IOCTL_BRIGHTNESS_DEEPSTANDBY, (unsigned char)value); - break; - case LED_BLINKINGTIME: - ioctl(lcdfd, LED_IOCTL_BLINKING_TIME, (unsigned char)value); - break; - } -} - -void eDBoxLCD::setLEDDefault(int normal, int deepstandby, int blinktime) -{ - int value = (blinktime << 16) + (deepstandby << 8) + normal; - ioctl(lcdfd, LED_IOCTL_SET_DEFAULT, value); -} - int eDBoxLCD::setLCDContrast(int contrast) { #ifndef NO_LCD