diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 17:45:16 +0200 |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 17:45:16 +0200 |
| commit | 6a925292722be365f4efc288c64b023639f0c201 (patch) | |
| tree | 0d60937546c41844ead44375d6fbee7e6cb3ea0b /src/displayapp/screens/Motion.h | |
| parent | a4968b502990f4a9e848c5240be2ee73348dd38e (diff) | |
Revert "Reset"
This reverts commit 378fa6b4016b65e2d7b128fdc3ce89c4ca779a4d.
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 11007866..132b20ec 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; |
