You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/feature_rgb_matrix.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -246,31 +246,31 @@ Configure the hardware via your `config.h`:
246
246
247
247
| Variable | Description | Default |
248
248
|----------|-------------|---------|
249
-
|`ISSI_TIMEOUT`| (Optional) How long to wait for i2c messages, in milliseconds | 100 |
250
-
|`ISSI_PERSISTENCE`| (Optional) Retry failed messages this many times | 0 |
251
-
|`ISSI_PWM_FREQUENCY`| (Optional) PWM Frequency Setting - IS31FL3737B only | 0 |
252
-
|`ISSI_GLOBALCURRENT`| (Optional) Configuration for the Global Current Register | 0xFF |
253
-
|`ISSI_SWPULLUP`| (Optional) Set the value of the SWx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
254
-
|`ISSI_CSPULLUP`| (Optional) Set the value of the CSx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
255
-
|`DRIVER_COUNT`| (Required) How many RGB driver IC's are present ||
249
+
|`IS31FL3737_I2C_TIMEOUT`| (Optional) How long to wait for i2c messages, in milliseconds | 100 |
250
+
|`IS31FL3737_I2C_PERSISTENCE`| (Optional) Retry failed messages this many times | 0 |
251
+
|`IS31FL3737_PWM_FREQUENCY`| (Optional) PWM Frequency Setting - IS31FL3737B only | 0 |
252
+
|`IS31FL3737_GLOBALCURRENT`| (Optional) Configuration for the Global Current Register | 0xFF |
253
+
|`IS31FL3737_SWPULLUP`| (Optional) Set the value of the SWx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
254
+
|`IS31FL3737_CSPULLUP`| (Optional) Set the value of the CSx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
255
+
|`IS31FL3737_DRIVER_COUNT`| (Required) How many RGB driver IC's are present ||
256
256
|`RGB_MATRIX_LED_COUNT`| (Required) How many RGB lights are present across all drivers ||
257
257
|`DRIVER_ADDR_1`| (Required) Address for the first RGB driver ||
258
258
|`DRIVER_ADDR_2`| (Optional) Address for the second RGB driver ||
259
259
|`DRIVER_ADDR_3`| (Optional) Address for the third RGB driver ||
260
260
|`DRIVER_ADDR_4`| (Optional) Address for the fourth RGB driver ||
261
261
262
-
The IS31FL3737 IC's have on-chip resistors that can be enabled to allow for de-ghosting of the RGB matrix. By default these resistors are not enabled (`ISSI_SWPULLUP`/`ISSI_CSPULLUP` are given the value of`PUR_0R`), the values that can be set to enable de-ghosting are as follows:
262
+
The IS31FL3737 IC's have on-chip resistors that can be enabled to allow for de-ghosting of the RGB matrix. By default these resistors are not enabled (`IS31FL3737_SWPULLUP`/`IS31FL3737_CSPULLUP` are given the value of`IS31FL3737_PUR_0R`), the values that can be set to enable de-ghosting are as follows:
0 commit comments