mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- glcd/weather: split temperature and weather icon
This commit is contained in:
@@ -974,8 +974,10 @@ typedef enum
|
||||
LOCALE_GLCD_STANDBY_CLOCK_SIMPLE,
|
||||
LOCALE_GLCD_STANDBY_SETTINGS,
|
||||
LOCALE_GLCD_STANDBY_WEATHER,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_CURR_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_NEXT_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_CURR_ICON_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_CURR_TEMP_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_NEXT_ICON_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_NEXT_TEMP_X_POSITION,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_PERCENT,
|
||||
LOCALE_GLCD_STANDBY_WEATHER_Y_POSITION,
|
||||
LOCALE_GLCD_START_ALIGN,
|
||||
@@ -992,8 +994,10 @@ typedef enum
|
||||
LOCALE_GLCD_TIME_X_POSITION,
|
||||
LOCALE_GLCD_TIME_Y_POSITION,
|
||||
LOCALE_GLCD_VOLUME,
|
||||
LOCALE_GLCD_WEATHER_CURR_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_NEXT_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_CURR_ICON_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_CURR_TEMP_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_NEXT_ICON_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_NEXT_TEMP_X_POSITION,
|
||||
LOCALE_GLCD_WEATHER_PERCENT,
|
||||
LOCALE_GLCD_WEATHER_SHOW,
|
||||
LOCALE_GLCD_WEATHER_Y_POSITION,
|
||||
|
@@ -974,8 +974,10 @@ const char * locale_real_names[] =
|
||||
"glcd.standby_clock_simple",
|
||||
"glcd.standby_settings",
|
||||
"glcd.standby_weather",
|
||||
"glcd.standby_weather_curr_x_position",
|
||||
"glcd.standby_weather_next_x_position",
|
||||
"glcd.standby_weather_curr_icon_x_position",
|
||||
"glcd.standby_weather_curr_temp_x_position",
|
||||
"glcd.standby_weather_next_icon_x_position",
|
||||
"glcd.standby_weather_next_temp_x_position",
|
||||
"glcd.standby_weather_percent",
|
||||
"glcd.standby_weather_y_position",
|
||||
"glcd.start_align",
|
||||
@@ -992,8 +994,10 @@ const char * locale_real_names[] =
|
||||
"glcd.time_x_position",
|
||||
"glcd.time_y_position",
|
||||
"glcd.volume",
|
||||
"glcd.weather_curr_x_position",
|
||||
"glcd.weather_next_x_position",
|
||||
"glcd.weather_curr_icon_x_position",
|
||||
"glcd.weather_curr_temp_x_position",
|
||||
"glcd.weather_next_icon_x_position",
|
||||
"glcd.weather_next_temp_x_position",
|
||||
"glcd.weather_percent",
|
||||
"glcd.weather_show",
|
||||
"glcd.weather_y_position",
|
||||
|
@@ -293,14 +293,18 @@ struct SNeutrinoGlcdTheme
|
||||
|
||||
int glcd_weather;
|
||||
int glcd_weather_percent;
|
||||
int glcd_weather_curr_x_position;
|
||||
int glcd_weather_next_x_position;
|
||||
int glcd_weather_curr_temp_x_position;
|
||||
int glcd_weather_curr_icon_x_position;
|
||||
int glcd_weather_next_temp_x_position;
|
||||
int glcd_weather_next_icon_x_position;
|
||||
int glcd_weather_y_position;
|
||||
|
||||
int glcd_standby_weather;
|
||||
int glcd_standby_weather_percent;
|
||||
int glcd_standby_weather_curr_x_position;
|
||||
int glcd_standby_weather_next_x_position;
|
||||
int glcd_standby_weather_curr_temp_x_position;
|
||||
int glcd_standby_weather_curr_icon_x_position;
|
||||
int glcd_standby_weather_next_temp_x_position;
|
||||
int glcd_standby_weather_next_icon_x_position;
|
||||
int glcd_standby_weather_y_position;
|
||||
|
||||
int glcd_position_settings;
|
||||
|
Reference in New Issue
Block a user