Peter Hinch
Peter Hinch
You have had more success than me. The reason I only distribute a `framebuf_utils.mpy` compiled for STM rather than one for each arch is that the ESP32 build does not...
You should find that everything works fine without **framebuf_utils.mpy**. The only consequence is slower text rendering. The ESP32 port is substantially slower than a Pyboard: I thoroughly recommend a Pyboard...
Sounds a useful update. I'm puzzled at the use case for a radio link between units with a wifi interface. Are you trying to bridge two wifi networks?
Do you have any ideas on how this might be achieved? > I'm not sure whether this work should start from upip or here To answer this **micropip** is a...
Possibly. As I said I don't want to make `micropip` functionality differ from that of `upip`. I therefore suggest you raise enhancement requests against `upip`. If they are accepted, I...
I think you are passing strings as **pin_x** and **pin_y** constructor arguments. They should be **Pin** instances (and those pins should be configured as inputs).
Thanks for the report. I haven't yet tested this on the Pyboard D - alas I'm wrestling with porting my micropower **uasyncio** version to that platform. From a quick look,...
This code is a proof of concept which would need adapting for your application. I am developing a solution based on these ideas where a server-side application communicates with multiple...
Assuming you mean [this library](https://github.com/peterhinch/micropython-tft-gui) it is not portable for a number of reasons. It uses a number of advanced techniques for the highest possible performance. If you want a...
This might be tricky, they are very different devices. Do any SSD1306 displays actually have a touch interface?