ballaswag / guppyscreen

A native Touch UI for 3D Printers running Klipper/Moonraker.
GNU General Public License v3.0
236 stars 25 forks source link

Improve pulldown selection reliability #77

Closed ajs123 closed 7 months ago

ajs123 commented 7 months ago

Possibly due to sampling rate, release events, which trigger pulldown list selections, sometimes had incorrect coordinates. This code reports touch releases at the last-seen touch point.

ballaswag commented 7 months ago

Works great on my btt pad and k1. Thanks for the PR!