Skip to content
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

Tap gestures not working well on Pi or Arduino #68

Open
CJMeek opened this issue Sep 2, 2023 · 5 comments
Open

Tap gestures not working well on Pi or Arduino #68

CJMeek opened this issue Sep 2, 2023 · 5 comments

Comments

@CJMeek
Copy link

CJMeek commented Sep 2, 2023

I am using the flick large and the tap, touch, and double tap gestures do not work very well. Tapping seems to detect multiple taps and a touch, touch seems to detect a touch and a tap, double tap detects all three. Is this a common problem? Does anyone have a solution for this?

@danny7894
Copy link

Try unplugging jumper leads and replugging in, also try reinstall of flickboard code. 🙂

@CJMeek
Copy link
Author

CJMeek commented Sep 4, 2023

Try unplugging jumper leads and replugging in, also try reinstall of flickboard code. 🙂

I did try all of this but it’s the same on both my arduino and pi

@tvoverbeek
Copy link
Collaborator

Use the proper mask to only detect the gesture you want.
A tap consists of the sequence touch-finger down-lift finger hence when you enable everything you get multiple gestures.

@CJMeek
Copy link
Author

CJMeek commented Sep 4, 2023

I have also tried this but it still seems to detect multiple taps when I tap once. When I lift my finger it still keeps going for a little bit.

@tvoverbeek
Copy link
Collaborator

There was an update to flicklib last year due to a Python 3 incompatilbilyt (is_alive instead of isAlive) in Feb 2022.
Also the examples had an update due to the difference for integer division between python3 and python2 (// instead of /) also in Feb 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants