Browse Source

Merge pull request #919 from zaubara/Marlin_v1

Fixes typo for lcd backlighting on I2C PCF8575
nothinman 11 years ago
parent
commit
88b494678f
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

297
         B00000
297
         B00000
298
     }; //thanks Sonny Mounicou
298
     }; //thanks Sonny Mounicou
299
 
299
 
300
-#if defined(LCDI2C_TYPE_PCF8575)
300
+#if defined(LCD_I2C_TYPE_PCF8575)
301
     lcd.begin(LCD_WIDTH, LCD_HEIGHT);
301
     lcd.begin(LCD_WIDTH, LCD_HEIGHT);
302
   #ifdef LCD_I2C_PIN_BL
302
   #ifdef LCD_I2C_PIN_BL
303
     lcd.setBacklightPin(LCD_I2C_PIN_BL,POSITIVE);
303
     lcd.setBacklightPin(LCD_I2C_PIN_BL,POSITIVE);

Loading…
Cancel
Save