Browse Source

Link to font docs in ultralcd_DOGM.cpp

pull/1/head
Scott Lahteine 6 years ago
parent
commit
ef81b5f03e
  1. 4
      Marlin/src/lcd/dogm/ultralcd_DOGM.cpp

4
Marlin/src/lcd/dogm/ultralcd_DOGM.cpp

@ -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"

Loading…
Cancel
Save