mikemountain / nfl-led-scoreboard

NFL LED scoreboard! This project can display live scores of your favourite football teams!
GNU General Public License v3.0
101 stars 29 forks source link

power button #63

Open c0wsaysmoo opened 2 months ago

c0wsaysmoo commented 2 months ago

Hey, I use your code for the power button on my own project and with bookworm it no longer turns off it off. However it will turn it on. any ideas?

c0wsaysmoo commented 2 months ago

ah looks like if you edit the boot/firmware/config.txt and add "dtoverlay=gpio-shutdown,gpio_pin=3,active_low=1,gpio_pull=up" a the bottom under "all" itll work.