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 5c8ae78 commit 7db37aeCopy full SHA for 7db37ae
adafruit_magtag/magtag.py
@@ -77,7 +77,7 @@ def __init__(
77
json_path: Optional[Sequence[Any]] = None,
78
regexp_path: Optional[Sequence[str]] = None,
79
default_bg: Union[str, int] = 0xFFFFFF,
80
- status_neopixel: Optional[Union[microcontroller.Pin], neopixel.NeoPixel] = None,
+ status_neopixel: Optional[Union[microcontroller.Pin, neopixel.NeoPixel]] = None,
81
json_transform: Union[Sequence[Callable], Callable] = None,
82
rotation: int = 270,
83
debug: bool = False,
0 commit comments