Writing an OLED Display Driver in MicroZig https://hackaday.com/2025/03/08/writing-an-oled-display-driver-in-microzig/ #SoftwareDevelopment #Microcontrollers #microzig #ziglang #rp2040 #zig
Writing an OLED Display Driver in MicroZig - Although most people would use C, C++ or MicroPython for programming microcontroll... - https://hackaday.com/2025/03/08/writing-an-oled-display-driver-in-microzig/ #softwaredevelopment #microcontrollers #microzig #ziglang #rp2040 #zig
The last days, i reworked the #MicroZig build interface to closely match the original build.zig interface.
This is what it needs to build firmware for a #RaspberryPi #Pico now with #Zig.
This build script will even output a #uf2 file instead of a raw elf file, so you can just flash the compiler output directly!