A driver implementation for the SSD1307
#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 () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Update the display
|
inline |
Has update finished
|
inline |