Current Lua downloadable firmware will be posted here

User avatar
By pyr0ball
#82699 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:

Code: Select allnodemcu-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?