Don't do the variable initialization inside the class definition if you want to store the font in the flash. As far as I know the PROGMEM marker does not work for class member variables, even if they are constant.
Don't do the variable initialization inside the class definition if you want to store the font in the flash. As far as I know the PROGMEM marker does not work for class member variables, even if they are constant.