Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPIO buttons seems not to work #26

Open
kgooris opened this issue Jan 1, 2019 · 2 comments
Open

GPIO buttons seems not to work #26

kgooris opened this issue Jan 1, 2019 · 2 comments

Comments

@kgooris
Copy link

kgooris commented Jan 1, 2019

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

@kgooris
Copy link
Author

kgooris commented Jan 1, 2019

it seems the development branch has a fix for this. When will this be merged to master?

@9and3r
Copy link
Owner

9and3r commented Jan 3, 2019

Unfortunately, my touchscreen broke and I am not actively developing this extension anymore. Feel free to use the development branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants