Skip to content

Commit 188ed4b

Browse files
Update variants/waveshare_esp32_c6_zero/pins_arduino.h
Co-authored-by: Jan Procházka <[email protected]>
1 parent 539e708 commit 188ed4b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

variants/waveshare_esp32_c6_zero/pins_arduino.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ static const uint8_t RGB_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
4646
#define RGB_BRIGHTNESS 32 // default brightness level (0-255)
4747

4848
// 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
5649
#define RGB_BUILTIN_LED_COLOR_ORDER LED_COLOR_ORDER_RGB // default WS2812B color order
5750

5851
// Define the built-in as LED pin (RGB LED) to use with digitalWrite()

0 commit comments

Comments
 (0)