Added configuration examples for rotation encoder support

rotencoder
Martin Felis 2021-03-13 20:18:32 +01:00
parent 97592cb790
commit a65b65ab13
1 changed files with 3 additions and 2 deletions

View File

@ -41,9 +41,10 @@ Mopidy-Raspberry-GPIO to your Mopidy configuration file::
[raspberry-gpio]
enabled = true
bcm5 = play_pause,active_low,250
bcm6 = volume_down,active_low,250
bcm6 = prev,active_low,250
bcm16 = next,active_low,250
bcm20 = volume_up,active_low,250
bcm21 = volume_down,active_low,10,rotenc_id=vol,step=1
bcm20 = volume_up,active_low,10,rotenc_id=vol,step=1
Each bcmN entry corresponds to the BCM pin of that number.