diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-09-01 00:29:38 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-09-01 00:29:38 +0000 |
| commit | b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2 (patch) | |
| tree | 26659ac83b322549e2d842a2426f421c3da412e7 /lib/gdi/lcd.h | |
| parent | 5ec9643747ed0dc24917ddac6310be0e49f74ce5 (diff) | |
| download | enigma2-b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2.tar.gz enigma2-b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2.zip | |
- reenable lcd support
Diffstat (limited to 'lib/gdi/lcd.h')
| -rw-r--r-- | lib/gdi/lcd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gdi/lcd.h b/lib/gdi/lcd.h index 88e543f7..aee1417d 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,7 +39,6 @@ class eDBoxLCD: public eLCD unsigned char inverted; public: static eDBoxLCD *getInstance(); - int switchLCD(int state); int setLCDParameter(int brightness, int contrast); void setInverted( unsigned char ); eDBoxLCD(); @@ -50,5 +47,3 @@ public: }; #endif - -#endif //DISABLE_LCD |
