- glcd/weather: split temperature and weather icon

This commit is contained in:
vanhofen
2022-11-29 20:02:00 +01:00
committed by Thilo Graf
parent 2a968e11cd
commit 24299980fc
11 changed files with 138 additions and 55 deletions

View File

@@ -947,8 +947,10 @@ glcd.standby_clock_led LED-Uhr
glcd.standby_clock_simple Einfache Uhr
glcd.standby_settings Standby-Einstellungen
glcd.standby_weather Wetter im Standby
glcd.standby_weather_curr_x_position Wetter im Standby heute x-Position
glcd.standby_weather_next_x_position Wetter im Standby morgen x-Position
glcd.standby_weather_curr_icon_x_position Wetter-Icon heute x-Position
glcd.standby_weather_curr_temp_x_position Temperatur heute x-Position
glcd.standby_weather_next_icon_x_position Wetter-Icon morgen x-Position
glcd.standby_weather_next_temp_x_position Temperatur morgen x-Position
glcd.standby_weather_percent Wetter Höhe
glcd.standby_weather_y_position Wetter im Standby y-Position
glcd.start_align Sendungsstart ausrichten
@@ -965,8 +967,10 @@ glcd.time_size_standby Uhrzeit Höhe im Standby
glcd.time_x_position Uhrzeit x-Position
glcd.time_y_position Uhrzeit y-Position
glcd.volume Lautstärke
glcd.weather_curr_x_position Wetter heute x-Position
glcd.weather_next_x_position Wetter morgen x-Position
glcd.weather_curr_icon_x_position Wetter-Icon heute x-Position
glcd.weather_curr_temp_x_position Temperatur heute x-Position
glcd.weather_next_icon_x_position Wetter-Icon morgen x-Position
glcd.weather_next_temp_x_position Temperatur morgen x-Position
glcd.weather_percent Wetter Höhe
glcd.weather_show Wetter anzeigen
glcd.weather_y_position Wetter y-Position

View File

@@ -947,8 +947,10 @@ glcd.standby_clock_led LED-clock
glcd.standby_clock_simple Simple clock
glcd.standby_settings Standby-settings
glcd.standby_weather Weather in standby mode
glcd.standby_weather_curr_x_position Weather in standby mode current x-position
glcd.standby_weather_next_x_position Weather in standby mode next x-position
glcd.standby_weather_curr_icon_x_position Weather icon current x-position
glcd.standby_weather_curr_temp_x_position Temperature current x-position
glcd.standby_weather_next_icon_x_position Weather icon next x-position
glcd.standby_weather_next_temp_x_position Temperature next x-position
glcd.standby_weather_percent Weather height
glcd.standby_weather_y_position Weather in standby mode y-position
glcd.start_align Event start arrangement
@@ -965,8 +967,10 @@ glcd.time_size_standby Standby time height
glcd.time_x_position Time x-position
glcd.time_y_position Time y-position
glcd.volume Volume
glcd.weather_curr_x_position Weather current x-position
glcd.weather_next_x_position Weather next x-position
glcd.weather_curr_icon_x_position Weather icon current x-position
glcd.weather_curr_temp_x_position Temperature current x-position
glcd.weather_next_icon_x_position Weather icon next x-position
glcd.weather_next_temp_x_position Temperature next x-position
glcd.weather_percent Weather height
glcd.weather_show Weather display
glcd.weather_y_position Weather y-position