add stop service
[enigma2.git] / lib / gdi / lcd.h
index 567d06494273dd46b0700e1a385ed290b0ed3119..f2e707f035b6801852f316a40da91b279f5e6e1f 100644 (file)
@@ -1,5 +1,3 @@
-#ifndef DISABLE_LCD
-
 #ifndef __lcd_h
 #define __lcd_h
 
@@ -23,6 +21,7 @@ protected:
 public:
        int lock();
        void unlock();
+       int islocked() { return locked; }
 
        eLCD(eSize size);
        virtual ~eLCD();
@@ -40,8 +39,8 @@ class eDBoxLCD: public eLCD
        unsigned char inverted;
 public:
        static eDBoxLCD *getInstance();
-       int switchLCD(int state);
-       int setLCDParameter(int brightness, int contrast);
+       int eDBoxLCD::setLCDContrast(int contrast);
+       int eDBoxLCD::setLCDBrightness(int brightness);
        void setInverted( unsigned char );
        eDBoxLCD();
        ~eDBoxLCD();
@@ -49,5 +48,3 @@ public:
 };
 
 #endif
-
-#endif //DISABLE_LCD