Rename LCD conditionals (#19533)
This commit is contained in:
@ -98,7 +98,7 @@
|
||||
//
|
||||
|
||||
/*
|
||||
#if HAS_SPI_LCD
|
||||
#if HAS_WIRED_LCD
|
||||
#define LCD_PINS_RS 40
|
||||
#define LCD_PINS_ENABLE 41
|
||||
#define LCD_PINS_D4 42
|
||||
|
@ -130,7 +130,7 @@
|
||||
//
|
||||
#define SDSS 39 // 8
|
||||
|
||||
#if HAS_SPI_LCD
|
||||
#if HAS_WIRED_LCD
|
||||
#define LCD_PINS_RS 40
|
||||
#define LCD_PINS_ENABLE 41
|
||||
#define LCD_PINS_D4 42
|
||||
|
Reference in New Issue
Block a user