Getting LED in arcade button working #2607
Unanswered
Timsche2210
asked this question in
Q&A
Replies: 1 comment
|
Hi, the led_pin Attribut only exists for the Shutdown Button. A normal Button does not support it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am really confused about the correct way to implement the LED (in the arcade button) to work...
The LED should be on for the same time as it is pushed.
cd ~/RPi-Jukebox-RFID/settings nano gpio_settings.iniI added led_pin to the standard ini (Perplexity told me so...) and after a restart the LED doesnt work.
[PlayPause] enabled: True Type: Button Pin: 12 pull_up_down: pull_up functionCall: functionCallPlayerPause led_pin: 13-> used Pin 30+34 (2x GND) to test it...
I double checked the LED (Pin 1 (3,3 V) with Pin 39 (GND), the LED is fine...
What do I miss?
All reactions