Add comment for font list
This commit is contained in:
parent
62f48fe170
commit
cddefbcae9
|
@ -10,6 +10,8 @@
|
|||
#ifndef U8G2_FONT_TABLE_EXTRA
|
||||
//
|
||||
// Add a U8G2_FONT_TABLE_ENTRY for each font you want to compile into the image
|
||||
// See https://github.com/olikraus/u8g2/wiki/fntlistall for a complete list of
|
||||
// available fonts. Drop the 'u8g2_' prefix when you add them here.
|
||||
#define U8G2_FONT_TABLE \
|
||||
U8G2_FONT_TABLE_ENTRY(font_6x10_tf) \
|
||||
U8G2_FONT_TABLE_ENTRY(font_unifont_t_symbols) \
|
||||
|
|
Loading…
Reference in New Issue