Skip to content

Commit 285c318

Browse files
committed
commit
1 parent 0b88ea7 commit 285c318

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# DumbDisplay Micro-Python Library #
1+
# DumbDisplay MicroPython Library #
22

3-
DumbDisplay Micro-Python Library is a port of the Arduino DumbDisplay library -- https://github.com/trevorwslee/Arduino-DumbDisplay
3+
DumbDisplay MicroPython Library is a port of the Arduino DumbDisplay library (https://github.com/trevorwslee/Arduino-DumbDisplay)
4+
for the DumbDisplay Android app -- https://play.google.com/store/apps/details?id=nobody.trevorlee.dumbdisplay
5+
6+
For a video introduction to it, please want to watch the YouTube video ** Introducing DumbDisplay MicroPython Library -- with ESP32, Raspberry Pi Pico, and Raspberry Pi Zero ** -- https://www.youtube.com/watch?v=KVU26FyXs5M
47

58
Although the porting is not complete, nevertheless, a large portion of DumbDisplay functionalities have been ported. Hopefully, this should already be helpful for friends that develop programs for micro-controller boards in Micro-Python.
69

7-
Note that even though it is targeted for Micro-Python, it is still usable with regular Python 3, like in Raspberry Pi environment,
8-
or even desktop/laptop.
10+
Note that even though it is targeted for MicroPython, it is still usable with regular Python 3, like in Raspberry Pi environment,
11+
or even with desktop / laptop.
912

1013

1114
The basic script setup is:

0 commit comments

Comments
 (0)