-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LVGL] Two little problems about gesture event #597
Comments
In
You can't change these fields if you include |
Do not use PRESSED event of the button, use CLICKED. |
CLICKED don't help . i will trigger too
i will try this one . thanks for your reply |
I found this LVGL issue: lvgl/lvgl#3211. It is suggested to call If you are using LVGL project without EEZ Flow you can just make this call in your event handler for the gesture event. If you are using EEZ Flow then currently there is no way to do this. We can add call to |
I just tested this. I modified EEZ Flow engine to call |
Maybe we should indeed add this in the EEZ Flow engine. Why would anyone want CLICKED event when GESTURE is also detected? |
Implemented. I added |
I will update my code and try. it help a lot when the screen got a lot of obj,but need to do slide to change screen. thanks |
Less than 20 pixels will trigger gesture event and i don't find any place to change the length myself
I wanted to do the same thing as a gesture swipe on a phone. It is anyone slove the same problem or any suggestions. Thanks
The text was updated successfully, but these errors were encountered: