update hu language
[vuplus_dvbapp] / lib / gdi / lcd.h
index de49571..e45d88b 100644 (file)
@@ -56,6 +56,7 @@ public:
        int setLCDContrast(int contrast);
        int setLCDBrightness(int brightness);
        void setInverted( unsigned char );
+       bool isOled() const { return !!is_oled; }
        void update();
 };