X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d6f6602d7cea3a7899990fe79216af7d98d05917..68662a7ac01638b0f164e8fbcf512bda45406158:/lib/gdi/lcd.h diff --git a/lib/gdi/lcd.h b/lib/gdi/lcd.h index 88e543f7..f2e707f0 100644 --- a/lib/gdi/lcd.h +++ b/lib/gdi/lcd.h @@ -1,5 +1,3 @@ -#ifndef DISABLE_LCD - #ifndef __lcd_h #define __lcd_h @@ -41,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(); @@ -50,5 +48,3 @@ public: }; #endif - -#endif //DISABLE_LCD