Update nfc_movie_player.py
This commit is contained in:
parent
3f27ef6ce9
commit
11449b7aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
# ----
|
# ----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue