summaryrefslogtreecommitdiff
path: root/src/DisplayApp/LittleVgl.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-02 20:48:58 +0100
committerJF <jf@codingfield.com>2020-03-02 20:48:58 +0100
commitd88ec8c2f06c55a01395fcdab0b816b717d9c685 (patch)
tree8249f8078148ac3710e17a86a6914e3a13e5afd9 /src/DisplayApp/LittleVgl.h
parent43ffeb15d135dfb09699544031c0b975cee2489a (diff)
Workaround for the first touch that is taken twice into account.
Diffstat (limited to 'src/DisplayApp/LittleVgl.h')
-rw-r--r--src/DisplayApp/LittleVgl.h2
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;
};
}
}