We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa28d4 commit c1abc67Copy full SHA for c1abc67
Slow_Movie_Player/slowmovie_adafruit.py
@@ -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
+
10
#!/usr/bin/env python
11
# -*- coding:utf-8 -*-
12
13
# example use:
14
# sudo -E env PATH=$PATH python3 slowmovie_adafruit.py -f Steamboat_Willie_480p.mp4 -s 1 -c 4.0
15
-
16
import os
17
import time
18
import sys
0 commit comments