add lcd4linux support, ported from

defans and vanhofen, modded by TangoCash
This commit is contained in:
GetAway
2018-12-26 20:04:32 +01:00
parent fe8dbf3458
commit 99a6ab267d
22 changed files with 1809 additions and 2 deletions

View File

@@ -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,