aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WeatherSymbols.h
Commit message (Collapse)AuthorAgeFilesLines
* weather: Add new app with forecastVictor Kareh2024-02-181-0/+1
|
* Split declaration and implementation of GetSymbolLennart Jahn2024-01-161-34/+1
|
* Simple Weather ServiceJean-François Milants2023-12-231-0/+46
Move the function GetIcon that converts SimpleWeatherService::Icons to char (symbol) into a new header file so that it can be used by other apps and companion apps.