File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ class Seg14x4(HT16K33):
146
146
"""Alpha-Numeric 14-segment display.
147
147
148
148
:param I2C i2c: The I2C bus object
149
- :param int|list|tuple address: The I2C address(es) for the display. Can be a tuple or list for multiple displays.
149
+ :param int|list|tuple address: The I2C address(es) for the display. Can be a tuple or
150
+ list for multiple displays.
150
151
:param bool auto_write: True if the display should immediately change when set. If False,
151
152
`show` must be called explicitly.
152
153
:param int chars_per_display: A number between 1-8 represesenting the number of characters
@@ -488,7 +489,8 @@ class Seg7x4(_AbstractSeg7x4):
488
489
supports displaying a limited set of characters.
489
490
490
491
:param I2C i2c: The I2C bus object
491
- :param int|list|tuple address: The I2C address for the display. Can be a tuple or list for multiple displays.
492
+ :param int|list|tuple address: The I2C address for the display. Can be a tuple or list for
493
+ multiple displays.
492
494
:param bool auto_write: True if the display should immediately change when set. If False,
493
495
`show` must be called explicitly.
494
496
:param dict char_dict: An optional dictionary mapping strings to bit settings integers used
You can’t perform that action at this time.
0 commit comments