dont show display setup in menu, when no display is available
[enigma2.git] / lib / gdi / lcd.h
index e45d88b210289848973a72196dcbe035e59c3250..99f921b525e16434bf6cb4dcf8c952b6a508f8d4 100644 (file)
@@ -27,6 +27,7 @@ public:
        int lock();
        void unlock();
        int islocked() { return locked; }
+       bool detected() { return lcdfd >= 0; }
 #ifndef SWIG
        eLCD(eSize size);
        virtual ~eLCD();