Skip to content

Commit 719bb9c

Browse files
authored
🔧 LCD_PINS_ENABLE => LCD_PINS_EN (#27700)
1 parent 15ee0d0 commit 719bb9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Marlin/src/pins/rp2040/pins_RP2040.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,13 @@
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
@@ -337,7 +337,7 @@
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
@@ -347,7 +347,7 @@
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
@@ -365,7 +365,7 @@
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

0 commit comments

Comments
 (0)