diff options
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r-- | docs/feature_rgb_matrix.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index 8d6bb934e..f3189bf84 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
@@ -10,7 +10,7 @@ If you want to use single color LED's you should use the [LED Matrix Subsystem]( | |||
10 | 10 | ||
11 | There is basic support for addressable RGB matrix lighting with the I2C IS31FL3731 RGB controller. To enable it, add this to your `rules.mk`: | 11 | There is basic support for addressable RGB matrix lighting with the I2C IS31FL3731 RGB controller. To enable it, add this to your `rules.mk`: |
12 | 12 | ||
13 | ```makefile | 13 | ```make |
14 | RGB_MATRIX_ENABLE = yes | 14 | RGB_MATRIX_ENABLE = yes |
15 | RGB_MATRIX_DRIVER = IS31FL3731 | 15 | RGB_MATRIX_DRIVER = IS31FL3731 |
16 | ``` | 16 | ``` |
@@ -71,7 +71,7 @@ Where `Cx_y` is the location of the LED in the matrix defined by [the datasheet] | |||
71 | 71 | ||
72 | There is basic support for addressable RGB matrix lighting with the I2C IS31FL3733 RGB controller. To enable it, add this to your `rules.mk`: | 72 | There is basic support for addressable RGB matrix lighting with the I2C IS31FL3733 RGB controller. To enable it, add this to your `rules.mk`: |
73 | 73 | ||
74 | ```makefile | 74 | ```make |
75 | RGB_MATRIX_ENABLE = yes | 75 | RGB_MATRIX_ENABLE = yes |
76 | RGB_MATRIX_DRIVER = IS31FL3733 | 76 | RGB_MATRIX_DRIVER = IS31FL3733 |
77 | ``` | 77 | ``` |
@@ -141,7 +141,7 @@ Where `X_Y` is the location of the LED in the matrix defined by [the datasheet]( | |||
141 | 141 | ||
142 | There is basic support for addressable RGB matrix lighting with the I2C IS31FL3737 RGB controller. To enable it, add this to your `rules.mk`: | 142 | There is basic support for addressable RGB matrix lighting with the I2C IS31FL3737 RGB controller. To enable it, add this to your `rules.mk`: |
143 | 143 | ||
144 | ```makefile | 144 | ```make |
145 | RGB_MATRIX_ENABLE = yes | 145 | RGB_MATRIX_ENABLE = yes |
146 | RGB_MATRIX_DRIVER = IS31FL3737 | 146 | RGB_MATRIX_DRIVER = IS31FL3737 |
147 | ``` | 147 | ``` |
@@ -206,7 +206,7 @@ Where `X_Y` is the location of the LED in the matrix defined by [the datasheet]( | |||
206 | 206 | ||
207 | There is basic support for addressable RGB matrix lighting with a WS2811/WS2812{a,b,c} addressable LED strand. To enable it, add this to your `rules.mk`: | 207 | There is basic support for addressable RGB matrix lighting with a WS2811/WS2812{a,b,c} addressable LED strand. To enable it, add this to your `rules.mk`: |
208 | 208 | ||
209 | ```makefile | 209 | ```make |
210 | RGB_MATRIX_ENABLE = yes | 210 | RGB_MATRIX_ENABLE = yes |
211 | RGB_MATRIX_DRIVER = WS2812 | 211 | RGB_MATRIX_DRIVER = WS2812 |
212 | ``` | 212 | ``` |
@@ -226,7 +226,7 @@ Configure the hardware via your `config.h`: | |||
226 | 226 | ||
227 | There is basic support for APA102 based addressable LED strands. To enable it, add this to your `rules.mk`: | 227 | There is basic support for APA102 based addressable LED strands. To enable it, add this to your `rules.mk`: |
228 | 228 | ||
229 | ```makefile | 229 | ```make |
230 | RGB_MATRIX_ENABLE = yes | 230 | RGB_MATRIX_ENABLE = yes |
231 | RGB_MATRIX_DRIVER = APA102 | 231 | RGB_MATRIX_DRIVER = APA102 |
232 | ``` | 232 | ``` |
@@ -246,7 +246,7 @@ Configure the hardware via your `config.h`: | |||
246 | ### AW20216 :id=aw20216 | 246 | ### AW20216 :id=aw20216 |
247 | There is basic support for addressable RGB matrix lighting with the SPI AW20216 RGB controller. To enable it, add this to your `rules.mk`: | 247 | There is basic support for addressable RGB matrix lighting with the SPI AW20216 RGB controller. To enable it, add this to your `rules.mk`: |
248 | 248 | ||
249 | ```makefile | 249 | ```make |
250 | RGB_MATRIX_ENABLE = yes | 250 | RGB_MATRIX_ENABLE = yes |
251 | RGB_MATRIX_DRIVER = AW20216 | 251 | RGB_MATRIX_DRIVER = AW20216 |
252 | ``` | 252 | ``` |