File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 320320 #if ENABLED (REPRAPWORLD_GRAPHICAL_LCD )
321321
322322 #define LCD_PINS_RS 49 // CS chip select /SS chip slave select
323- #define LCD_PINS_ENABLE 51 // SID (MOSI)
323+ #define LCD_PINS_EN 51 // SID (MOSI)
324324 #define LCD_PINS_D4 52 // SCK (CLK) clock
325325
326326 #elif ALL (IS_NEWPANEL , PANEL_ONE )
327327
328328 #define LCD_PINS_RS 40
329- #define LCD_PINS_ENABLE 42
329+ #define LCD_PINS_EN 42
330330 #define LCD_PINS_D4 65
331331 #define LCD_PINS_D5 66
332332 #define LCD_PINS_D6 44
337337 #if ENABLED (CR10_STOCKDISPLAY )
338338
339339 #define LCD_PINS_RS 27
340- #define LCD_PINS_ENABLE 29
340+ #define LCD_PINS_EN 29
341341 #define LCD_PINS_D4 25
342342
343343 #if !IS_NEWPANEL
347347 #elif ENABLED (ZONESTAR_LCD )
348348
349349 #define LCD_PINS_RS 64
350- #define LCD_PINS_ENABLE 44
350+ #define LCD_PINS_EN 44
351351 #define LCD_PINS_D4 63
352352 #define LCD_PINS_D5 40
353353 #define LCD_PINS_D6 42
365365 #define DOGLCD_A0 LCD_PINS_DC
366366 #else
367367 #define LCD_PINS_RS 16
368- #define LCD_PINS_ENABLE 17
368+ #define LCD_PINS_EN 17
369369 #define LCD_PINS_D4 23
370370 #define LCD_PINS_D5 25
371371 #define LCD_PINS_D6 27
You can’t perform that action at this time.
0 commit comments