William Moore
William Moore
My laptop, running Ubuntu Linux, has a second HDMI video monitor attached in a way that it extends the width of my desktop across both displays. And, when I use...
The posted "solution" for setting Easy-Gui window size where the user has to edit the Easy-Gui source file before making and installing the module is a bit much to ask...
I had this problem as well when using multiple such Max7219 8x8 LED matrix display modules soldered end to end. In my code, I assemble the info I want to...
With regards to your question: "Btw, do you know how to use a different, denser font?", in the Arduino C/C++ arena, there was a guy doing a 7x5 font with...
I'm attaching a copy of what I have so far. This .txt file was a .py file but this web-tool doesn't allow .py files to be transferred this way, [DS1302.txt](https://github.com/shaoziyang/microbit-lib/files/3291100/DS1302.txt)...
Thank you. I didn't realize you had a collection of device drivers for the ESP32 version of MicroPython. I had already ported the I2C_1602LCD driver from MicroBit to ESP8266 /...
Ni Hao. I have been playing around with your "mp_i2c_lcd1602.py" driver on both the ESP8266 and the ESP32. I guess you could say I have been "hacking" your code. I...
Yes, I can do a I2C_2004_LCD driver for you based on your driver and my modifications with the aim to minimize the size of the code. Give me a few...
Thanks for your feedback. I don't know how to tell which version of the Micro:bit boards I have. I checked my invoice, the box they came in, and on the...
Seems GitHub is not Python friendly when it comes to comments in the source code. Seems to want to interpret '#' as some kind of format character. Here's the code...