From eb4abdd83099d8a889850c852c44d1fa3e00eab6 Mon Sep 17 00:00:00 2001 From: le-Bark <43352109+le-Bark@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:47:16 -0400 Subject: pca9533: RGB support for the mightyboard (#4150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Denis --- docs/Config_Reference.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs') diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 17c9d6e2..9c9755ff 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -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] -- cgit v1.2.3-70-g09d2