diff options
Diffstat (limited to 'src/DisplayApp/LittleVgl.h')
| -rw-r--r-- | src/DisplayApp/LittleVgl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DisplayApp/LittleVgl.h b/src/DisplayApp/LittleVgl.h index e356a89c..40fb1809 100644 --- a/src/DisplayApp/LittleVgl.h +++ b/src/DisplayApp/LittleVgl.h @@ -92,6 +92,8 @@ namespace Pinetime { lv_style_t win_bg; lv_style_t win_header; lv_style_t win_btn_pr; + + bool firstTouch = true; }; } } |
