Browse Source

Fixed backlight for PCF8575.

Fixed backlight for PCF8575.

Signed-off-by: Christian Inci <chris.pcguy.inci@gmail.com>
Christian Inci 9 years ago
parent
commit
627f39e1e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd_implementation_hitachi_HD44780.h

+ 1
- 1
Marlin/ultralcd_implementation_hitachi_HD44780.h View File

@@ -393,7 +393,7 @@ static void lcd_implementation_init(
393 393
     lcd.begin(LCD_WIDTH, LCD_HEIGHT);
394 394
     #ifdef LCD_I2C_PIN_BL
395 395
       lcd.setBacklightPin(LCD_I2C_PIN_BL, POSITIVE);
396
-      lcd_implementation_update_indicators();
396
+      lcd.setBacklight(HIGH);
397 397
     #endif
398 398
 
399 399
   #elif ENABLED(LCD_I2C_TYPE_MCP23017)

Loading…
Cancel
Save