Fix up conditions, comments

This commit is contained in:
Scott Lahteine
2020-08-23 02:45:58 -05:00
parent 6036a0df6b
commit b36163d53a
6 changed files with 12 additions and 18 deletions

View File

@ -74,7 +74,7 @@
#undef E0_CS_PIN
#undef E1_CS_PIN
#if ENABLED(ULTRA_LCD, REPRAPWORLD_GRAPHICAL_LCD, CR10_STOCKDISPLAY) && !BOTH(NEWPANEL, PANEL_ONE)
#if ENABLED(ULTRA_LCD) && NONE(REPRAPWORLD_GRAPHICAL_LCD, CR10_STOCKDISPLAY) && !BOTH(NEWPANEL, PANEL_ONE)
#if DISABLED(MKS_12864OLED) || ENABLED(MKS_12864OLED_SSD1306)
#undef LCD_PINS_RS
#define LCD_PINS_RS 42 // 3DYMY boards pin 16 -> 42

View File

@ -174,7 +174,7 @@
#define LCD_PINS_D6 32
#define LCD_PINS_D7 30
#elif ENABLED(BOARD_REV_1_5, ULTRA_LCD)
#elif BOTH(BOARD_REV_1_5, ULTRA_LCD)
#define BEEPER_PIN 18