DWIN LCD for BTT SKR Mini E3 (#22288)

This commit is contained in:
Krzysztof Błażewicz
2021-07-07 04:10:40 +02:00
committed by Scott Lahteine
parent ee64081696
commit 6b2370fd7c
3 changed files with 56 additions and 30 deletions

View File

@ -1078,7 +1078,11 @@
#if ENABLED(DWIN_CREALITY_LCD)
#define SERIAL_CATCHALL 0
#ifndef LCD_SERIAL_PORT
#define LCD_SERIAL_PORT 3 // Creality 4.x board
#if MB(BTT_SKR_MINI_E3_V1_0, BTT_SKR_MINI_E3_V1_2, BTT_SKR_MINI_E3_V2_0, BTT_SKR_E3_TURBO)
#define LCD_SERIAL_PORT 1
#else
#define LCD_SERIAL_PORT 3 // Creality 4.x board
#endif
#endif
#endif