conr2286 / PocketFT8Xcvr

Yet Another Pocket FT8 Transceiver
4 stars 1 forks source link

Excessive resistive touchpad bounce #27

Open conr2286 opened 2 days ago

conr2286 commented 2 days ago

The resistive touchpad bounce causes double, triple and who-knows-how-many clicks. So far, I've tried:

conr2286 commented 19 hours ago

This has been sufficiently improved by adding a delay() in button 0 (CQ). Note: the leveraged touchscreen code is not using the median value scheme. If we have further problems, incorporating this approach may be beneficial.

conr2286 commented 6 hours ago

There's still quite a bit of bounce. It really does need a real fix such as found in the Adafruit library.