Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

//
Expand Down Expand Up @@ -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

Expand Down