aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WeatherSymbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/WeatherSymbols.h')
-rw-r--r--src/displayapp/screens/WeatherSymbols.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/displayapp/screens/WeatherSymbols.h b/src/displayapp/screens/WeatherSymbols.h
new file mode 100644
index 00000000..f3eeed55
--- /dev/null
+++ b/src/displayapp/screens/WeatherSymbols.h
@@ -0,0 +1,14 @@
+#pragma once
+#include "components/ble/SimpleWeatherService.h"
+#include "displayapp/screens/Symbols.h"
+
+namespace Pinetime {
+ namespace Applications {
+ namespace Screens {
+ namespace Symbols {
+ const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
+ const char* GetCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
+ }
+ }
+ }
+}