mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
🩹 Fix SainSmart LCD (#24672)
This commit is contained in:
parent
b19d44ba0b
commit
6704c0bc4c
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@
|
|||
|
||||
#define LCD_I2C_TYPE_PCF8575 // I2C Character-based 12864 display
|
||||
#define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander
|
||||
#define IS_ULTIPANEL 1
|
||||
|
||||
#if ENABLED(LCD_SAINSMART_I2C_2004)
|
||||
#define LCD_WIDTH 20
|
||||
|
|
Loading…
Reference in a new issue