mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
Trying to fix weird diff on ultralcd_implementation_hitachi_HD44780.h
This commit is contained in:
parent
5c70c785f5
commit
f295712008
1 changed files with 3 additions and 2 deletions
|
@ -294,6 +294,7 @@ static void lcd_implementation_init()
|
||||||
B00000,
|
B00000,
|
||||||
B00000
|
B00000
|
||||||
}; //thanks Sonny Mounicou
|
}; //thanks Sonny Mounicou
|
||||||
|
|
||||||
#if defined(LCDI2C_TYPE_PCF8575)
|
#if defined(LCDI2C_TYPE_PCF8575)
|
||||||
lcd.begin(LCD_WIDTH, LCD_HEIGHT);
|
lcd.begin(LCD_WIDTH, LCD_HEIGHT);
|
||||||
#ifdef LCD_I2C_PIN_BL
|
#ifdef LCD_I2C_PIN_BL
|
||||||
|
|
Loading…
Reference in a new issue