🔧 BOARD_LCD_SERIAL_PORT

This commit is contained in:
Scott Lahteine 2025-03-10 01:11:20 -05:00
parent fb4d465360
commit 82d3d78e31
17 changed files with 41 additions and 2 deletions

View file

@ -925,3 +925,10 @@
#if ALL(PELTIER_BED, PIDTEMPBED)
#warning "PELTIER_BED with PIDTEMPBED requires extra circuitry. Use with caution."
#endif
/**
* Board recommended LCD_SERIAL_PORT
*/
#if LCD_IS_SERIAL_HOST && defined(BOARD_LCD_SERIAL_PORT) && LCD_SERIAL_PORT != BOARD_LCD_SERIAL_PORT && DISABLED(NO_LCD_SERIAL_PORT_WARNING)
#warning "LCD_SERIAL_PORT overrides the default (BOARD_LCD_SERIAL_PORT)."
#endif

View file

@ -37,6 +37,8 @@
#define DEFAULT_MACHINE_NAME "Aquila"
#endif
#define BOARD_LCD_SERIAL_PORT 1
//
// Onboard crystal oscillator
//

View file

@ -34,6 +34,8 @@
#define USES_DIAG_JUMPERS
#define BOARD_LCD_SERIAL_PORT 1
// Onboard I2C EEPROM
#define I2C_EEPROM
#define MARLIN_EEPROM_SIZE 0x1000U // 4K (AT24C32)

View file

@ -38,6 +38,8 @@
#define DEFAULT_MACHINE_NAME "Panowin F1"
#endif
#define BOARD_LCD_SERIAL_PORT 2
//
// Limit Switches
//

View file

@ -59,6 +59,8 @@
#define BOARD_INFO_NAME "RAMPS 1.4"
#endif
#define BOARD_LCD_SERIAL_PORT 2
//
// Servos
//

View file

@ -38,6 +38,8 @@
#define MARLIN_EEPROM_SIZE EEPROM_PAGE_SIZE // 2K
#endif
#define BOARD_LCD_SERIAL_PORT 1
//
// Servos
//

View file

@ -41,6 +41,8 @@
#endif
#define BOARD_WEBSITE_URL "www.creality.com"
#define BOARD_LCD_SERIAL_PORT 2
//
// EEPROM
//

View file

@ -44,6 +44,8 @@
#define DEFAULT_MACHINE_NAME "Ender-3 S1"
#endif
#define BOARD_LCD_SERIAL_PORT 2
//
// Servos
//

View file

@ -28,6 +28,8 @@
#define BOARD_INFO_NAME "Creality v4.2.3"
#define DEFAULT_MACHINE_NAME "Creality3D"
#define BOARD_LCD_SERIAL_PORT 2
//
// Heaters
//

View file

@ -58,6 +58,8 @@
#define MARLIN_EEPROM_SIZE EEPROM_PAGE_SIZE // 2K
#endif
#define BOARD_LCD_SERIAL_PORT 2
//
// Servos
//

View file

@ -23,6 +23,8 @@
#define BOARD_INFO_NAME "BTT OCTOPUS V1.1"
#define BOARD_LCD_SERIAL_PORT 1
//
// Temperature Sensors
//

View file

@ -52,6 +52,8 @@
#define MARLIN_EEPROM_SIZE 0x1000U // 4K
#endif
#define BOARD_LCD_SERIAL_PORT 1
//
// Servos
//

View file

@ -48,6 +48,8 @@
//#undef DISABLE_DEBUG // DISABLE_(DEBUG|JTAG) is not supported for STM32F4.
//#define DISABLE_JTAG
#define BOARD_LCD_SERIAL_PORT 2
//
// EEPROM
//

View file

@ -47,6 +47,8 @@
// 32Mb FLASH
//#define SPI_FLASH_CS ?
#define BOARD_LCD_SERIAL_PORT 2
//
// Servos
//

View file

@ -23,6 +23,8 @@
#define BOARD_INFO_NAME "MKS Monster8 V1"
#define BOARD_LCD_SERIAL_PORT 1
//
// Limit Switches
//

View file

@ -34,8 +34,6 @@
// Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
#define LED_PIN PD8
// Onboard I2C EEPROM
#if ANY(NO_EEPROM_SELECTED, I2C_EEPROM)
#undef NO_EEPROM_SELECTED
@ -46,6 +44,10 @@
#define MARLIN_EEPROM_SIZE 0x1000U // 4K
#endif
#define BOARD_LCD_SERIAL_PORT 1
#define LED_PIN PD8
//
// Servos
//

View file

@ -41,6 +41,8 @@
#define USES_DIAG_JUMPERS
#define BOARD_LCD_SERIAL_PORT 1
// Onboard I2C EEPROM
#if ANY(NO_EEPROM_SELECTED, I2C_EEPROM)
#undef NO_EEPROM_SELECTED