|
roo_display
API Documentation for roo_display
|
Adapter that turns a pixel writer into a single-color filler. More...
#include <buffered_drawing.h>
Public Member Functions | |
| BufferedPixelWriterFillAdapter (PixelWriter &writer, Color color) | |
| void | fillPixel (int16_t x, int16_t y) |
| Fill a pixel using the configured color. | |
Adapter that turns a pixel writer into a single-color filler.
Definition at line 80 of file buffered_drawing.h.
|
inline |
Definition at line 82 of file buffered_drawing.h.
References color.
|
inline |
Fill a pixel using the configured color.
Definition at line 86 of file buffered_drawing.h.
References roo_display::ClippingBufferedPixelWriter::writePixel().