Browse Source

🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879)

Jelmer van der Stel 3 years ago
parent
commit
f4b41fcc3f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_post.h

+ 1
- 1
Marlin/src/inc/Conditionals_post.h View File

459
 
459
 
460
 #endif
460
 #endif
461
 
461
 
462
-#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)
462
+#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)
463
   #define REINIT_NOISY_LCD 1  // Have the LCD re-init on SD insertion
463
   #define REINIT_NOISY_LCD 1  // Have the LCD re-init on SD insertion
464
 #endif
464
 #endif
465
 
465
 

Loading…
Cancel
Save