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
+52-4Lines changed: 52 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,23 @@ to Micro-Python / Python 3 for the [DumbDisplay Android app](https://play.google
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
-
Although the porting is work in progress, nevertheless, a large portion of DumbDisplay functionalities have been ported.
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 MicroPython, it should be useful with regular Python 3, like in Raspberry Pi environment
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
13
13
or even with desktop / laptop.
14
-
As a result, it can be an alternative way to prototype Android app driven remotely with Python 3 from desktop / laptop.
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.
0 commit comments