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
I configured and tested my raspberry pi to use the following BCM ports for following button presses:
Up = 5
Down = 27
Left = 21
Right = 20
ENTER = 23
all the buttons are tested and working fine.
but the menu on the display always goes right only.
I added some debug info to gpio_inpput_manager.py and I found out following:
pushing left button triggers the left function
pushing right button triggers right function pushing down button triggers right function
pushing up button triggers up function pushing enter button triggers right function
for the 2 in bold above, there is a issue with what gets triggered.
but in any case, the menu does not do what the function stated eather.
can you help me?
I'm running mopidy 2.2.1 with the mopidy-touchscreen version 1.0.0
running on python 2.7
The text was updated successfully, but these errors were encountered:
I configured and tested my raspberry pi to use the following BCM ports for following button presses:
Up = 5
Down = 27
Left = 21
Right = 20
ENTER = 23
all the buttons are tested and working fine.
but the menu on the display always goes right only.
I added some debug info to gpio_inpput_manager.py and I found out following:
pushing left button triggers the left function
pushing right button triggers right function
pushing down button triggers right function
pushing up button triggers up function
pushing enter button triggers right function
for the 2 in bold above, there is a issue with what gets triggered.
but in any case, the menu does not do what the function stated eather.
can you help me?
I'm running mopidy 2.2.1 with the mopidy-touchscreen version 1.0.0
running on python 2.7
The text was updated successfully, but these errors were encountered: