I am programming a CYD in Micropython and would like to use larger font than 8 pixels. Any suggestions?
1 Answers
Hello Alf,
Take a look at our guide: MicroPython: ESP32 Cheap Yellow Display Board – CYD (ESP32-2432S028R)
If you look at the section “Load Custom Font and Display Text – Code“:
You need to load a custom font in order to use larger fonts, I recommend trying the “Unispace12x24.c” font as I show in the tutorial.
I hope this helps! Regards,
Rui