diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 13:23:26 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 13:33:25 (GMT) |
| commit | 378fa6b4016b65e2d7b128fdc3ce89c4ca779a4d (patch) | |
| tree | f4aa571df53901a0cbc00d1ac9a86e23b7194180 /src/displayapp/screens/Motion.h | |
| parent | 9ab298c09e273479822d10aad9f7bfe1d287ce75 (diff) | |
Reset
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 132b20e..1100786 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; |
