Skip to content

Commit 196b9df

Browse files
committed
Default current should be minimum, not maximum
Per internal discussion
1 parent 545e946 commit 196b9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tm1814.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__( # noqa: PLR0913
8787
*,
8888
brightness: float = 1.0,
8989
pixel_order: str = "WRGB",
90-
current_control: float | tuple[float, float, float, float] = 38.0,
90+
current_control: float | tuple[float, float, float, float] = TM1814_MIN_CURRENT,
9191
inverted: bool = False,
9292
):
9393
if len(pixel_order) != 4:

0 commit comments

Comments
 (0)