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 0b16221 commit 879e14dCopy full SHA for 879e14d
variants/lolin_c3_pico/pins_arduino.h
@@ -16,6 +16,7 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
16
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
17
#define RGB_BUILTIN LED_BUILTIN
18
#define RGB_BRIGHTNESS 64
19
+#define RGB_BUILTIN_LED_COLOR_ORDER LED_COLOR_ORDER_RGB
20
21
static const uint8_t TX = 21;
22
static const uint8_t RX = 20;
0 commit comments