Can anyone help with this one,
I have set my GPIO pins as per the following in my config.txt
Out of these, only the VOLUME_UP, APP_SWITCH and NEXT_TRACK work, the other do not function at all.
Any ideas why this would be?
Thanks
I have set my GPIO pins as per the following in my config.txt
Code:
# Keysdtoverlay=gpio-key,gpio=26,keycode=115,label="VOLUME_UP" (working)dtoverlay=gpio-key,gpio=20,keycode=114,label="VOLUME_DOWN" (not working)dtoverlay=gpio-key,gpio=21,keycode=165,label="MEDIA_PREVIOUS" (not working)dtoverlay=gpio-key,gpio=13,keycode=163,label="MEDIA_NEXT" (working)dtoverlay=gpio-key,gpio=4,keycode=580,label="APP_SWITCH" (working)
Any ideas why this would be?
Thanks
Statistics: Posted by deanfourie1 — Sun Jun 16, 2024 3:51 am