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.
2 parents 80ff2d7 + d2833e9 commit e515601Copy full SHA for e515601
gpiozero/output_devices.py
@@ -545,8 +545,8 @@ class RGBLED(SourceMixin, Device):
545
Set to ``True`` (the default) for common cathode RGB LEDs. If you are
546
using a common anode RGB LED, set this to ``False``.
547
548
- :param bool initial_value:
549
- The initial color for the LED. Defaults to black ``(0, 0, 0)``.
+ :param tuple initial_value:
+ The initial color for the RGB LED. Defaults to black ``(0, 0, 0)``.
550
551
:param bool pwm:
552
If ``True`` (the default), construct :class:`PWMLED` instances for
0 commit comments