mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- glcd: add unknown weather icon; change font handling; remove min temp from forecast
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -238,7 +238,7 @@ void cGLCD::Exec()
|
||||
{
|
||||
ShowSimpleClock(strftime("%H:%M", tm), g_settings.glcd_time_in_standby);
|
||||
}
|
||||
if (g_settings.glcd_standby_weather == 1 && g_settings.glcd_time_in_standby != 5)
|
||||
if (g_settings.glcd_standby_weather == 1 && g_settings.glcd_time_in_standby != CLOCK_ANALOG)
|
||||
{
|
||||
ShowWeather(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user