a550d64789
Merge branch 'main' into wb/wadokei-merge
2024-12-05 16:41:43 -08:00
FintasticMan
7dbb8f54c6
chrono: Resolve TODOs related to C++20 chrono feats
2024-03-14 21:09:03 +01:00
0a83f936b5
Got it working
2024-01-16 22:21:28 -08:00
cf4f54dc87
smell this
2024-01-16 11:06:56 -08:00
d8c3624f6f
Add location, timezone, and long-press switching
2024-01-09 09:19:07 -08:00
zyphlar
6c20c2992b
Add sundial
2024-01-07 01:26:03 -08:00
Jean-François Milants
39bc166e54
Watch face selection at build time
...
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)
2023-12-21 20:49:22 +01:00
Max Friedrich
6d0d8c7d63
watchfaceanalog: Background in lvgl ( #1824 )
...
* 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>
2023-08-15 13:01:17 +02:00
Finlay Davidson
616aa91b4c
dirtyvalue: Move to src/utility
2023-03-27 22:12:32 +00:00
Riku Isokoski
11ade64166
WatchFaceAnalog: Simplify date update check
2023-03-15 08:30:03 +02:00
Riku Isokoski
26478d9006
screens: Remove unused DisplayApp parameters
2023-02-25 16:56:03 +02:00
Riku Isokoski
255b07094b
displayapp: Make Ble references const
2023-02-24 17:41:41 +02:00
Riku Isokoski
1c4b97382a
displayapp: Make Battery class references const
2023-02-24 17:41:41 +02:00
Itai Nelken
56b6291ab7
WatchfaceAnalog: add ble icon ( #1430 )
2023-02-21 20:48:42 +02:00
Finlay Davidson
96165a8541
Format header files
...
In my PR updating clang-format, I forgot to also format the headers.
2023-01-09 21:41:21 +01:00
Riku Isokoski
b31fbb4adb
New sharper batteryicon. Remove old unused batteryicons
2022-04-25 17:03:08 +03:00
JF
1c4a56b05b
Merge pull request #1038 from NeroBurner/analog_local_variables
...
WatchFaceAnalog: local date/time variables
2022-03-14 21:25:46 +01:00
Reinhold Gschweicher
1379b7902f
WatchFaceAnalog: local date/time variables
...
Use local date and time variables. No need to store them in the object.
2022-03-14 21:00:07 +01:00
Reinhold Gschweicher
bebc072e78
WatchFaceAnalog: const ref to dateTimeController
...
The clock app only reads from the dateTimeController, never modifies it.
2022-03-14 20:59:44 +01:00
Reinhold Gschweicher
e8db73e0e7
WatchFaceAnalog: remove unused ScreenList, add needed includes
...
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.
2021-12-02 21:17:53 +01:00
Reinhold Gschweicher
ac7b2da611
Update includes to to be relative to src directory
...
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.
2021-11-15 22:02:49 +01:00
Riku Isokoski
fd52ca8fe6
Detect full charge and improve watchface display
2021-09-03 14:35:38 +03:00
Riku Isokoski
d307c6bd9e
Merge branch 'develop' into refresh_rework
2021-08-10 14:13:58 +03:00
Jean-François Milants
c086520c97
Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, inspired by PR #232 by nscooling.
2021-08-10 11:39:25 +02:00
Riku Isokoski
97c761a5c7
Refresh rework
2021-07-19 16:26:12 +03:00
Jean-François Milants
e21f6a7f41
Notify battery level every 10 minutes when connected to a BLE host.
...
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-07-11 16:55:06 +02:00
Jonathan Vander Mey
ef999e8dd3
Fix typo in variable names ( #430 )
2021-06-22 20:34:46 +02:00
Avamander
6989854519
Changed access modified indentation
2021-04-24 12:00:45 +03:00
Avamander
40d45d923b
Reformatted all the files according to clang-format style
2021-04-24 11:39:53 +03:00
Joaquim
8c53d0b70b
Multi face support, analog clock, 12/24 config
2021-02-24 19:40:24 +00:00