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
@@ -170,31 +170,31 @@ Configure the hardware via your `config.h`:
170
170
171
171
| Variable | Description | Default |
172
172
|----------|-------------|---------|
173
-
|`ISSI_TIMEOUT`| (Optional) How long to wait for i2c messages, in milliseconds | 100 |
174
-
|`ISSI_PERSISTENCE`| (Optional) Retry failed messages this many times | 0 |
175
-
|`ISSI_PWM_FREQUENCY`| (Optional) PWM Frequency Setting - IS31FL3736B only | 0 |
176
-
|`ISSI_GLOBALCURRENT`| (Optional) Configuration for the Global Current Register | 0xFF |
177
-
|`ISSI_SWPULLUP`| (Optional) Set the value of the SWx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
178
-
|`ISSI_CSPULLUP`| (Optional) Set the value of the CSx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
179
-
|`DRIVER_COUNT`| (Required) How many RGB driver IC's are present ||
173
+
|`IS31FL3736_I2C_TIMEOUT`| (Optional) How long to wait for i2c messages, in milliseconds | 100 |
174
+
|`IS31FL3736_PERSISTENCE`| (Optional) Retry failed messages this many times | 0 |
175
+
|`IS31FL3736_PWM_FREQUENCY`| (Optional) PWM Frequency Setting - IS31FL3736B only | 0 |
176
+
|`IS31FL3736_GLOBALCURRENT`| (Optional) Configuration for the Global Current Register | 0xFF |
177
+
|`IS31FL3736_SWPULLUP`| (Optional) Set the value of the SWx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
178
+
|`IS31FL3736_CSPULLUP`| (Optional) Set the value of the CSx lines on-chip de-ghosting resistors | PUR_0R (Disabled) |
179
+
|`IS31FL3736_DRIVER_COUNT`| (Required) How many RGB driver IC's are present ||
180
180
|`RGB_MATRIX_LED_COUNT`| (Required) How many RGB lights are present across all drivers ||
181
181
|`DRIVER_ADDR_1`| (Required) Address for the first RGB driver ||
182
182
|`DRIVER_ADDR_2`| (Optional) Address for the second RGB driver ||
183
183
|`DRIVER_ADDR_3`| (Optional) Address for the third RGB driver ||
184
184
|`DRIVER_ADDR_4`| (Optional) Address for the fourth RGB driver ||
185
185
186
-
The IS31FL3736 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:
186
+
The IS31FL3736 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 (`IS31FL3736_SWPULLUP`/`IS31FL3736_CSPULLUP` are given the value of`IS31FL3736_PUR_0R`), the values that can be set to enable de-ghosting are as follows:
0 commit comments