Header() and drawDatumMarker() functions

I'm experimenting with Bodmer's excellent TFT_eSPI library.
Actually I'm trying to run the example 'All_Free_Fonts_Demo' using PlatformIO on ESP32.
The error messages say that header() and drawDatumMarker() are not defined in this scope. The documentation mentions that they use a class 'print' but,
There's no class with that name in the TFT_eSPI library;
AFAIK there's no class with that name in Arduino.h.
What is going on here?

Hi @pagemaker .
already searched here?

RV mineirin

This is just a very misleading error message.
The prototypes are not defined.
By accident I scrolled to the end of the file; and there are the functions.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.