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 539e708 commit 188ed4bCopy full SHA for 188ed4b
variants/waveshare_esp32_c6_zero/pins_arduino.h
@@ -46,13 +46,6 @@ static const uint8_t RGB_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
46
#define RGB_BRIGHTNESS 32 // default brightness level (0-255)
47
48
// Define the color order for the built-in RGB LED
49
-// Possible values:
50
-// LED_COLOR_ORDER_RGB
51
-// LED_COLOR_ORDER_BGR
52
-// LED_COLOR_ORDER_BRG
53
-// LED_COLOR_ORDER_RBG
54
-// LED_COLOR_ORDER_GBR
55
-// LED_COLOR_ORDER_GRB
56
#define RGB_BUILTIN_LED_COLOR_ORDER LED_COLOR_ORDER_RGB // default WS2812B color order
57
58
// Define the built-in as LED pin (RGB LED) to use with digitalWrite()
0 commit comments