I'm using the 7" RA8875 (SPI) display with a Teensy 4.1. Most of the display work is done using the Adafruit GFX library fonts. However, on project boot, a non-GFX font is used which is smaller than the smallest Adafruit (9pt) fonts. I believe this font is the default font shipped with the display, but I'm not sure. Does anyone know how to use the tft.setFont(&WhateverFont) call for the embedded font??
I'm using Win 10 Home with 32GB, IDE 2.3.4, and the Teensy 4.1 microprocessor and TeensyDuino 1.59.
Tried both forms and the text just doesn't appear. My guess is because I don't have a #include for the font. Is there a font name to tie to the "built-in" font?
I set the color after the null pointer call. I changed the order so the text color call is made first and that appears to work. It's late here, so I'll check it out more completely tomorrow.