mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
@@ -239,6 +239,7 @@ struct SNeutrinoGlcdTheme
|
||||
|
||||
int glcd_logo;
|
||||
int glcd_logo_percent;
|
||||
int glcd_logo_width_percent;
|
||||
int glcd_logo_x_position;
|
||||
int glcd_logo_y_position;
|
||||
|
||||
@@ -293,14 +294,19 @@ struct SNeutrinoGlcdTheme
|
||||
int glcd_icon_ts_x_position;
|
||||
|
||||
int glcd_weather;
|
||||
int glcd_weather_percent;
|
||||
int glcd_weather_curr_x_position;
|
||||
int glcd_weather_next_x_position;
|
||||
int glcd_weather_y_position;
|
||||
|
||||
int glcd_time_in_standby;
|
||||
int glcd_standby_weather;
|
||||
|
||||
int glcd_standby_clock_digital_y_position;
|
||||
int glcd_standby_clock_simple_size;
|
||||
int glcd_standby_clock_simple_y_position;
|
||||
|
||||
int glcd_standby_weather_percent;
|
||||
int glcd_standby_weather_curr_x_position;
|
||||
int glcd_standby_weather_next_x_position;
|
||||
int glcd_standby_weather_y_position;
|
||||
@@ -321,9 +327,6 @@ struct SNeutrinoSettings
|
||||
int glcd_enable;
|
||||
std::string glcd_logodir;
|
||||
|
||||
int glcd_time_in_standby;
|
||||
int glcd_standby_weather;
|
||||
|
||||
int glcd_brightness;
|
||||
int glcd_brightness_dim;
|
||||
std::string glcd_brightness_dim_time;
|
||||
|
Reference in New Issue
Block a user