mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-04-23 16:01:42 +00:00
🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937)
This commit is contained in:
parent
975089a954
commit
f47ece0725
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
||||||
#define TFT_CS_PIN FSMC_CS_PIN
|
#define TFT_CS_PIN FSMC_CS_PIN
|
||||||
#define TFT_RS_PIN FSMC_RS_PIN
|
#define TFT_RS_PIN FSMC_RS_PIN
|
||||||
|
|
||||||
#define LCD_RESET_PIN PF6
|
#define LCD_RESET_PIN PC6
|
||||||
#define LCD_BACKLIGHT_PIN PD13
|
#define LCD_BACKLIGHT_PIN PD13
|
||||||
|
|
||||||
#define TFT_BUFFER_SIZE 14400
|
#define TFT_BUFFER_SIZE 14400
|
||||||
|
|
Loading…
Add table
Reference in a new issue