Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove LCD_PINS_EN from LCD_I2C_PANELOLU2 #27284

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Jul 17, 2024

Description

LCD_I2C_PANELOLU2 on RAMPS type boards caused a false trigger of pin conflicts. When trying to use UART 2
LCD_PINS_EN is defined as pin 17 (RX2) but this pin is not used on this display

I have removed the LCD_PINS_EN defines from LCD_I2C_PANELOLU2 pin setup.

Requirements

Eg only
RAMPS + LCD_I2C_PANELOLU2 + SERIAL_PORT_2 2

Benefits

Works as expected

Configurations

See 2.1.2.4 eg https://github.com/user-attachments/files/16255517/Config.zip

Related Issues

  • [BUG] Ramps 1.4 + Panelolu2 + Serial2 - Incorrect Serial Port 2 pin conflict error #27278
  • @thinkyhead thinkyhead merged commit ce92eb4 into MarlinFirmware:bugfix-2.1.x Jul 17, 2024
    63 checks passed
    @ellensp ellensp deleted the update-lcd_i2c_panelolu2-pins-in-RAMPS branch July 18, 2024 01:54
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    [BUG] Ramps 1.4 + Panelolu2 + Serial2 - Incorrect Serial Port 2 pin conflict error
    2 participants