glcd/weather: split temperature and weather icon

Origin commit data
------------------
Branch: ni/coolstream
Commit: 17de572b24
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-29 (Tue, 29 Nov 2022)

Origin message was:
------------------
- glcd/weather: split temperature and weather icon

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-11-29 20:02:00 +01:00
parent f1417b352d
commit c384f57017
9 changed files with 132 additions and 54 deletions

View File

@@ -1000,8 +1000,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
@@ -1018,8 +1020,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

@@ -1000,8 +1000,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
@@ -1018,8 +1020,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