summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-07-21 22:53:36 +0300
committerGitHub <noreply@github.com>2022-07-21 22:53:36 +0300
commit9ee1160578e22e8dfa3da89dfd6405439d374da7 (patch)
treef92deb112a179f13fda4eec0459a12ee82a75b32 /src/libs
parent411f2d19e116f3e81f767c1956ec02bdb9142a43 (diff)
Reset timer by long pressing on the button (#1214)
* Reset timer by long pressing on the button * Consider press_lost as released Otherwise the bar would keep increasing if the finger slid off the button
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/lv_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index 73109c5a..b3ff8f57 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -678,7 +678,7 @@ typedef void* lv_obj_user_data_t;
#endif
/*Mask (dependencies: -)*/
-#define LV_USE_OBJMASK 0
+#define LV_USE_OBJMASK 1
/*Message box (dependencies: lv_rect, lv_btnm, lv_label)*/
#define LV_USE_MSGBOX 0