mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
add lcd4linux support, ported from
defans and vanhofen, modded by TangoCash
This commit is contained in:
@@ -762,6 +762,18 @@ struct SNeutrinoSettings
|
||||
int infoClockSeconds;
|
||||
int infoClockBackground;
|
||||
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
// lcd4linux
|
||||
int lcd4l_support;
|
||||
std::string lcd4l_logodir;
|
||||
int lcd4l_brightness;
|
||||
int lcd4l_brightness_standby;
|
||||
int lcd4l_dpf_type;
|
||||
int lcd4l_skin;
|
||||
int lcd4l_skin_radio;
|
||||
int lcd4l_convert;
|
||||
#endif
|
||||
|
||||
// lcdd
|
||||
enum LCD_SETTINGS {
|
||||
LCD_BRIGHTNESS = 0,
|
||||
|
Reference in New Issue
Block a user