A driver implementation for SH1106 OLED displays
#include <oled_sh1106.h>
Public Member Functions | |
void | Update () |
Public Member Functions inherited from daisy::SSD130xDriver< width, height, Transport > | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from daisy::SSD130xDriver< width, height, Transport > | |
Transport | transport_ |
uint8_t | buffer_ [width *height/8] |
|
inline |
Update the display