◆ drawPixel()
void tcgfx::TftSpiTextPlotPipeline::drawPixel |
( |
uint16_t |
x, |
|
|
uint16_t |
y, |
|
|
uint32_t |
color |
|
) |
| |
|
overridevirtual |
Draw a pixel onto the device at the given coordinates
- Parameters
-
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.
◆ getCursor()
Coord tcgfx::TftSpiTextPlotPipeline::getCursor |
( |
| ) |
|
|
overridevirtual |
◆ getDimensions()
Coord tcgfx::TftSpiTextPlotPipeline::getDimensions |
( |
| ) |
|
|
overridevirtual |
- Returns
- the dimensions of the underlying display object
Implements TextPlotPipeline.
◆ setCursor()
void tcgfx::TftSpiTextPlotPipeline::setCursor |
( |
const Coord & |
where | ) |
|
|
overridevirtual |
Set the position that the next text will be printed at, handling of offscreen is minimal, and just stops rendering
- Parameters
-
where | the coordinate to draw at |
Implements TextPlotPipeline.
The documentation for this class was generated from the following file: