You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,12 @@ other bit-rendering environments.
82
82
83
83
Developed by @cefn of @ShrimpingIt based on @JMW95's incredibly useful reference Raspberry Pi python SPI port at https://github.com/JMW95/pyST7920, funded by the Milecastles project
84
84
85
+
# Todo
86
+
87
+
Consider use of Micropython's [framebuf](https://docs.micropython.org/en/latest/esp8266/library/framebuf.html) Framebuffer library to see if it offers any acceleration, or just for conformance with other libraries - draw primitives look like they are the same.
0 commit comments