the way i got it running with PCP 6.1:

install: pigpio.tcz
Install: pcp_sbpd.tcz

Tweaks-autostart with internal sound: 
Code:
--------------------
    sudo pigpiod -t *1*;sleep 0.1;sbpd -d -s b,5,POWR
--------------------
 
Tweaks-autostart with DAC-board:      
Code:
--------------------
    sudo pigpiod -t *0*;sleep 0.1;sbpd -d -s b,5,POWR
--------------------


my user command in tweaks:

Code:
--------------------
    sudo pigpiod -t 0;sleep 0.1; sbpd -d -s  e,24,23,VOLU,2 
b,25,POWR,2,0,PLAY,300 b,5,NEXT,2,0 b,12,PREV,2,0
--------------------


rotary encoder is volume, short press rotary encoder is soft off/on,
long press rotary encoder is play/pause
two buttons for next and previous track


------------------------------------------------------------------------
Aki7's Profile: http://forums.slimdevices.com/member.php?userid=67596
View this thread: http://forums.slimdevices.com/showthread.php?t=107001

_______________________________________________
diy mailing list
diy@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/diy

Reply via email to