Tc Unicode Helper
Classes | Functions
tcUnicodeAdaGFX.h File Reference

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)
 

Detailed Description

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()

Function Documentation

◆ newAdafruitTextPipeline()

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.

Parameters
gfxthe adafruit graphics pointer
Returns
a new text pipeline for adafruit