Public Member Functions | |
| AdafruitTextPlotPipeline (Adafruit_GFX *gfx) | |
| void | drawPixel (uint16_t x, uint16_t y, uint32_t dc) override |
| void | setCursor (const Coord &where) override |
| Coord | getCursor () override |
| Coord | getDimensions () override |
|
overridevirtual |
Draw a pixel onto the device at the given coordinates
| x | the x position increases left to right |
| y | the y position increases top to bottom |
| color | the color in whatever format the device uses |
Implements TextPlotPipeline.
|
overridevirtual |
Implements TextPlotPipeline.
|
overridevirtual |
Implements TextPlotPipeline.
|
overridevirtual |
Set the position that the next text will be printed at, handling of offscreen is minimal, and just stops rendering
| where | the coordinate to draw at |
Implements TextPlotPipeline.