mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
🎨 Guard some LCD_SERIAL_PORT (#937)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
a73e3986e3
commit
3e1e975595
10 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue