X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgdi%2Flcd.h;fp=lib%2Fgdi%2Flcd.h;h=f2e707f035b6801852f316a40da91b279f5e6e1f;hp=aee1417d1bd088f5a043ea27f9a010e34a54808d;hb=1e88da3ea994175689ab4d8edbc1fd809f1d6ad8;hpb=d7d95c7b2435ab1819bc23eff5ff53aaac2b9ff1 diff --git a/lib/gdi/lcd.h b/lib/gdi/lcd.h index aee1417..f2e707f 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();