Browse Source

Give TALL_FONT_CORRECTION a default

AnHardt 9 years ago
parent
commit
76b12edecf
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/dogm_lcd_implementation.h

+ 4
- 0
Marlin/dogm_lcd_implementation.h View File

@@ -110,6 +110,10 @@
110 110
   #define LCD_WIDTH_EDIT       22
111 111
 #endif
112 112
 
113
+#ifndef TALL_FONT_CORRECTION
114
+  #define TALL_FONT_CORRECTION 0
115
+#endif
116
+
113 117
 #define START_ROW              0
114 118
 
115 119
 // LCD selection

Loading…
Cancel
Save