diff options
| author | Joaquim <joaquim.org@gmail.com> | 2021-04-19 14:28:38 (GMT) |
|---|---|---|
| committer | Joaquim <joaquim.org@gmail.com> | 2021-04-19 14:28:38 (GMT) |
| commit | cd4a3e1dfef7d9803aa726ef4c177a6d7d5e876d (patch) | |
| tree | 00c3d4d8672b8eea29981e40c696c839093a9ef3 /src/displayapp/screens/Motion.h | |
| parent | bbc24e88b0e2126be39b073ffd734b2ab07c225d (diff) | |
New Steps app
Settings to set the steps goal
More detail in Motion app
New 42px Font
Diffstat (limited to 'src/displayapp/screens/Motion.h')
| -rw-r--r-- | src/displayapp/screens/Motion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h index ad1341a..6ba0fd6 100644 --- a/src/displayapp/screens/Motion.h +++ b/src/displayapp/screens/Motion.h @@ -26,9 +26,9 @@ namespace Pinetime { lv_chart_series_t * ser1; lv_chart_series_t * ser2; lv_chart_series_t * ser3; + lv_obj_t * label; lv_obj_t* labelStep; - lv_obj_t* labelStepValue; static constexpr uint8_t nbStepsBufferSize = 9; char nbStepsBuffer[nbStepsBufferSize+1]; bool running = true; |
