Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,13 @@ the five LEDs of the tilde add-on, then fades each color up and down,
first across all five LEDs together and then one LED at a time. It is a
short read and a good starting point for your own add-on.

{{% alert title="RGBW mode does not work yet" color="warning" %}}
Mode `2` is meant to select 32-bit RGBW output, but the RP2040 firmware
falls through from that case straight into disabling the output, so the
LEDs go dark instead. Use mode `1` until that is fixed upstream.
{{% alert title="RGBW mode needs a firmware newer than 0x0C" color="warning" %}}
Mode `2` selects 32-bit RGBW output. On every released RP2040 firmware up
to and including `0x0C` it turns the LEDs off instead: the switch enables
the output and then falls through into the disable case.

[The fix](https://github.com/badgeteam/mch2022-firmware-rp2040/pull/22) is
on `master` and is not in a release yet, so a badge you did not build the
firmware for yourself still has this. Use mode `1` there.
{{% /alert %}}

Loading