aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeurig <don@suspectdevices.com>2021-04-13 09:52:08 -0700
committerfeurig <don@suspectdevices.com>2021-04-13 09:52:08 -0700
commitc30e3a2a14ce3b8278802b38a072c1d50149a66b (patch)
tree92700895afaa53fef2edb627a9e6b26ce2479951
parent2702145b3611ab5c38f9d78ccbd94a6e903c9e6a (diff)
Update docs
-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():