Software
DIT Graphic Libraries - A Framebuffer for the SSD1306 display controller IC
The source code can be found on GitHub.
The SSD1306 is a graphical display controller IC, that is used in a number of small size OLED displays.
This library provides a framebuffer that can be used in a double buffering implementation to cache content for the SSD1306 IC.
If you are not yet familiar with the concept of framebuffers, please read the Framebuffer article on Wikipedia.
Files in this library
Framebuffer_SSD1306.h |
Global declarations for the SSD1306 framebuffer library |
Framebuffer_SSD1306.c |
Implementation of the SSD1306 framebuffer library |
Notes
This library is currently implemented for the Atmel Software Foundation only.
You can get rid of this dependency by
- removing
#include <asf.h>
- defining your own
enum status_code