Skallwar / GSL1680

Arduino driver for GSL1680 - For anthology, this is my first real piece of code
Apache License 2.0
12 stars 4 forks source link

Incorrect repetition of coordinates #11

Closed rtek1000 closed 2 months ago

rtek1000 commented 2 months ago

Hi,

Since I started using this library, I have occasionally had repeated coordinates. For example: I made a numeric keypad for typing like a telephone keypad, and occasionally when I press a button, another previous button is activated.

I tried to create filters and different ways to initialize the GSL1680, but I couldn't solve it.

Now I found another library and it seems to have solved this problem.

I didn't make any comparisons so I don't know if there are any differences between them, but in case anyone needs it, here it is:

https://github.com/Oxidez/GSL1680

Thank you.