InfiniTime/src/displayapp
Jean-François Milants c94a59e7d3 SimpleWeather service : new weather implementation
This new implementation of the weather feature provides a new BLE API and a new weather service.
The API uses a single characteristic that allows companion apps to write the weather conditions (current and forecast for the next 5 days).
The SimpleWeather service exposes those data as std::optional fields.

This new implementation replaces the previous WeahterService.

The API is documented in docs/SimpleWeatherService.md.
2023-12-23 21:12:25 +01:00
..
fonts Initial commit 2023-11-11 18:07:07 +01:00
icons watchfaceanalog: Background in lvgl (#1824) 2023-08-15 13:01:17 +02:00
screens SimpleWeather service : new weather implementation 2023-12-23 21:12:25 +01:00
widgets dirtyvalue: Move to src/utility 2023-03-27 22:12:32 +00:00
Apps.h Watch face selection at build time 2023-12-21 20:49:22 +01:00
Colors.cpp Update src/displayapp/Colors.cpp 2022-09-17 21:32:43 +02:00
Colors.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Controllers.h SimpleWeather service : new weather implementation 2023-12-23 21:12:25 +01:00
DisplayApp.cpp SimpleWeather service : new weather implementation 2023-12-23 21:12:25 +01:00
DisplayApp.h SimpleWeather service : new weather implementation 2023-12-23 21:12:25 +01:00
DisplayAppRecovery.cpp Application selection at build time 2023-11-19 21:13:55 +01:00
DisplayAppRecovery.h Fix code formatting 2023-11-19 21:13:55 +01:00
InfiniTimeTheme.cpp theme: Replace LV_DPX with a constexpr variant 2023-01-29 08:51:37 +02:00
InfiniTimeTheme.h Add low battery indicator to StatusIcons, digital and analog watchfaces 2023-03-02 13:38:31 +02:00
LittleVgl.cpp LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS). 2023-02-26 22:10:03 +02:00
LittleVgl.h LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS). 2023-02-26 22:10:03 +02:00
Messages.h inactivity: Use LVGL inactivity timers 2023-03-18 01:15:33 +02:00
TouchEvents.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
UserApps.h Watch face selection at build time 2023-12-21 20:49:22 +01:00