added setContrast, setBrightness and removed SetParam(bright, contrast)
[vuplus_dvbapp] / lib / gdi / lcd.h
index aee1417..f2e707f 100644 (file)
@@ -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();