diff options
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | epaperisslow.py (renamed from worksforme.py) | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -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(): |
