aboutsummaryrefslogtreecommitdiff
path: root/include/ws2812b.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ws2812b.h')
-rw-r--r--include/ws2812b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws2812b.h b/include/ws2812b.h
index e814b65..2061379 100644
--- a/include/ws2812b.h
+++ b/include/ws2812b.h
@@ -9,7 +9,7 @@
enum ws2812b_byte_order {
BYTE_ORDER_RGB = 0,
- BYTE_ORDER_GBR = 1,
+ BYTE_ORDER_GRB = 1,
};
struct ws2812b_buf {