Skip to content

Commit

Permalink
MKS Robin Pins fixes for STM32 and STM32F1 (MarlinFirmware#20404)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
  • Loading branch information
2 people authored and zillarob committed Feb 25, 2021
1 parent 87c8e54 commit a7b9f86
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/**
* MKS Robin nano (STM32F130VET6) board pin assignments
* https://github.com/makerbase-mks/MKS-Robin-Nano-V1.X/tree/master/hardware
*/

#if NOT_TARGET(STM32F1, STM32F1xx)
Expand Down Expand Up @@ -165,18 +166,14 @@

/**
* Note: MKS Robin TFT screens use various TFT controllers.
* If the screen stays white, disable 'LCD_RESET_PIN'
* If the screen stays white, disable 'TFT_RESET_PIN'
* to let the bootloader init the screen.
*/

// Shared FSMC Configs
#if HAS_FSMC_TFT
#define DOGLCD_MOSI -1 // prevent redefine Conditionals_post.h
#define DOGLCD_SCK -1

#define FSMC_CS_PIN PD7 // NE4
#define FSMC_RS_PIN PD11 // A0

#define TOUCH_CS_PIN PA7 // SPI2_NSS
#define TOUCH_SCK_PIN PB13 // SPI2_SCK
#define TOUCH_MISO_PIN PB14 // SPI2_MISO
Expand Down

0 comments on commit a7b9f86

Please sign in to comment.