Hello,
I'm new with this library and I found it impressive so far. I'm converting the code to use in a Bluepill (STM32F103C8), all the graphics works pretty well, but I'm stuck in the fonts. I checked all the source code in the repository https://github.com/PaulStoffregen/ILI9341_t3, in the examples and fonts but I didn't find the source code for the function "print".
For example, in this code:
Everything is there, except the "print".
Can someone help pointing me in the right direction to find that source code?
Thanks a lot!
I'm new with this library and I found it impressive so far. I'm converting the code to use in a Bluepill (STM32F103C8), all the graphics works pretty well, but I'm stuck in the fonts. I checked all the source code in the repository https://github.com/PaulStoffregen/ILI9341_t3, in the examples and fonts but I didn't find the source code for the function "print".
For example, in this code:
Code:
tft.setTextColor(ILI9341_YELLOW);
tft.setFont(Arial_18);
tft.setCursor(98, 42);
tft.print("waiting for");
Can someone help pointing me in the right direction to find that source code?
Thanks a lot!