Skip to content

Commit 16b87da

Browse files
authored
Merge pull request #140 from JamesRandom/pin-mapping
Fix pin mapping table formatting
1 parent 486533e commit 16b87da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RPLCD/i2c.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def __init__(self, i2c_expander, address, expander_params=None, port=1,
6969
Pin mapping::
7070
7171
7 | 6 | 5 | 4 | 3 | 2 | 1 | 0
72+
-- | -- | -- | -- | -- | -- | -- | --
7273
D7 | D6 | D5 | D4 | BL | EN | RW | RS
7374
7475
@@ -92,6 +93,7 @@ def __init__(self, i2c_expander, address, expander_params=None, port=1,
9293
Pin mapping::
9394
9495
7 | 6 | 5 | 4 | 3 | 2 | 1 | 0
96+
-- | -- | -- | -- | -- | - | -- | -
9597
BL | D7 | D6 | D5 | D4 | E | RS | -
9698
9799

0 commit comments

Comments
 (0)