Removed WS2812 Driver's WS2812_BYTE_ORDER_RGB because it was not displaying the correct color when used with Protokeeb's WS2812B-2020 LEDs. Now defaults to WS2812_BYTE_ORDER_GRB

This commit is contained in:
atechofficials 2024-07-14 04:26:56 +05:30
parent cb54da6861
commit c81487cd56

View File

@ -23,9 +23,6 @@
#define ENCODER_BUTTON_ROW 0
#define ENCODER_BUTTON_COL 4
/* ARGB LED Byte order */
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
/* Peripheral used */
#define WS2812_PIO_USE_PIO1