diff --git a/TFT/src/User/Variants/pin_MKS_TFT35_V1_0.h b/TFT/src/User/Variants/pin_MKS_TFT35_V1_0.h index a6825b9d77..6cf3c80b50 100644 --- a/TFT/src/User/Variants/pin_MKS_TFT35_V1_0.h +++ b/TFT/src/User/Variants/pin_MKS_TFT35_V1_0.h @@ -75,6 +75,10 @@ #define LCD_DATA_16BIT 1 #endif +// USART6 pins for STM32F407VET6 +#define USART6_TX_PIN PC6 +#define USART6_RX_PIN PC7 + // SERIAL_PORT: communicating with host (Marlin, RRF etc.) // SERIAL_PORT_X: communicating with other controllers (OctoPrint, ESP3D, other UART Touch Screen etc.) #ifndef SERIAL_PORT @@ -142,7 +146,7 @@ // LCD Encoder pins // It can be added using available pins (PB0, PB1, PB4, PB5). Switch encoder/button to ground // Make sure to remap FIL_RUNOUT_PIN and PS_ON_PIN to unused pins to avoid conflicts (E.e. PE0, PE1, PE4, PE5) -// Mostly usefull for Marlin mode, which is not available because there are not EXP1/2 connectors on the display +// Mostly usefull for Marlin mode, which is not available because there are no EXP1/2 connectors on the display #ifndef LCD_ENCA_PIN #define LCD_ENCA_PIN PB0 #define LCD_ENCB_PIN PB1