Browse Source

🩹 Fix SainSmart LCD (#24672)

DejitaruJin 1 year ago
parent
commit
6704c0bc4c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/inc/Conditionals_LCD.h

+ 1
- 0
Marlin/src/inc/Conditionals_LCD.h View File

373
 
373
 
374
   #define LCD_I2C_TYPE_PCF8575    // I2C Character-based 12864 display
374
   #define LCD_I2C_TYPE_PCF8575    // I2C Character-based 12864 display
375
   #define LCD_I2C_ADDRESS 0x27    // I2C Address of the port expander
375
   #define LCD_I2C_ADDRESS 0x27    // I2C Address of the port expander
376
+  #define IS_ULTIPANEL 1
376
 
377
 
377
   #if ENABLED(LCD_SAINSMART_I2C_2004)
378
   #if ENABLED(LCD_SAINSMART_I2C_2004)
378
     #define LCD_WIDTH 20
379
     #define LCD_WIDTH 20

Loading…
Cancel
Save