![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <lcd.h>
Public Member Functions | |
| eDBoxLCD () | |
| ~eDBoxLCD () | |
| int | setLCDContrast (int contrast) |
| int | setLCDBrightness (int brightness) |
| int | setLED (int value, int option) |
| void | setInverted (unsigned char) |
| void | setFlipped (bool) |
| void | setDump (bool) |
| bool | isOled () const |
| void | setPalette (gUnmanagedSurface) |
| void | update () |
| int | waitVSync () |
| void | dumpLCD2PNG (void) |
Public Member Functions inherited from eLCD | |
| virtual int | lock () |
| virtual void | unlock () |
| virtual int | islocked () |
| virtual bool | detected () |
| int | getLcdType () |
| eLCD () | |
| virtual | ~eLCD () |
| uint8_t * | buffer () |
| int | stride () |
| virtual eSize | size () |
Additional Inherited Members | |
Static Public Member Functions inherited from eLCD | |
| static eLCD * | getInstance () |
Protected Member Functions inherited from eLCD | |
| void | setSize (int xres, int yres, int bpp) |
Protected Attributes inherited from eLCD | |
| eSize | res |
| int | lcd_type |
| unsigned char * | _buffer |
| int | lcdfd |
| int | _stride |
| int | locked |
| char | boxtype_name [20] |
Static Protected Attributes inherited from eLCD | |
| static eLCD * | instance |
| eDBoxLCD::eDBoxLCD | ( | ) |
| eDBoxLCD::~eDBoxLCD | ( | ) |
| void eDBoxLCD::dumpLCD2PNG | ( | void | ) |
|
inlinevirtual |
Implements eLCD.
|
virtual |
Implements eLCD.
|
virtual |
Implements eLCD.
|
virtual |
Implements eLCD.
|
virtual |
Implements eLCD.
|
virtual |
Implements eLCD.
|
virtual |
Implements eLCD.
|
inlinevirtual |
Implements eLCD.
|
virtual |
Implements eLCD.
|
inlinevirtual |
Implements eLCD.