Update nfc_movie_player.py

This commit is contained in:
Liz 2024-11-04 16:13:03 -05:00
parent 3f27ef6ce9
commit 11449b7aa8

View file

@ -16,7 +16,7 @@ from adafruit_pn532.spi import PN532_SPI
# ---- Update these file paths for your raspberry pi! ---- # ---- Update these file paths for your raspberry pi! ----
username = "YOUR-USERNAME" username = "YOUR-USERNAME"
image_path = f"/home/{username}/Pictures/blinka.png" image_path = f"/home/{username}/Pictures/blinka.png"
movie_path = f"/mnt/movie_disk" movie_path = "/mnt/movie_disk"
csv_file = "movies.csv" csv_file = "movies.csv"
# ---- # ----