mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
@@ -980,12 +980,21 @@ typedef enum
|
||||
LOCALE_GLCD_STANDBY_SETTINGS,
|
||||
LOCALE_GLCD_STANDBY_SIMPLE_CLOCK,
|
||||
LOCALE_GLCD_STANDBY_WEATHER,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_PERCENT,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_CURR_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_NEXT_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_Y_POSITION,
|
||||
LOCALE_GLCD_START_X_POSITION,
|
||||
LOCALE_GLCD_START_Y_POSITION,
|
||||
LOCALE_GLCD_TIME_IN_STANDBY,
|
||||
LOCALE_GLCD_TIME_X_POSITION,
|
||||
LOCALE_GLCD_TIME_Y_POSITION,
|
||||
LOCALE_GLCD_VOLUME,
|
||||
LOCALE_GLCD_WEATHER_PERCENT,
|
||||
LOCALE_GLCD_WEATHER_CURR_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_NEXT_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_Y_POSITION,
|
||||
LOCALE_GLCD_WIDTH_LOGO,
|
||||
LOCALE_HDD_10MIN,
|
||||
LOCALE_HDD_1MIN,
|
||||
LOCALE_HDD_20MIN,
|
||||
|
@@ -980,12 +980,21 @@ const char * locale_real_names[] =
|
||||
"glcd.standby_settings",
|
||||
"glcd.standby_simple_clock",
|
||||
"glcd.standby_weather",
|
||||
"glcd.standby_weather_percent",
|
||||
"glcd.standby_weather_curr_x_position",
|
||||
"glcd.standby_weather_next_x_position",
|
||||
"glcd.standby_weather_y_position",
|
||||
"glcd.start_x_position",
|
||||
"glcd.start_y_position",
|
||||
"glcd.time_in_standby",
|
||||
"glcd.time_x_position",
|
||||
"glcd.time_y_position",
|
||||
"glcd.volume",
|
||||
"glcd.weather_percent",
|
||||
"glcd.weather_curr_x_position",
|
||||
"glcd.weather_next_x_position",
|
||||
"glcd.weather_y_position",
|
||||
"glcd.width_logo",
|
||||
"hdd_10min",
|
||||
"hdd_1min",
|
||||
"hdd_20min",
|
||||
|
@@ -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