Adds tcUnicode support to the Adafruit_GFX library, only include when Adafruit_GFX is on your library path. To create a pipeline instance simply call newAdafruitTextPipeline()
More...
Go to the source code of this file.
Classes | |
class | tcgfx::AdafruitTextPlotPipeline |
Functions | |
AdafruitTextPlotPipeline * | tcgfx::newAdafruitTextPipeline (Adafruit_GFX *gfx) |
Adds tcUnicode support to the Adafruit_GFX library, only include when Adafruit_GFX is on your library path. To create a pipeline instance simply call newAdafruitTextPipeline()
Adds tcUnicode support to the Adafruit_GFX library, only include when Adafruit_GFX is on your library path. To create a pipeline instance simply call newTFT_eSPITextPipeline()
AdafruitTextPlotPipeline* tcgfx::newAdafruitTextPipeline | ( | Adafruit_GFX * | gfx | ) |
Create a plotter pipeline that draws onto adafruit library. Simply provide this as the first parameter to the creation of a TcUnicodeHelper.
gfx | the adafruit graphics pointer |