From 83eea927af8c1f06eca047924dfd0d72f079c493 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 17 Oct 2022 13:23:42 -0500 Subject: [PATCH] just remove invalid pins --- Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h b/Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h index 8212977fdaa95..1461210361078 100644 --- a/Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h +++ b/Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h @@ -290,12 +290,9 @@ * for backlight configuration see steps 2 (V2.1) and 3 in https://wiki.fysetc.com/Mini12864_Panel/ */ - //#define LCD_PINS_RS EXP1_03_PIN // CS - //#define LCD_PINS_ENABLE PA3 // MOSI #define LCD_BACKLIGHT_PIN -1 #define NEOPIXEL_PIN EXP1_07_PIN #define LCD_CONTRAST 255 - //#define LCD_RESET_PIN EXP1_05_PIN #define DOGLCD_CS EXP1_03_PIN #define DOGLCD_A0 EXP1_01_PIN