From 50c01111719f6196147b8d4cf2c13c6c45e427f6 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 5 Oct 2023 18:15:46 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20CR-10=20Max=20followup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Creality/CR-10 Max/Configuration.h | 1 - config/examples/Creality/CR-10 Max/Configuration_adv.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/Creality/CR-10 Max/Configuration.h b/config/examples/Creality/CR-10 Max/Configuration.h index ca44f42216b..35bcca1e345 100644 --- a/config/examples/Creality/CR-10 Max/Configuration.h +++ b/config/examples/Creality/CR-10 Max/Configuration.h @@ -3165,7 +3165,6 @@ * :[ 'ORIGIN', 'FYSETC', 'HYPRECY', 'MKS', 'RELOADED', 'IA_CREALITY', 'E3S1PRO', 'CREALITY_TOUCH' ] */ #define DGUS_LCD_UI RELOADED -#define LCD_SERIAL_PORT 2 #if DGUS_UI_IS(MKS) #define USE_MKS_GREEN_UI #elif DGUS_UI_IS(IA_CREALITY) diff --git a/config/examples/Creality/CR-10 Max/Configuration_adv.h b/config/examples/Creality/CR-10 Max/Configuration_adv.h index 7d538376ebc..8c4649c6202 100644 --- a/config/examples/Creality/CR-10 Max/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Max/Configuration_adv.h @@ -2010,6 +2010,7 @@ // Additional options for DGUS / DWIN displays // #if HAS_DGUS_LCD + #define LCD_SERIAL_PORT 2 #define LCD_BAUDRATE 115200 #define DGUS_RX_BUFFER_SIZE 128