diff options
| author | JustScott <development@justscott.me> | 2024-10-03 14:48:58 -0500 |
|---|---|---|
| committer | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-12-31 17:52:55 +0000 |
| commit | 526d8416bafdfb79751e85ccd5ee48e2daa8d266 (patch) | |
| tree | 01843d15cc9963749c8e213e7be1a6b46c75f083 /src/displayapp/screens/WeatherSymbols.h | |
| parent | f2814dd5ed26b1b6478d781048c0df27f03ca1e3 (diff) | |
Add shorter/simpler weather condition options.
Diffstat (limited to 'src/displayapp/screens/WeatherSymbols.h')
| -rw-r--r-- | src/displayapp/screens/WeatherSymbols.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } } |
