Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 367 Bytes

gesture-test

Experiments for building an asynchronous touch gesture library for Python

Ultimate goal is to have an async python library supporting waveshare touchscreens with a gt1151 touchscreen controller

mouse-async.py was discontinued early because it pegged one CPU at 100%

Development environment is python 3.11.2

depends on pynput (pip3 install pynput)