diff options
Diffstat (limited to 'include/ws2812b.h')
-rw-r--r-- | include/ws2812b.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws2812b.h b/include/ws2812b.h index 2845bc5..cb10979 100644 --- a/include/ws2812b.h +++ b/include/ws2812b.h @@ -4,7 +4,7 @@ #include <stdlib.h> #define WIRE_BYTES_PER_COLOR 9 -#define PADDING_BYTES 2 +#define PADDING_BYTES 0 #define TOTAL_BYTES_PER_LED (PADDING_BYTES + WIRE_BYTES_PER_COLOR) enum ws2812b_byte_order { |