Hi,
I can't get the waveshare 10.1 (
https://www.waveshare.com/10.1inch-hdmi-lcd.htm) to work.
I finished the calibration and the touch events are correctly registered with the provided example "touchtracer".
However, the touch input and the mouse cursor are not in sync.
Also, when I touch on a button and the cursor is on a another one, the touch event is triggered on the button on which the cursor is located.
I added 'disable_on_activity" to the config.ini, without any effect.
I also deleted the mouse input from the config.ini, also no effect.
Config.ini:
[input]
mouse = mouse,disable_on_activity
ADS7846 = hidinput,/dev/input/by-path/platform-fe204000.spi-event,rotation=90,invert_x=0,invert_y=1,min_position_x=117,max_position_x=3992,min_position_y=3743,max_position_y=156
How can I sync the cursor and touch, or get kivy to prioritize the touch?