makerbase-mks / MKS-Monster8

MKS Monster8 is an 8-axis motherboard, which supports Voron printers and can run Marlin and Klipper firmware.
https://www.aliexpress.com/item/1005003183498253.html?spm=a2g0o.store_pc_home.productList_8356958.pic_0
GNU General Public License v3.0
109 stars 64 forks source link

Configuration for use MKS H43 on board Monster 8 V2 #17

Open LoloMake60 opened 2 years ago

LoloMake60 commented 2 years ago

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

LoloMake60 commented 2 years ago

image

MKS-hosiey commented 2 years ago

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

LoloMake60 commented 2 years ago

Hi,

Thank you perfect! It works!

I add #define LCD_SERIAL_PORT 1 in the advanced configuration. image

It works for screen e3v2. Add line under in pins_MKS_MONSTER8_common.h image

Thank!