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) |
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()
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.
gfx | the graphics pointer |