Minor cleanup
This commit is contained in:
parent
3fcb36d8dc
commit
880f73d471
2 changed files with 1 additions and 2 deletions
|
@ -1423,7 +1423,6 @@
|
||||||
//#define LCD_LANGUAGE_3 de
|
//#define LCD_LANGUAGE_3 de
|
||||||
//#define LCD_LANGUAGE_4 es
|
//#define LCD_LANGUAGE_4 es
|
||||||
//#define LCD_LANGUAGE_5 it
|
//#define LCD_LANGUAGE_5 it
|
||||||
//#define LCD_LANGUAGE_6 hu
|
|
||||||
|
|
||||||
// Use a numeric passcode for "Screen lock" keypad.
|
// Use a numeric passcode for "Screen lock" keypad.
|
||||||
// (recommended for smaller displays)
|
// (recommended for smaller displays)
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#define ENABLE_I2C_PULLUPS
|
#define ENABLE_I2C_PULLUPS
|
||||||
|
|
||||||
// Chip address (for Wire)
|
// Chip address (for Wire)
|
||||||
#define PCA9533_Addr 0xC4
|
#define PCA9533_Addr 0xC4
|
||||||
|
|
||||||
// Control registers
|
// Control registers
|
||||||
#define PCA9533_REG_READ 0x00
|
#define PCA9533_REG_READ 0x00
|
||||||
|
|
Reference in a new issue