X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2..68662a7ac01638b0f164e8fbcf512bda45406158:/lib/gdi/lcd.h diff --git a/lib/gdi/lcd.h b/lib/gdi/lcd.h index aee1417d..f2e707f0 100644 --- a/lib/gdi/lcd.h +++ b/lib/gdi/lcd.h @@ -39,7 +39,8 @@ class eDBoxLCD: public eLCD unsigned char inverted; public: static eDBoxLCD *getInstance(); - int setLCDParameter(int brightness, int contrast); + int eDBoxLCD::setLCDContrast(int contrast); + int eDBoxLCD::setLCDBrightness(int brightness); void setInverted( unsigned char ); eDBoxLCD(); ~eDBoxLCD();