Tc Unicode Helper
Classes | Functions
tcUnicodeU8G2.h File Reference

Adds tcUnicode support to the U8G2 library, only include when U8G2 is on your library path. To create a U8G2 pipeline instance simply call newU8G2TextPipeline() More...

Go to the source code of this file.

Classes

class  tcgfx::U8g2TextPlotPipeline
 

Functions

U8g2TextPlotPipeline * tcgfx::newU8G2TextPipeline (U8G2 *graphics)
 

Detailed Description

Adds tcUnicode support to the U8G2 library, only include when U8G2 is on your library path. To create a U8G2 pipeline instance simply call newU8G2TextPipeline()

Function Documentation

◆ newU8G2TextPipeline()

U8g2TextPlotPipeline* tcgfx::newU8G2TextPipeline ( U8G2 *  graphics)

Create a plotter pipeline that draws onto U8G2 library. Simply provide this as the first parameter to the creation of a TcUnicodeHelper.

Parameters
gfxthe graphics pointer
Returns
a new text pipeline for U8G2