Compare commits

..

No commits in common. "master" and "v25.2.U0306" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -4,8 +4,6 @@ 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!