A driver implementation for the SSD1327
#include <oled_ssd1327.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 () |
void | Set_Color (uint8_t in_col) |
Protected Attributes | |
Transport | transport_ |
uint8_t | buffer_ [width/2 *height] |
uint8_t | color_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Update the display
|
inline |
|
protected |
|
protected |
|
protected |