Printing Text on T-OLED with ESP32 Thing Plus

I have been trying to print text on T-OLED with ESP32. I read so many things in forum page. I guess, ı should implement my font on ESP32 but it is so complicated. So, what is the most easily way to print text on T-OLED with ESP32?

Hi f.aksu267,

If you’re using the [HyperDisplay Library, the default font will only work on AVR-based microcontrollers as it is based on the [MicroView Font. In order to use fonts with ESP32, you’ll need to create a custom one. There is some information in the [“Using Windows” section of that same tutorial for HyperDisplay I linked above in the “Characters” sub-section.](Everything You Should Know About HyperDisplay - SparkFun Learn)](https://learn.sparkfun.com/tutorials/microview-hookup-guide)](https://learn.sparkfun.com/tutorials/everything-you-should-know-about-hyperdisplay)