aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WeatherSymbols.h
Commit message (Collapse)AuthorAgeFilesLines
* SimpleWeatherService: Add sunrise and sunset data (#2100)Victor Kareh7 days1-1/+1
| | | | | | | * SimpleWeatherService: Add sunrise and sunset data --------- Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
* Add shorter/simpler weather condition options.JustScott12 days1-0/+1
|
* 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.