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
DumbDisplay MicroPython Library -- workable with Python 3 -- is a port of the [DumbDisplay Arduino Library](https://github.com/trevorwslee/Arduino-DumbDisplay)
4
-
to Micro-Python / Python 3 for the [DumbDisplay Android app](https://play.google.com/store/apps/details?id=nobody.trevorlee.dumbdisplay)
4
+
to MicroPython / Python 3 for the [DumbDisplay Android app](https://play.google.com/store/apps/details?id=nobody.trevorlee.dumbdisplay)
5
5
6
6
For a video introduction, please watch the YouTube video: [Introducing DumbDisplay MicroPython Library --
7
7
with ESP32, Raspberry Pi Pico, and Raspberry Pi Zero](https://www.youtube.com/watch?v=KVU26FyXs5M)
8
8
9
9
Although the porting is work in progress, nevertheless, most of the core of DumbDisplay functionalities have been ported.
10
10
Hopefully, this should already be helpful for friends that develop programs for microcontroller boards in Micro-Python.
11
11
12
-
As hinted previously, even it is originally targeted for Micro-Python, it should be useful with regular Python 3, like in Raspberry Pi environment
12
+
As hinted previously, even it is originally targeted for MicroPython, it should be useful with regular Python 3, like in Raspberry Pi environment
13
13
or even with desktop / laptop.
14
14
Consequently, it might be an alternative way to prototype simple Android app driven remotely with Python 3 from desktop / laptop, say for displaying experiment result data and getting simple interaction with the user.
* 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.
267
-
268
-
269
155
# Selected Demos
270
156
271
157
Here is a few Raspberry Pi Pico PIO demos that might interest you
@@ -282,6 +168,16 @@ Here is a few Raspberry Pi Pico PIO demos that might interest you
* 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.
0 commit comments