🎨 Guard some LCD_SERIAL_PORT (#937)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2023-06-01 15:23:07 -07:00 committed by GitHub
parent a73e3986e3
commit 3e1e975595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 10 deletions

View file

@ -3144,7 +3144,6 @@
//#define LCD_SCREEN_ROTATE 90 // Portrait Mode or 800x480 displays
//#define IA_CREALITY_BOOT_DELAY 1500 // (ms)
#endif
#define LCD_SERIAL_PORT 1
//
// Touch-screen LCD for Malyan M200/M300 printers

View file

@ -1999,6 +1999,7 @@
// Additional options for DGUS / DWIN displays
//
#if HAS_DGUS_LCD
#define LCD_SERIAL_PORT 1
#define LCD_BAUDRATE 115200
#define DGUS_RX_BUFFER_SIZE 128

View file

@ -3154,7 +3154,6 @@
//#define LCD_SCREEN_ROTATE 90 // Portrait Mode or 800x480 displays
//#define IA_CREALITY_BOOT_DELAY 1500 // (ms)
#endif
#define LCD_SERIAL_PORT 2
//
// Touch-screen LCD for Malyan M200/M300 printers

View file

@ -1999,6 +1999,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

View file

@ -3155,7 +3155,6 @@
//#define LCD_SCREEN_ROTATE 90 // Portrait Mode or 800x480 displays
//#define IA_CREALITY_BOOT_DELAY 1500 // (ms)
#endif
#define LCD_SERIAL_PORT 3
//
// Touch-screen LCD for Malyan M200/M300 printers

View file

@ -1999,6 +1999,7 @@
// Additional options for DGUS / DWIN displays
//
#if HAS_DGUS_LCD
#define LCD_SERIAL_PORT 3
#define LCD_BAUDRATE 115200
#define DGUS_RX_BUFFER_SIZE 128