Browse Source

🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937)

Keith Bennett 3 years ago
parent
commit
f58934c4ef
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_PRO.h

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_PRO.h View File

@@ -237,7 +237,7 @@
237 237
   #define TFT_CS_PIN                 FSMC_CS_PIN
238 238
   #define TFT_RS_PIN                 FSMC_RS_PIN
239 239
 
240
-  #define LCD_RESET_PIN                     PF6
240
+  #define LCD_RESET_PIN                     PC6
241 241
   #define LCD_BACKLIGHT_PIN                 PD13
242 242
 
243 243
   #define TFT_BUFFER_SIZE                  14400

Loading…
Cancel
Save