diff options
Diffstat (limited to 'docs/ws2812_driver.md')
-rw-r--r-- | docs/ws2812_driver.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ws2812_driver.md b/docs/ws2812_driver.md index 289535aa9..8acac0b3a 100644 --- a/docs/ws2812_driver.md +++ b/docs/ws2812_driver.md | |||
@@ -56,11 +56,11 @@ You can tune these parameters through the definition of the following macros: | |||
56 | 56 | ||
57 | | Macro |Default | AVR | ARM | | 57 | | Macro |Default | AVR | ARM | |
58 | |---------------------|--------------------------------------------|--------------------|--------------------| | 58 | |---------------------|--------------------------------------------|--------------------|--------------------| |
59 | |`WS2812_TIMING |`1250` | :heavy_check_mark: | :heavy_check_mark: | | 59 | |`WS2812_TIMING` |`1250` | :heavy_check_mark: | :heavy_check_mark: | |
60 | |`WS2812_T0H` |`350` | :heavy_check_mark: | :heavy_check_mark: | | 60 | |`WS2812_T0H` |`350` | :heavy_check_mark: | :heavy_check_mark: | |
61 | |`WS2812_T0L` |`WS2812_TIMING - WS2812_T0H` | | :heavy_check_mark: | | 61 | |`WS2812_T0L` |`WS2812_TIMING - WS2812_T0H` | | :heavy_check_mark: | |
62 | |`WS2812_T1H` |`900` | :heavy_check_mark: | :heavy_check_mark: | | 62 | |`WS2812_T1H` |`900` | :heavy_check_mark: | :heavy_check_mark: | |
63 | |`WS2812_T1L` |`WS2812_TIMING - WS2812_T1L` | | :heavy_check_mark: | | 63 | |`WS2812_T1L` |`WS2812_TIMING - WS2812_T1H` | | :heavy_check_mark: | |
64 | 64 | ||
65 | ### I2C | 65 | ### I2C |
66 | Targeting boards where WS2812 support is offloaded to a 2nd MCU. Currently the driver is limited to AVR given the known consumers are ps2avrGB/BMC. To configure it, add this to your rules.mk: | 66 | Targeting boards where WS2812 support is offloaded to a 2nd MCU. Currently the driver is limited to AVR given the known consumers are ps2avrGB/BMC. To configure it, add this to your rules.mk: |