Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#919 from zaubara/Marlin_v1
Browse files Browse the repository at this point in the history
Fixes typo for lcd backlighting on I2C PCF8575
  • Loading branch information
nothinman committed May 15, 2014
2 parents 9db9842 + 92e1429 commit 88b4946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/ultralcd_implementation_hitachi_HD44780.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 88b4946

Please sign in to comment.