Sfoglia il codice sorgente

Fix SKR E3 DIP pin CLCD_SPI_CS (#20078)

Gustavo Alvarez 3 anni fa
parent
commit
6ce1eeb4ae
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_BTT_SKR_E3_DIP.h

+ 1
- 1
Marlin/src/pins/stm32f1/pins_BTT_SKR_E3_DIP.h Vedi File

@@ -264,7 +264,7 @@
264 264
   #define BEEPER_PIN                        PB6
265 265
 
266 266
   #define CLCD_MOD_RESET                    PA9
267
-  #define CLCD_SPI_CS                       PA8
267
+  #define CLCD_SPI_CS                       PB8
268 268
 
269 269
 #endif // TOUCH_UI_FTDI_EVE && LCD_FYSETC_TFT81050
270 270
 

Loading…
Annulla
Salva