File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
#define E_INK_HEIGHT 825
25
25
26
26
#define MCP23017_INT_ADDR 0x20
27
- #define MCP23017_EXT_ADDR 0x22
27
+ #define MCP23017_EXT_ADDR 0x21
28
28
#define MCP23017_INT_PORTA 0x00
29
29
#define MCP23017_INT_PORTB 0x01
30
30
#define MCP23017_INT_NO_MIRROR false
Original file line number Diff line number Diff line change 39
39
#define MCP23017_GPIOB 0x13
40
40
41
41
#define MCP23017_INT_ADDR 0x20
42
- #define MCP23017_EXT_ADDR 0x20
42
+ #define MCP23017_EXT_ADDR 0x21
43
43
44
44
// User pins on MCP for Inkplate 6
45
45
// Do not use others(0-8) cause they can permanently damage your screen
Original file line number Diff line number Diff line change 24
24
#define E_INK_HEIGHT 758
25
25
26
26
#define MCP23017_INT_ADDR 0x20
27
- #define MCP23017_EXT_ADDR 0x22
27
+ #define MCP23017_EXT_ADDR 0x21
28
28
#define MCP23017_INT_PORTA 0x00
29
29
#define MCP23017_INT_PORTB 0x01
30
30
#define MCP23017_INT_NO_MIRROR false
You can’t perform that action at this time.
0 commit comments