I created a new tool to easily convert bitmaps into code for MicroPython. This first version is just a start, creating a framework where I can add additional converters.
If you have any questions, missed information, or simply want to provide feedback, feel free to comment below or contact me on Twitter. π
More Posts

Three Ways to Integrate LED Light Into the Modular Lantern
After creating the modular lantern system, I experimented with different cheap ways to integrate LED lights into it and turn it into a decorative lamp. In this post, I describe the three ways I found ...

Logic Gates Puzzle 101
The message you got does not make any sense. Can you decypher it with the following logic puzzle? The circuit was not optimised for functionality but to create a challenging puzzle and gorgeous artwork. If ...

The 3D Printed Modular Lantern
I designed a very modular 19th-century-style lantern. You can print it in its simplest form as a simple candlelight to put on a table or a shelf. By printing additional elements, you create a wonderful ...

New Additions to the Storage Box System
In recent days, I've made some noteworthy enhancements to my storage boxes system by uploading a bunch of additional 3D models. These latest additions target one specific area: missing divider layouts. My primary reason for ...

Stronger 3D Printed Parts with Vertical Perimeter Linking
One issue with fused filament fabrication is the weakness introduced into the parts at the layer boundaries. I had this simple idea of how especially straight sections of 3D prints could be improved on regular ...

Candlelight Emulation β Complexity with Layering
In this blog post I explain the microcontroller firmware that emulates candlelight in more detail. You can apply the explained techniques in similar situations to get organic effects on CPU and RAM-limited platforms. I will ...