Browse Source

Minor cleanup

Scott Lahteine 5 years ago
parent
commit
880f73d471
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/src/feature/leds/pca9533.h

+ 0
- 1
Marlin/Configuration_adv.h View File

1423
   //#define LCD_LANGUAGE_3 de
1423
   //#define LCD_LANGUAGE_3 de
1424
   //#define LCD_LANGUAGE_4 es
1424
   //#define LCD_LANGUAGE_4 es
1425
   //#define LCD_LANGUAGE_5 it
1425
   //#define LCD_LANGUAGE_5 it
1426
-  //#define LCD_LANGUAGE_6 hu
1427
 
1426
 
1428
   // Use a numeric passcode for "Screen lock" keypad.
1427
   // Use a numeric passcode for "Screen lock" keypad.
1429
   // (recommended for smaller displays)
1428
   // (recommended for smaller displays)

+ 1
- 1
Marlin/src/feature/leds/pca9533.h View File

31
 #define ENABLE_I2C_PULLUPS
31
 #define ENABLE_I2C_PULLUPS
32
 
32
 
33
 // Chip address (for Wire)
33
 // Chip address (for Wire)
34
-#define PCA9533_Addr        0xC4 
34
+#define PCA9533_Addr        0xC4
35
 
35
 
36
 // Control registers
36
 // Control registers
37
 #define PCA9533_REG_READ    0x00
37
 #define PCA9533_REG_READ    0x00

Loading…
Cancel
Save