[2025-03-06] Add link to official MicroZig SDD1306 driver

This commit is contained in:
Andrew Conlin 2025-03-06 17:55:22 +00:00
parent 291b1719b8
commit eacde41ed6

View File

@ -4,6 +4,8 @@ category: blog
title: Writing an OLED display driver in MicroZig
---
**Update 2025-03-06** / There is now an SDD1306 driver available in the [official MicroZig repository](https://github.com/ZigEmbeddedGroup/microzig/blob/main/drivers/display/ssd1306.zig).
# # Beginnings
Recently, I have been messing around with a Rapsberry Pi Pico. Initially, I started out with MicroPython, as this is what most of the documentation for working with the Pico uses. However, this was honestly a little boring, as I seem to end up doing every project in Python. I wanted something a little more engaging for my brain, a little *spicier*. It's Friday afternoon!