Fixed some bugs added TO-Do

This commit is contained in:
Tim
2024-08-13 15:58:05 +02:00
parent d506ae9a20
commit 17ae6e0a0b
4 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
# PiVideo # PiVideo
## TO-DO ## TO-DO
- Add GPIO Shutdown and Start option to Script [see](https://raspberrypi.stackexchange.com/questions/117013/raspberry-pi-4-b-gpio-boot-and-shutdown-buttons) -~~ Add GPIO Shutdown and Start option to Script [see](https://raspberrypi.stackexchange.com/questions/117013/raspberry-pi-4-b-gpio-boot-and-shutdown-buttons) ~~
- Remove old filse when reinstalling
## Overview ## Overview
+1 -1
View File
@@ -10,7 +10,7 @@ GPIO.setmode(GPIO.BCM)
GPIO.setup(BUTTON_PIN, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(BUTTON_PIN, GPIO.IN, pull_up_down=GPIO.PUD_UP)
loop_video = 'videos/loop.mp4' loop_video = 'videos/loop.mp4'
trigger_video = 'videos/trigger.mp4' trigger_video = 'videos/trigger.webm'
# Funktion zum Abspielen eines Videos # Funktion zum Abspielen eines Videos
def play_video(video_file): def play_video(video_file):
Binary file not shown.
Binary file not shown.