Skip to content

Commit

Permalink
🩹 Fix DWIN E3V2 display issues by allowing re-init (MarlinFirmware#23879
Browse files Browse the repository at this point in the history
)
  • Loading branch information
steljwagh authored and LCh-77 committed Mar 16, 2022
1 parent acc2074 commit 82dd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@

#endif

#if PIN_EXISTS(SD_DETECT) && NONE(HAS_GRAPHICAL_TFT, LCD_USE_DMA_FSMC, HAS_FSMC_GRAPHICAL_TFT, HAS_SPI_GRAPHICAL_TFT, IS_DWIN_MARLINUI, EXTENSIBLE_UI, DWIN_CREALITY_LCD_JYERSUI)
#if PIN_EXISTS(SD_DETECT) && NONE(HAS_GRAPHICAL_TFT, LCD_USE_DMA_FSMC, HAS_FSMC_GRAPHICAL_TFT, HAS_SPI_GRAPHICAL_TFT, IS_DWIN_MARLINUI, EXTENSIBLE_UI, HAS_DWIN_E3V2)
#define REINIT_NOISY_LCD 1 // Have the LCD re-init on SD insertion
#endif

Expand Down

0 comments on commit 82dd2bb

Please sign in to comment.