aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceAnalog.h
Commit message (Collapse)AuthorAgeFilesLines
* Removes redundant words to save spaceSteve Amor2025-10-211-1/+1
|
* Continuous time updatesmark90642024-06-091-1/+1
|
* chrono: Resolve TODOs related to C++20 chrono featsFintasticMan2024-03-141-2/+1
|
* Watch face selection at build timeJean-François Milants2023-12-211-0/+18
| | | | Watch faces can now be selected at buid time. It's implemented in a similar way than the selection of user apps, using a list of watch face description that is generated at build time (consteval, constexpr)
* watchfaceanalog: Background in lvgl (#1824)Max Friedrich2023-08-151-0/+5
| | | | | | | | | | | * change background image to widgets This commit removes the background image for the WatchFaceAnalog and replaces it with lvgl widgets. It aims to keep the original look. * remove comments and background image --------- Co-authored-by: minacode <minamoto9@web.de>
* dirtyvalue: Move to src/utilityFinlay Davidson2023-03-271-7/+8
|
* WatchFaceAnalog: Simplify date update checkRiku Isokoski2023-03-151-4/+2
|
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-2/+1
|
* displayapp: Make Ble references constRiku Isokoski2023-02-241-2/+2
|
* displayapp: Make Battery class references constRiku Isokoski2023-02-241-2/+2
|
* WatchfaceAnalog: add ble icon (#1430)Itai Nelken2023-02-211-0/+2
|
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski2022-04-251-1/+4
|
* Merge pull request #1038 from NeroBurner/analog_local_variablesJF2022-03-141-7/+0
|\ | | | | WatchFaceAnalog: local date/time variables
| * WatchFaceAnalog: local date/time variablesReinhold Gschweicher2022-03-141-7/+0
| | | | | | | | Use local date and time variables. No need to store them in the object.
* | WatchFaceAnalog: const ref to dateTimeControllerReinhold Gschweicher2022-03-141-1/+1
|/ | | | The clock app only reads from the dateTimeController, never modifies it.
* WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold Gschweicher2021-12-021-1/+0
| | | | | | | | | Remove unused `ScreenList.h` include. For `std::abs()` add needed include `<cmath>`. For the forward declared Settings-Controller add the `Settings.h` include to the cpp file.
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-2/+2
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-0/+2
|
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-2/+0
|\
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-2/+0
| | | | | | | | inspired by PR #232 by nscooling.
* | Refresh reworkRiku Isokoski2021-07-191-1/+3
|/
* Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-111-1/+1
| | | | Refactor battery percent : only use uint8_t to store the battery % remaining.
* Fix typo in variable names (#430)Jonathan Vander Mey2021-06-221-3/+3
|
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-52/+51
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+90