SSD1306 OLED Driver

~/SOFTWARE/OLED/*.jpg

01.jpg
02.jpg

~/SOFTWARE/OLED.info

Python just ain't my style.

The problem: Controlling an OLED from a Raspberry Pi clone, needs to update fast.

The solution:
- Eat the datasheet
- Bash head (repeat x3)
- Write a font literally bit-by-bit

The outcome:
A performant OLED driver with writing capabilities!

This one has served me well over the years.

Project Link