Browse Source

✏️ Fix E3V2 display with BTT SKR Mini E3 v3 (#23719)

ellensp 2 years ago
parent
commit
26e4f70d7c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h

+ 1
- 1
Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h View File

@@ -156,7 +156,7 @@
156 156
 #define EXP1_09_PIN                         PA15
157 157
 #define EXP1_03_PIN                         PD6
158 158
 
159
-#if EITHER(DWIN_CREALITY_LCD, IS_DWIN_MARLINUI)
159
+#if HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
160 160
   /**
161 161
    *        ------                ------                ------
162 162
    * (ENT) |10  9 | (BEEP)       |10  9 |              |10  9 |

Loading…
Cancel
Save