Browse Source

Remove extra NEWPANEL settings in Conditionals_LCD.h

Scott Lahteine 7 years ago
parent
commit
ef90b49fff
1 changed files with 1 additions and 12 deletions
  1. 1
    12
      Marlin/src/inc/Conditionals_LCD.h

+ 1
- 12
Marlin/src/inc/Conditionals_LCD.h View File

@@ -34,7 +34,6 @@
34 34
 
35 35
     #define DOGLCD
36 36
     #define ULTIPANEL
37
-    #define NEWPANEL
38 37
     #define DEFAULT_LCD_CONTRAST 90
39 38
     #define LCD_CONTRAST_MIN 60
40 39
     #define LCD_CONTRAST_MAX 140
@@ -43,7 +42,6 @@
43 42
 
44 43
     #define DOGLCD
45 44
     #define ULTIPANEL
46
-    #define NEWPANEL
47 45
     #define DEFAULT_LCD_CONTRAST 17
48 46
     #define U8GLIB_ST7565_64128N
49 47
 
@@ -51,7 +49,6 @@
51 49
 
52 50
     #define DOGLCD
53 51
     #define ULTIPANEL
54
-    #define NEWPANEL
55 52
     #define DEFAULT_LCD_CONTRAST 17
56 53
 
57 54
   #elif ENABLED(ANET_KEYPAD_LCD)
@@ -102,7 +99,6 @@
102 99
 
103 100
     #define U8GLIB_SSD1306
104 101
     #define ULTIPANEL
105
-    #define NEWPANEL
106 102
     #define REVERSE_ENCODER_DIRECTION
107 103
     #define REVERSE_MENU_DIRECTION
108 104
 
@@ -111,14 +107,12 @@
111 107
     #define LCD_I2C_TYPE_PCA8574
112 108
     #define LCD_I2C_ADDRESS 0x27   // I2C Address of the port expander
113 109
     #define ULTIPANEL
114
-    #define NEWPANEL
115 110
 
116 111
   #elif ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
117 112
 
118 113
     #define DOGLCD
119 114
     #define U8GLIB_ST7920
120 115
     #define ULTIPANEL
121
-    #define NEWPANEL
122 116
 
123 117
   #endif
124 118
 
@@ -143,7 +137,6 @@
143 137
    || ENABLED(G3D_PANEL)                        \
144 138
    || ENABLED(RIGIDBOT_PANEL)
145 139
     #define ULTIPANEL
146
-    #define NEWPANEL
147 140
   #endif
148 141
 
149 142
   #if ENABLED(REPRAPWORLD_KEYPAD)
@@ -165,7 +158,6 @@
165 158
     #define LCD_I2C_TYPE_PCF8575
166 159
     #define LCD_I2C_ADDRESS 0x27   // I2C Address of the port expander
167 160
     #define ULTIPANEL
168
-    #define NEWPANEL
169 161
 
170 162
   #elif ENABLED(LCD_I2C_PANELOLU2)
171 163
 
@@ -175,7 +167,6 @@
175 167
     #define LCD_I2C_ADDRESS 0x20 // I2C Address of the port expander
176 168
     #define LCD_USE_I2C_BUZZER //comment out to disable buzzer on LCD
177 169
     #define ULTIPANEL
178
-    #define NEWPANEL
179 170
 
180 171
   #elif ENABLED(LCD_I2C_VIKI)
181 172
 
@@ -191,7 +182,6 @@
191 182
     #define LCD_I2C_ADDRESS 0x20 // I2C Address of the port expander
192 183
     #define LCD_USE_I2C_BUZZER //comment out to disable buzzer on LCD (requires LiquidTWI2 v1.2.3 or later)
193 184
     #define ULTIPANEL
194
-    #define NEWPANEL
195 185
 
196 186
     #define ENCODER_FEEDRATE_DEADZONE 4
197 187
 
@@ -237,7 +227,6 @@
237 227
   #if ENABLED(SAV_3DLCD)
238 228
     #define SR_LCD_2W_NL    // Non latching 2 wire shift register
239 229
     #define ULTIPANEL
240
-    #define NEWPANEL
241 230
   #endif
242 231
 
243 232
   #if ENABLED(DOGLCD) // Change number of lines to match the DOG graphic display
@@ -250,7 +239,7 @@
250 239
   #endif
251 240
 
252 241
   #if ENABLED(ULTIPANEL)
253
-    #define NEWPANEL  //enable this if you have a click-encoder panel
242
+    #define NEWPANEL  // Disable this if you actually have no click-encoder panel
254 243
     #define ULTRA_LCD
255 244
     #ifndef LCD_WIDTH
256 245
       #define LCD_WIDTH 20

Loading…
Cancel
Save