aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WeatherSymbols.h
diff options
context:
space:
mode:
authorVictor Kareh <vkareh@redhat.com>2026-01-05 07:12:08 -0500
committerGitHub <noreply@github.com>2026-01-05 13:12:08 +0100
commitf88c69a31aadb0fdfe6555db626ba8f05e756272 (patch)
treef173289f96c89a38afc5198a6b61e192cf372118 /src/displayapp/screens/WeatherSymbols.h
parent51a6fb6a7ed7a410bb141966a43a7649d10bbdfc (diff)
SimpleWeatherService: Add sunrise and sunset data (#2100)
* SimpleWeatherService: Add sunrise and sunset data --------- Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
Diffstat (limited to 'src/displayapp/screens/WeatherSymbols.h')
-rw-r--r--src/displayapp/screens/WeatherSymbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WeatherSymbols.h b/src/displayapp/screens/WeatherSymbols.h
index 0fed0bdc..15c8a8a3 100644
--- a/src/displayapp/screens/WeatherSymbols.h
+++ b/src/displayapp/screens/WeatherSymbols.h
@@ -6,7 +6,7 @@ namespace Pinetime {
namespace Applications {
namespace Screens {
namespace Symbols {
- const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
+ const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon, const bool isNight);
const char* GetCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
const char* GetSimpleCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
}