#include <GraphicsDeviceRenderer.h>
Public Member Functions | |
DrawableTextPlotPipeline (DeviceDrawable *drawable) | |
void | drawPixel (uint16_t x, uint16_t y, uint32_t color) override |
void | setCursor (const Coord &where) override |
Coord | getCursor () override |
Coord | getDimensions () override |
This class implements TcUnicode's plot pipeline for tcMenu renderers, as a last resort way of drawing when we don't have a direct implementation for the hardware.