Update nfc_movie_player.py

This commit is contained in:
Liz 2024-11-04 16:09:22 -05:00
parent 10b39d0ae8
commit 3f27ef6ce9

View file

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