Twice.
😅
Twice.
😅
And I only discovered this because someone reported that the output of `__repr__` / `__str__` was broken.
And I only discovered this because someone reported that the output of `__repr__` / `__str__` was broken.
We’re really happy to be increasing our GitHub sponsorship to $500/month to help support the project and ensure its future.
If MicroPython’s been useful to you, it’s well worth supporting too: github.com/sponsors/mic...
We’re really happy to be increasing our GitHub sponsorship to $500/month to help support the project and ensure its future.
If MicroPython’s been useful to you, it’s well worth supporting too: github.com/sponsors/mic...
Using kitty's graphics protocol and MicroPython's unix port + framebufs to debug SSD1306 oled code in my terminal.
gist.github.com/nmattia/7a00...
Using kitty's graphics protocol and MicroPython's unix port + framebufs to debug SSD1306 oled code in my terminal.
gist.github.com/nmattia/7a00...
www.kevsrobots.com/blog/micropy...
www.kevsrobots.com/blog/micropy...
Somewhere between 'ban it all' and 'let the robots run free' there's a checkbox to help the team at MicroPython.
blog.adafruit.com/2026/02/19/m...
Somewhere between 'ban it all' and 'let the robots run free' there's a checkbox to help the team at MicroPython.
blog.adafruit.com/2026/02/19/m...
PSRAM combined with MicroPython’s garbage collection is a horrorshow though 😭 need to do something about that.
PSRAM combined with MicroPython’s garbage collection is a horrorshow though 😭 need to do something about that.
But a simple variable in local scope? Ouch!
But a simple variable in local scope? Ouch!
Should probably delve in to how they solved the same problems I ran into, but I’m not simulating hardware so much as making MicroPython’s WebAssembly port more useful.
Should probably delve in to how they solved the same problems I ran into, but I’m not simulating hardware so much as making MicroPython’s WebAssembly port more useful.
Three is definitely enough but then there’s one entry point main and a _main and also another main because MicroPython’s Unix port and Sokol both want to be top dog.
Making the two work together might be… spicy.
Three is definitely enough but then there’s one entry point main and a _main and also another main because MicroPython’s Unix port and Sokol both want to be top dog.
Making the two work together might be… spicy.
So, I've extended Russ Hughes' st7789mpy driver to use #MicroPython's frame buffer while providing a simpler interface for beginners. Check it out! 😃
So, I've extended Russ Hughes' st7789mpy driver to use #MicroPython's frame buffer while providing a simpler interface for beginners. Check it out! 😃
There's also discussion of an attribute system for memory since PSRAM cannot contain DMA buffers, and other such pitfalls.
There's also discussion of an attribute system for memory since PSRAM cannot contain DMA buffers, and other such pitfalls.
github.com/Gadgetoid/di...
github.com/Gadgetoid/di...