We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to connect my MKS H43 screen to the monster 8 V2.
What is the configuration to use USART1?
For Marlin firmware.
Thank you
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
#if HAS_DGUS_LCD #define LCD_SERIAL_PORT 1 #define LCD_BAUDRATE 115200
Hello, you only need to configure the serial port to 1 in the advanced configuration, and the others are configured according to H43
Thank you perfect! It works!
I add #define LCD_SERIAL_PORT 1 in the advanced configuration.
It works for screen e3v2. Add line under in pins_MKS_MONSTER8_common.h
Thank!
No branches or pull requests
Hi,
I would like to connect my MKS H43 screen to the monster 8 V2.
What is the configuration to use USART1?
For Marlin firmware.
Thank you
The text was updated successfully, but these errors were encountered: