I thought about series buttons (which would absolutely work) but I wanted a software-based solution so I can do more than 2 buttons if wanted, change behaviour based on the order they are pressed, etc.
Thanks all!
I thought about using gpios to set internal flags but that wouldn't particularly scale well; I'd rather have all functionality in a single script. I got the desired effect working using the "gpioget" command,
Cheers,
Kurt
Yes, I have set up GPIOs to trigger FPP commands before. However, I need a command to trigger when 2 GPIOs are in a certain state (low). Don't believe I can achieve this with the FPP GPIO UI as I need to know the state of both GPIOs simultaneously to trigger the command. Thus, I need to know how...
Wondering what's the best way to set up a GPIO as an input (with pull-up) and read the state into a variable in a script
The use case is I want to trigger a special playlist when 2 buttons are pressed simultaneously.
Thanks in advance!