I use LILYGOTTGO 1,54-inch wrist e-paper.
I try to use some fonts from u8g2_fonts.c, but I don't know how to do this. I added
#include <u8g2_fonts.h>
to the beginning of my source and
display.setFont(u8g2_font_unifont_t_cyrillic);
to the setup, but I get the error
'u8g2_font_unifont_t_cyrillic' was not declared in this scope