Just before proceeding, I am just trying to get all the GPIO buttons working on the PI.
Its a bit strange though, as the VOLUME_DOWN and PREVIOUS_TRACK buttons just will not function, all other buttons function just fine. My config.txt as below.
Any ideas why this would be?
Thanks
Its a bit strange though, as the VOLUME_DOWN and PREVIOUS_TRACK buttons just will not function, all other buttons function just fine. My config.txt as below.
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)Out of these, only the VOLUME_UP, APP_SWITCH and NEXT_TRACK work, the other do not function at all.
Thanks
Statistics: Posted by deanfourie1 — Sun Jun 16, 2024 3:53 am