You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
Hi I'm running your code on a raspberrypi 3 with the touch screen. Everything works fine loads up and MQTT connects, but the buttons and textboxes do not respond to touches.
Any pointers? I'm sure something is missing that is keeping it from working.
P.S. The touch screen works fine in xWindows.
The text was updated successfully, but these errors were encountered:
I've got the same issue.
In "alarmpanel/ui.py", if you modify your "pygame.mouse.set_visible(False)" to "pygame.mouse.set_visible(True)" to be able to see the mouse and if you add a print(pos) in "the def process_input(self):" to return the mouse position, you'll see that the mouse do as it want randomly.
I've sent an email to the author but not response yet.
Have you fix it on your side ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I'm running your code on a raspberrypi 3 with the touch screen. Everything works fine loads up and MQTT connects, but the buttons and textboxes do not respond to touches.
Any pointers? I'm sure something is missing that is keeping it from working.
P.S. The touch screen works fine in xWindows.
The text was updated successfully, but these errors were encountered: