pca9533: RGB support for the mightyboard (#4150)

Signed-off-by: Marc-André Denis <marcadenis@msn.com>
This commit is contained in:
le-Bark 2021-04-09 17:47:16 -04:00 committed by GitHub
parent b1b2488538
commit eb4abdd830
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 83 additions and 0 deletions

View file

@ -2471,6 +2471,28 @@ clock_pin:
#initial_BLUE: 0.0
# See the "neopixel" section for information on these parameters.
```
## [PCA9533]
PCA9533 LED support. The PCA9533 is used on the mightyboard.
```
[pca9533 my_pca9533]
#i2c_address: 98
# The i2c address that the chip is using on the i2c bus. The default
# is 98 for the PCA9533/1, 99 for the PCA9533/2.
#i2c_mcu:
#i2c_bus:
#i2c_speed:
# See the "common I2C settings" section for a description of the
# above parameters.
#initial_RED: 1
#initial_GREEN: 1
#initial_BLUE: 1
#initial_WHITE: 1
# The PCA9533 only supports 1 or 0, any other values will be considered as 1. The default is 0.
# On the mightyboard, the white led is not populated.
# Use GCODE to modify led values after startup.
# set_led led=my_pca9533 red=1 green=1 blue=1
```
## [gcode_button]