Search found 1 match

by kpx4890
Mon Jul 26, 2021 7:53 pm
Forum: Raspberry Pi microcontroller boards
Topic: HDMI CEC and Shutdown
Replies: 1
Views: 2105

HDMI CEC and Shutdown

Hello I modified https://github.com/Howchoo/pi-power-button file to allow me to turn the tv off wait 30 sec and turn the pi off when gpio pin5 state changes. Still trying to figure out how to get the tv on once I turn the pi on. here is the python script i am running #!/usr/bin/env python import RPi...