X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgdi%2Flcd.h;h=e7b4c2c47149be77d2d29de680c1ffc7379ba832;hp=9b83352eb1fd90becd30345209fdef0c3c387c2a;hb=9d9d69d8242d27915c95cb794bd4e7a93759b6db;hpb=a62781d0e30b87e6863e0fd5ebf305bb04a27178 diff --git a/lib/gdi/lcd.h b/lib/gdi/lcd.h index 9b83352..e7b4c2c 100755 --- a/lib/gdi/lcd.h +++ b/lib/gdi/lcd.h @@ -10,12 +10,6 @@ #define LCD_BRIGHTNESS_MIN 0 #define LCD_BRIGHTNESS_MAX 255 -enum op { LED_BRIGHTNESS = 0, LED_DEEPSTANDBY, LED_BLINKINGTIME }; - -#define LED_IOCTL_BRIGHTNESS_NORMAL 0X10 -#define LED_IOCTL_BRIGHTNESS_DEEPSTANDBY 0X11 -#define LED_IOCTL_BLINKING_TIME 0X12 - class eLCD { #ifdef SWIG @@ -60,7 +54,6 @@ public: ~eDBoxLCD(); #endif static eDBoxLCD *getInstance(); - int setLED(int value, int option); int setLCDContrast(int contrast); int setLCDBrightness(int brightness); void setInverted( unsigned char );