Compiling for ESP32 with more fonts?
Posted: Thu Jun 06, 2019 5:12 pm
I found a list of possible fonts to use under components/u8g2/u8g2/src/clib/u8g2.h for the nodemcu-firmware source, but if I follow the documentation here and add it to the fonts list in menuconfig, I get a compile error:
Is there a list of compatible fonts floating around? do I need to provide other source files for u8g2 to compile properly with the font I'm after?
Code: Select all
nodemcu-firmware-esp32/components/modules/u8g2.c:814:53: error: 'u8g2_u8g2_font_t0_16b_tf' undeclared here (not in a function)
Is there a list of compatible fonts floating around? do I need to provide other source files for u8g2 to compile properly with the font I'm after?