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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
# DumbDisplay MicroPython Library (v0.2.1) #
1
+
# DumbDisplay MicroPython Library (v0.2.2) #
2
2
3
3
DumbDisplay MicroPython Library is a port of the Arduino DumbDisplay Library (https://github.com/trevorwslee/Arduino-DumbDisplay)
4
4
for the DumbDisplay Android app -- https://play.google.com/store/apps/details?id=nobody.trevorlee.dumbdisplay
5
5
6
-
For a video introduction, please watch the YouTube video: Introducing DumbDisplay MicroPython Library -- with ESP32, Raspberry Pi Pico, and Raspberry Pi Zero -- https://www.youtube.com/watch?v=KVU26FyXs5M
6
+
For a video introduction, please watch the YouTube video: Introducing DumbDisplay MicroPython Library --
7
+
with ESP32, Raspberry Pi Pico, and Raspberry Pi Zero -- https://www.youtube.com/watch?v=KVU26FyXs5M
7
8
8
-
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.
9
+
Although the porting is not complete, nevertheless, a large portion of DumbDisplay functionalities have been ported.
10
+
Hopefully, this should already be helpful for friends that develop programs for microcontroller boards in Micro-Python.
9
11
10
12
Note that even it is targeted for MicroPython, it is still usable with regular Python 3, like in Raspberry Pi environment,
11
13
or even with desktop / laptop.
@@ -114,7 +116,7 @@ Notes:
114
116
import machine
115
117
machine.reset_cause()
116
118
```
117
-
* If DumbDisplay Android app fails to make connection to desktop / laptopo, check your descktop firewall settings; try switching desktop WIFI to use 2.4 GHz.
119
+
* If DumbDisplay Android app fails to make connection to desktop / laptop, check your desktop firewall settings; try switching desktop WIFI to use 2.4 GHz.
118
120
119
121
120
122
@@ -124,6 +126,10 @@ Notes:
124
126
125
127
# Change History
126
128
129
+
v0.3.0
130
+
- checked Raspberry Pi Pico W WIFI support
131
+
- port more options from Arduino DumbDisplay library
0 commit comments