Link to font docs in ultralcd_DOGM.cpp

This commit is contained in:
Scott Lahteine 2018-12-07 19:08:31 -06:00
parent 4388015f1a
commit ef81b5f03e

View file

@ -59,6 +59,10 @@
#include "../../feature/bedlevel/ubl/ubl.h"
#endif
/**
* Include all needed font files
* (See http://marlinfw.org/docs/development/fonts.html)
*/
#include "fontdata/fontdata_ISO10646_1.h"
#if ENABLED(USE_SMALL_INFOFONT)
#include "fontdata/fontdata_6x9_marlin.h"