Closed tahafathi2013 closed 8 months ago
Using Arial14 font:
Include font file to the sketch:
#include "st_fonts/Arial14.h"
Create Font object:
DMD_Standard_Font Arial_F(Arial_14);
Select font to use with text:
dmd.selectFont(&Arial_F);
Print the text with selected font:
dmd.drawStringX(0, 15, text, color);
See the examples for more info.
How set custom font to show text?? for example :
SystemFont5x7 Arial_black_16 Arial14
how set in code??