Graphics::setFont
Description
void Graphics::setFont( const GFXfont* | const uint8_t* font )
Graphics::setFont allows you to set a different font. By default the 3x5 pixel font is used.
Parameters
- const GFXfont* | const uint8_t* font: the font to use
Returns
none
Example
N/A