2023-12-23 16:02:32 +01:00
|
|
|
#pragma once
|
|
|
|
#include "components/ble/SimpleWeatherService.h"
|
|
|
|
#include "displayapp/screens/Symbols.h"
|
|
|
|
|
|
|
|
namespace Pinetime {
|
|
|
|
namespace Applications {
|
|
|
|
namespace Screens {
|
|
|
|
namespace Symbols {
|
2024-01-13 14:05:04 +01:00
|
|
|
const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
|
2024-01-31 17:41:39 -05:00
|
|
|
const char* GetCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
|
2023-12-23 16:02:32 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|