diff options
Diffstat (limited to 'src/displayapp/screens/Motion.h')
| -rw-r--r-- | src/displayapp/screens/Motion.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h index 761d90b..3ee6bfc 100644 --- a/src/displayapp/screens/Motion.h +++ b/src/displayapp/screens/Motion.h @@ -30,9 +30,13 @@ namespace Pinetime { // bool calibrating = true; bool started = false; bool jumping = false; + bool new_record = true; TickType_t last_frame_time = 0; TickType_t last_redraw_frame_time = 0; // uint8_t dropped_frames = 0; + double last_jump_length = 0; + double best_jump_length = 0; // Best jump length in this session + lv_color_t color; double current_jump_length; double current_jump_speed; struct Record { |
