glcd: add unknown weather icon; change font handling; remove min temp from forecast

Origin commit data
------------------
Branch: ni/coolstream
Commit: f566997466
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-27 (Sat, 27 Jun 2020)

Origin message was:
------------------
- glcd: add unknown weather icon; change font handling; remove min temp from forecast

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-06-27 00:28:46 +02:00
parent cdc8988762
commit 39b35cb0c2
4 changed files with 17 additions and 27 deletions

View File

@@ -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);
}