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 320
320
#if ENABLED (REPRAPWORLD_GRAPHICAL_LCD )
321
321
322
322
#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)
324
324
#define LCD_PINS_D4 52 // SCK (CLK) clock
325
325
326
326
#elif ALL (IS_NEWPANEL , PANEL_ONE )
327
327
328
328
#define LCD_PINS_RS 40
329
- #define LCD_PINS_ENABLE 42
329
+ #define LCD_PINS_EN 42
330
330
#define LCD_PINS_D4 65
331
331
#define LCD_PINS_D5 66
332
332
#define LCD_PINS_D6 44
337
337
#if ENABLED (CR10_STOCKDISPLAY )
338
338
339
339
#define LCD_PINS_RS 27
340
- #define LCD_PINS_ENABLE 29
340
+ #define LCD_PINS_EN 29
341
341
#define LCD_PINS_D4 25
342
342
343
343
#if !IS_NEWPANEL
347
347
#elif ENABLED (ZONESTAR_LCD )
348
348
349
349
#define LCD_PINS_RS 64
350
- #define LCD_PINS_ENABLE 44
350
+ #define LCD_PINS_EN 44
351
351
#define LCD_PINS_D4 63
352
352
#define LCD_PINS_D5 40
353
353
#define LCD_PINS_D6 42
365
365
#define DOGLCD_A0 LCD_PINS_DC
366
366
#else
367
367
#define LCD_PINS_RS 16
368
- #define LCD_PINS_ENABLE 17
368
+ #define LCD_PINS_EN 17
369
369
#define LCD_PINS_D4 23
370
370
#define LCD_PINS_D5 25
371
371
#define LCD_PINS_D6 27
You can’t perform that action at this time.
0 commit comments