We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When adding a .c file with a custom font definition, you need to define the "fontdatatype" type at the top of the file, just like it is done in https://github.com/gnulabis/UTFT-ESP/blob/master/UTFT/DefaultFonts.c:
if defined(ESP8266) || defined(ESP32) #include <Arduino.h> #include <pgmspace.h> #define fontdatatype const uint8_t #endif