I tried to include Parola_Fonts_data.h but it would not compile yet the file is there when I open up the Parola Fonts example sketch.
My thoughts were to copy the SmallDigits code into the Parola_Fonts_data.h and then type in
MD_MAX79XX::fontType_t SmallDigits
Do I then need to set the font using P.setFont(SmallDigits); ?
It doesn't like the #include<Parola_Font_data.h> line so cannot go any further! The error reads "Error compiling for board Arduino Uno"
Not sure what the next step would be? As always any assistance will be much appreciated.
Steve