diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 19:05:36 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-31 19:05:36 (GMT) |
| commit | c7f80dc5b3ccb2db08355b993a7855a5655e7d6b (patch) | |
| tree | 870a7d7573fafbf48558379d58da3cf9faaf7c8a /src/displayapp/screens/Motion.h | |
| parent | ee48e3f35b732eeddc9496da396aa33a31ebee2d (diff) | |
More testing of G sensor
Diffstat (limited to 'src/displayapp/screens/Motion.h')
| -rw-r--r-- | src/displayapp/screens/Motion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h index 4d2bd4f..2341f24 100644 --- a/src/displayapp/screens/Motion.h +++ b/src/displayapp/screens/Motion.h @@ -20,6 +20,7 @@ namespace Pinetime { private: Controllers::MotionController& motionController; + char labelText = { '0', '0', '0', '0', '0', 0 }; lv_obj_t* chart; lv_chart_series_t* ser1; lv_chart_series_t* ser2; |
