diff options
| author | Hunman <sanyi.exe@gmail.com> | 2025-11-08 21:58:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-08 20:58:23 +0000 |
| commit | 716deff7d0456cdd9eb1d152d3b29f1f39c7a231 (patch) | |
| tree | 8cb2e940071bf3a0db4219b326038ad85b30be68 /src/displayapp/screens/Steps.h | |
| parent | 9093d18efc1df0be5366444fd72129dae19b2f20 (diff) | |
Step counter history
Store 2 days steps history and display yesterday's steps on the Steps screen
Diffstat (limited to 'src/displayapp/screens/Steps.h')
| -rw-r--r-- | src/displayapp/screens/Steps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Steps.h b/src/displayapp/screens/Steps.h index 1a4fe647..4824be6a 100644 --- a/src/displayapp/screens/Steps.h +++ b/src/displayapp/screens/Steps.h @@ -32,6 +32,7 @@ namespace Pinetime { uint32_t currentTripSteps = 0; lv_obj_t* lSteps; + lv_obj_t* lStepsYesterday; lv_obj_t* stepsArc; lv_obj_t* resetBtn; lv_obj_t* resetButtonLabel; |
