Skip to content

Commit fcbc062

Browse files
committed
Noted Framebuf possibility
1 parent fb537e8 commit fcbc062

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ other bit-rendering environments.
8282

8383
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
8484

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.
88+
89+
90+
8591
# See also
8692

8793
[ST7920 Datasheet](http://www.hpinfotech.ro/ST7920.pdf)

0 commit comments

Comments
 (0)