Skip to content

Commit

Permalink
🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Oct 13, 2021
1 parent 975089a commit f47ece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_MKS_ROBIN_PRO.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
#define TFT_CS_PIN FSMC_CS_PIN
#define TFT_RS_PIN FSMC_RS_PIN

#define LCD_RESET_PIN PF6
#define LCD_RESET_PIN PC6
#define LCD_BACKLIGHT_PIN PD13

#define TFT_BUFFER_SIZE 14400
Expand Down

0 comments on commit f47ece0

Please sign in to comment.