aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--epaperisslow.py (renamed from worksforme.py)5
2 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7af18b1..92230ef 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# raspi-python-playground
-Working with displays, io, and camera.
-
+Playing around with displays, io, and camera.
First platform is the raspi zero-w with e-paper and oled displays.
+
+
diff --git a/worksforme.py b/epaperisslow.py
index 7cef971..55cd6f8 100644
--- a/worksforme.py
+++ b/epaperisslow.py
@@ -1,3 +1,8 @@
+#---------------------------------------------------------------epaperisslow.py
+# playing around with 2.13" HD mono pi hat.
+#
+# screen drawing takes 9-10 seconds per update.
+
from netifaces import interfaces, ifaddresses, AF_INET
def ip4_addresses():