summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Motion.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-09 16:47:37 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-09 16:49:44 (GMT)
commit42d0d1ad338c55ca44f7f4cbb880c40e293b0d5c (patch)
treed580a2d098d2a96f565d48ac1fcd90e59d34b5eb /src/displayapp/screens/Motion.h
parent4d9c76afdacddb1f766c74789f49f3dc96aead9a (diff)
Integrate FintasticMan's RaiseWake and LowerToSleep mods
Diffstat (limited to 'src/displayapp/screens/Motion.h')
-rw-r--r--src/displayapp/screens/Motion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h
index 4d2bd4f..315660c 100644
--- a/src/displayapp/screens/Motion.h
+++ b/src/displayapp/screens/Motion.h
@@ -27,6 +27,7 @@ namespace Pinetime {
lv_obj_t* label;
lv_obj_t* labelStep;
+ lv_obj_t* labelLastY;
lv_task_t* taskRefresh;
};
}