aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceInfineat.h
Commit message (Collapse)AuthorAgeFilesLines
* Removes redundant words to save spaceSteve Amor2025-10-211-1/+1
|
* Refactors watch faces. Replace lv_tick_get() with xTaskGetTickCount()Steve Amor2025-05-231-1/+1
|
* Fix Infineat crash when charging with AOD (#2256)Steveis2025-02-261-0/+1
| | | | Optimise the battery animation to not use 100% CPU (which causes DisplayApp to spin forever with AOD) (DisplayApp also needs to be fixed in the future so it cannot spin infinitely)
* chrono: Resolve TODOs related to C++20 chrono featsFintasticMan2024-03-141-2/+1
|
* User applications selection using CMakeJean-François Milants2023-12-231-1/+1
| | | | Fix include path since last rebase.
* Watch face selection at build timeJean-François Milants2023-12-211-0/+22
| | | | 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)
* Watchfaces: Assume motionsensor is okRiku Isokoski2023-04-161-1/+0
| | | | The watch face shouldn't and doesn't start before the sensor is ready.
* WatchFaceInfineat: Simplify time update checkRiku Isokoski2023-04-021-7/+3
|
* dirtyvalue: Move to src/utilityFinlay Davidson2023-03-271-8/+9
|
* infineat: Create colors at compile time.Riku Isokoski2023-02-261-13/+1
| | | | lv_color_hex can't be evaluated at compile time, but LV_COLOR_MAKE can.
* 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
|
* infineat: Remove batterystyleRiku Isokoski2023-01-261-2/+0
| | | | Setting local style is more efficient
* infineat: Remove unnecessary background colorizationRiku Isokoski2023-01-261-2/+0
|
* infineat: Optimize lv_linesRiku Isokoski2023-01-261-27/+2
| | | | Reduce code duplication massively
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Watch face settings : disable watch faces that are not available (external ↵Jean-François Milants2022-10-111-0/+2
| | | | resources are not installed).
* Fix button labels (#1361)kieranc2022-10-061-0/+1
|
* A few minors changes following the code review : rename fs -> filesystem, ↵Jean-François Milants2022-09-271-1/+1
| | | | use std::array instead of raw array,...
* Fix formattingJean-François Milants2022-09-111-3/+2
|
* Infineat : Add support for external resources, and read the images and fonts ↵Jean-François Milants2022-09-111-3/+5
| | | | from the ilesystem
* Fix date alignmentDiego Miguel2022-06-111-5/+0
|
* Show battery indicator when side cover hiddenDiego Miguel2022-06-111-0/+1
|
* Better alignment of the date labelDiego Miguel2022-06-111-0/+5
|
* Implement charging battery animationDiego Miguel2022-06-111-1/+3
|
* Implement battery indicatorDiego Miguel2022-06-111-0/+8
|
* Use existing fonts in Infineat watchfaceDiego Miguel2022-06-111-1/+3
|
* Small color adjustmentsDiego Miguel2022-06-111-4/+4
|
* Fix aligment of time labelsDiego Miguel2022-06-111-0/+1
|
* Fixes in side cover togglingDiego Miguel2022-06-111-2/+0
|
* Update BLE controller in Infineat watchfaceDiego Miguel2022-06-111-0/+1
|
* Implement watchface InfineatDiego Miguel2022-06-111-0/+130