diff options
| author | feurig <don@suspectdevices.com> | 2021-04-13 09:52:08 -0700 |
|---|---|---|
| committer | feurig <don@suspectdevices.com> | 2021-04-13 09:52:08 -0700 |
| commit | c30e3a2a14ce3b8278802b38a072c1d50149a66b (patch) | |
| tree | 92700895afaa53fef2edb627a9e6b26ce2479951 | |
| parent | 2702145b3611ab5c38f9d78ccbd94a6e903c9e6a (diff) | |
Update docs
| -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(): |
