Browse Source

Link to font docs in ultralcd_DOGM.cpp

Scott Lahteine 6 years ago
parent
commit
ef81b5f03e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/lcd/dogm/ultralcd_DOGM.cpp

+ 4
- 0
Marlin/src/lcd/dogm/ultralcd_DOGM.cpp View File

59
   #include "../../feature/bedlevel/ubl/ubl.h"
59
   #include "../../feature/bedlevel/ubl/ubl.h"
60
 #endif
60
 #endif
61
 
61
 
62
+/**
63
+ * Include all needed font files
64
+ * (See http://marlinfw.org/docs/development/fonts.html)
65
+ */
62
 #include "fontdata/fontdata_ISO10646_1.h"
66
 #include "fontdata/fontdata_ISO10646_1.h"
63
 #if ENABLED(USE_SMALL_INFOFONT)
67
 #if ENABLED(USE_SMALL_INFOFONT)
64
   #include "fontdata/fontdata_6x9_marlin.h"
68
   #include "fontdata/fontdata_6x9_marlin.h"

Loading…
Cancel
Save