summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Motion.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-09 02:26:47 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-09 02:26:47 (GMT)
commit19631c56766c40f671095469d68be8c38bd62bc8 (patch)
tree80d5852ba967dd94675861c3bd2789b212cbb58a /src/displayapp/screens/Motion.h
parentc004e48fa5ff498ecb844796268f9bb850cc3aa2 (diff)
Try to improve jumpdev display
Diffstat (limited to 'src/displayapp/screens/Motion.h')
-rw-r--r--src/displayapp/screens/Motion.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h
index 3ee6bfc..304d1a9 100644
--- a/src/displayapp/screens/Motion.h
+++ b/src/displayapp/screens/Motion.h
@@ -11,6 +11,7 @@
#define DEBUG_JUMPSCORE_APP 1
#define JUMPSCORE_NO_CHART 1
+#define JUMPSCORE_ICON 1
namespace Pinetime {
namespace Applications {
@@ -48,11 +49,12 @@ namespace Pinetime {
lv_obj_t* chart;
lv_chart_series_t* ser1;
#endif
+ lv_obj_t* icon;
+ lv_obj_t* bar;
lv_obj_t* label;
lv_obj_t* recordLabel;
lv_obj_t* lastLabel;
- lv_obj_t* labelStep;
lv_task_t* taskRefresh;
#ifdef DEBUG_JUMPSCORE_APP
lv_obj_t* infoLabel;