Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion TFT/src/User/Variants/pin_MKS_TFT35_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down