Skip to content

Commit c1abc67

Browse files
committed
added spdx
1 parent dfa28d4 commit c1abc67

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Slow_Movie_Player/slowmovie_adafruit.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
# SPDX-FileCopyrightText: 2025 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
"""
5+
this code is a very slight adjustment of Tom Whitwell's slowmovie.py to use eInk Bonnet and
6+
7.5" monochrome display
7+
https://github.com/TomWhitwell/SlowMovie/blob/main/slowmovie.py
8+
"""
9+
110
#!/usr/bin/env python
211
# -*- coding:utf-8 -*-
312

413
# example use:
514
# sudo -E env PATH=$PATH python3 slowmovie_adafruit.py -f Steamboat_Willie_480p.mp4 -s 1 -c 4.0
615

7-
816
import os
917
import time
1018
import sys

0 commit comments

Comments
 (0)