Class daisy::SSD1327Driver¶
template <size_t width, size_t height, typename Transport>
ClassList > daisy > SSD1327Driver
#include <oled_ssd1327.h>
Classes¶
Type | Name |
---|---|
struct | Config |
Public Functions¶
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 | Set_Color (uint8_t in_col) |
void | Update () |
size_t | Width () const |
Protected Attributes¶
Type | Name |
---|---|
uint8_t | buffer_ |
uint8_t | color_ |
Transport | transport_ |
Detailed Description¶
A driver implementation for the SSD1327
Public Functions Documentation¶
function DrawPixel¶
function Fill¶
function Height¶
function Init¶
function Set_Color¶
function Update¶
Update the display
function Width¶
Protected Attributes Documentation¶
variable buffer_¶
variable color_¶
variable transport_¶
The documentation for this class was generated from the following file external-docs/libDaisy/src/dev/oled_ssd1327.h