From 526d8416bafdfb79751e85ccd5ee48e2daa8d266 Mon Sep 17 00:00:00 2001 From: JustScott Date: Thu, 3 Oct 2024 14:48:58 -0500 Subject: Add shorter/simpler weather condition options. --- src/displayapp/screens/WeatherSymbols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/displayapp/screens/WeatherSymbols.h') diff --git a/src/displayapp/screens/WeatherSymbols.h b/src/displayapp/screens/WeatherSymbols.h index f3eeed55..0fed0bdc 100644 --- a/src/displayapp/screens/WeatherSymbols.h +++ b/src/displayapp/screens/WeatherSymbols.h @@ -8,6 +8,7 @@ namespace Pinetime { namespace Symbols { const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon); const char* GetCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon); + const char* GetSimpleCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon); } } } -- cgit v1.2.3-70-g09d2