We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9e964 commit 964f620Copy full SHA for 964f620
adafruit_monsterm4sk.py
@@ -57,15 +57,15 @@
57
class MonsterM4sk:
58
"""Represents a single Monster M4sk
59
60
- The terms "left" and "right" are always used from the
61
- perspective of looking out of the mask.
62
- The right screen is the one USB port directly above it.
63
- """
+ The terms "left" and "right" are always used from the
+ perspective of looking out of the mask.
+ The right screen is the one USB port directly above it.
+ """
64
65
def __init__(self, i2c=None):
66
"""
67
- :param i2c: The I2C bus to use, will try board.I2C()
68
- if not supplied
+ :param i2c: The I2C bus to use, will try board.I2C()
+ if not supplied
69
70
71
displayio.release_displays()
0 commit comments