use ContextMenuActions
[enigma2.git] / lib / gdi / lcd.h
index aee1417d1bd088f5a043ea27f9a010e34a54808d..f2e707f035b6801852f316a40da91b279f5e6e1f 100644 (file)
@@ -39,7 +39,8 @@ class eDBoxLCD: public eLCD
        unsigned char inverted;
 public:
        static eDBoxLCD *getInstance();
-       int setLCDParameter(int brightness, int contrast);
+       int eDBoxLCD::setLCDContrast(int contrast);
+       int eDBoxLCD::setLCDBrightness(int brightness);
        void setInverted( unsigned char );
        eDBoxLCD();
        ~eDBoxLCD();