Skip to content
Snippets Groups Projects
Commit 1bcd47e6 authored by Anders Sahlman's avatar Anders Sahlman Committed by Scott Lahteine
Browse files

Correct MKS Robin Mini pins (#16178)

parent 1465fc06
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@
#define Z_MAX_PIN PC4
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN PF11 // MT_DET
#define FIL_RUNOUT_PIN PA4 // MT_DET
#endif
//
......@@ -119,13 +119,16 @@
#define FSMC_CS_PIN PD7 // NE4
#define FSMC_RS_PIN PD11 // A0
#define LCD_RESET_PIN PF6
#define LCD_RESET_PIN PC6
#define NO_LCD_REINIT // Suppress LCD re-initialization
#define LCD_BACKLIGHT_PIN PD13
#if ENABLED(TOUCH_BUTTONS)
#define TOUCH_CS_PIN PC2
#define TOUCH_SCK_PIN PB13
#define TOUCH_MOSI_PIN PB15
#define TOUCH_MISO_PIN PB14
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment