This class is for drawing to a monochrome OLED display.
#include <oled_color_display.h>
Classes | |
struct | Config |
Additional Inherited Members | |
Protected Attributes inherited from daisy::ColorGraphicsDisplay | |
uint16_t | currentX_ |
uint16_t | currentY_ |
|
inline |
|
inlinevirtual |
|
inlineoverridevirtual |
Sets the pixel at the specified coordinate to be on/off.
x | x Coordinate |
y | y coordinate |
on | on or off |
Implements daisy::ColorGraphicsDisplay.
|
inlineoverridevirtual |
Fills the entire display with either on/off.
on | Sets on or off. |
Implements daisy::ColorGraphicsDisplay.
|
inlineoverridevirtual |
Implements daisy::ColorGraphicsDisplay.
|
inline |
|
inlinevirtual |
Set background color
red | Red color |
green | Green color |
blue | Blue color |
Implements daisy::ColorGraphicsDisplay.
|
inlinevirtual |
Set foreground color
red | Red color |
green | Green color |
blue | Blue color |
Implements daisy::ColorGraphicsDisplay.
|
inlineoverridevirtual |
Writes the current display buffer to the OLED device using SPI or I2C depending on how the object was initialized.
Implements daisy::ColorGraphicsDisplay.
|
inlineoverridevirtual |
Implements daisy::ColorGraphicsDisplay.