| Age | Commit message (Collapse) | Author |
|
|
|
`xTaskGetTickCount()` returns a `TickType_t`, which is defined as an
`uint32_t`. This is compared to the `bpm` variable, which is a `int16_t`
in the range of 40 to 220 as defined in the constructor.
```cpp
lv_arc_set_range(bpmArc, 40, 220);
```
Just assume that `bpm` is greater than 0, as this
would result in a divison by zero or negative values, which would
unintentionally underflow to a very large number.
|
|
|
|
|
|
|
|
|
|
|
|
in header file.
|
|
|
|
Remove unused variables
|
|
Make battery reading periodic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
preview mode).
|
|
|
|
|
|
into a struct.
PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication.
Adapt SettingPineTimeStyle with the last Screen Interface
|
|
Add color picker for PineTimeStyle watchface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into Riksu9000-call-improvements
# Conflicts:
# src/displayapp/screens/Metronome.cpp
|
|
|
|
|