Class daisy::SH1106Driver¶
template <size_t width, size_t height, typename Transport>
ClassList > daisy > SH1106Driver
#include <oled_sh1106.h>
Inherits the following classes: daisy::SSD130xDriver
Public Functions¶
| Type | Name |
|---|---|
| void | Update () |
Public Functions inherited from daisy::SSD130xDriver¶
| Type | Name |
|---|---|
| void | DrawPixel (uint_fast8_t x, uint_fast8_t y, bool on) |
| void | Fill (bool on) |
| size_t | Height () const |
| void | Init (Config config) |
| void | Update () |
| bool | UpdateFinished () |
| size_t | Width () const |
Protected Attributes inherited from daisy::SSD130xDriver¶
| Type | Name |
|---|---|
| uint8_t | buffer_ |
| Transport | transport_ |
Detailed Description¶
A driver implementation for SH1106 OLED displays
Public Functions Documentation¶
function Update¶
Update the display
The documentation for this class was generated from the following file external-docs/libDaisy/src/dev/oled_sh1106.h