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
The prebuilt firmware images provided use an outdated version of MicroPython and do not have the built in networking libraries. I was wondering if I could just add ST7789 onto an already existing updated MicroPython firmware instead of building my own, because that seems sort of intricate.
The text was updated successfully, but these errors were encountered:
It's possible to build native "C" standalone .mpy modules (example - the "factorial" demo)... that would definitely be worth exploring so this driver can ship as a file, instead of an entire firmware...
If you're still stuck on this, let me know - I've got it building fine, and can send you a binary if you want.
Hi.
The prebuilt firmware images provided use an outdated version of MicroPython and do not have the built in networking libraries. I was wondering if I could just add ST7789 onto an already existing updated MicroPython firmware instead of building my own, because that seems sort of intricate.
The text was updated successfully, but these errors were encountered: