mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937)
This commit is contained in:
parent
8ce2254aa6
commit
f58934c4ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue