OLED
A driver for 0.96in OLED in C
| 💻 Code | 📑 Datasheet |
This is a personal endeavour into primitive computer graphics and embedded systems, building off of a course project completed in the EE 615 Embedded Systems Laboratory at IIT Dharwad. The aim is to develop a robust display driver library written in pure C, with no dependencies other than standard C libraries.
The library is tailored for the SSD1306 display controller using I2C communication, and designed for the Tiva C series TM4C123GXL development board. Its modular design allows easy porting and modification for any microcontroller platform.
I work on this project in my free time, so it is still a work-in-progress.