We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545e946 commit 196b9dfCopy full SHA for 196b9df
adafruit_tm1814.py
@@ -87,7 +87,7 @@ def __init__( # noqa: PLR0913
87
*,
88
brightness: float = 1.0,
89
pixel_order: str = "WRGB",
90
- current_control: float | tuple[float, float, float, float] = 38.0,
+ current_control: float | tuple[float, float, float, float] = TM1814_MIN_CURRENT,
91
inverted: bool = False,
92
):
93
if len(pixel_order) != 4:
0 commit comments