mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
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:
@@ -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