diff options
Diffstat (limited to 'src/displayapp/screens/Motion.h')
| -rw-r--r-- | src/displayapp/screens/Motion.h | 4 |
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; |
