Compare commits

...

2 Commits

2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ baseurl: "/"
url: "https://andrewconl.in"
author: Andrew Conlin
version: v25.2.U0306
version: v25.3.PU0306
defaults:
# blog

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!