- reenable lcd support
[enigma2.git] / lib / gdi / lcd.h
index 567d06494273dd46b0700e1a385ed290b0ed3119..aee1417d1bd088f5a043ea27f9a010e34a54808d 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,7 +39,6 @@ class eDBoxLCD: public eLCD
        unsigned char inverted;
 public:
        static eDBoxLCD *getInstance();
-       int switchLCD(int state);
        int setLCDParameter(int brightness, int contrast);
        void setInverted( unsigned char );
        eDBoxLCD();
@@ -49,5 +47,3 @@ public:
 };
 
 #endif
-
-#endif //DISABLE_LCD