A driver implementation for the SSD1306/SSD1309
#include <oled_ssd130x.h>
Classes | |
| struct | Config |
Public Member Functions | |
| void | Init (Config config) |
| size_t | Width () const |
| size_t | Height () const |
| void | DrawPixel (uint_fast8_t x, uint_fast8_t y, bool on) |
| void | Fill (bool on) |
| void | Update () |
| bool | UpdateFinished () |
Protected Attributes | |
| Transport | transport_ |
| uint8_t | buffer_ [width *height/8] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Update the display
|
inline |
Has update finished
|
inline |
|
protected |
|
protected |