Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-08-20 Thread blackbird
paul- wrote: > Check the optional mode setting for encoders. > > > Code: > > > For rotary encoders (one, volume only): > e,pin1,pin2,CMD[,edge] > "e" for "Encoder" > p1, p2: GPIO PIN numbers in BCM-notation > CMD: Command. one of. \n\ > VOLU for Volume\n\

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-08-20 Thread paul-
Check the optional mode setting for encoders. Code: For rotary encoders (one, volume only): e,pin1,pin2,CMD[,edge] "e" for "Encoder" p1, p2: GPIO PIN numbers in BCM-notation CMD: Command. one of. \n\ VOLU for Volume\n\ TRAC for Prev/Next track\n\ KEY:-

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-08-20 Thread blackbird
MY CONFIGURATION: RPi 2B PCP 6.1.0 pcp-sbpd jivelite (Waveshare 3.5") /home/tc/sbpd-script.sh = #!/bin/sh # start pigpiod daemon pigpiod # give the daemon a moment to start up before issuing the sbpd command sleep 1