Merge pull request #919 from zaubara/Marlin_v1

Fixes typo for lcd backlighting on I2C PCF8575
This commit is contained in:
nothinman 2014-05-15 15:51:14 +01:00
commit 88b494678f

View file

@ -297,7 +297,7 @@ static void lcd_implementation_init()
B00000
}; //thanks Sonny Mounicou
#if defined(LCDI2C_TYPE_PCF8575)
#if defined(LCD_I2C_TYPE_PCF8575)
lcd.begin(LCD_WIDTH, LCD_HEIGHT);
#ifdef LCD_I2C_PIN_BL
lcd.setBacklightPin(LCD_I2C_PIN_BL,POSITIVE);