From 0761026e36e223314ee6a5fcf8ea3c47631b8cd2 Mon Sep 17 00:00:00 2001 From: Ricardo Alcântara Date: Mon, 14 Mar 2022 15:28:42 -0300 Subject: pca9632: LED module for FlashForge Dreamer 3D printer (#4654) Added PCA9632 LED module support using software I2C from MCP4018 modulo drive the LED strip of a FlashForge Dreamer 3D printer. Based on the PCA9533 module. Signed-off-by: Ricardo Alcantara --- docs/Config_Reference.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/Config_Reference.md') diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 66205fc3..fc92c013 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2611,6 +2611,26 @@ PCA9533 LED support. The PCA9533 is used on the mightyboard. # Use GCODE to modify led values after startup. # set_led led=my_pca9533 red=1 green=1 blue=1 ``` +### [PCA9632] + +PCA9632 LED support. The PCA9632 is used on the FlashForge Dreamer. + +``` +[pca9632 my_pca9632] +scl_pin: +# The SCL "clock" pin. This parameter must be provided. +sda_pin: +# The SDA "data" pin. This parameter must be provided. +#initial_RED: 0 +#initial_GREEN: 0 +#initial_BLUE: 0 +#initial_WHITE: 0 +# PCA9632 supports individual LED PWM. +# Values range from 0.0 to 1.0. The default is 0.0. +# On the FlashForge Dreamer, the white led is not populated. +# Use GCODE to modify led values after startup. +# set_led led=my_pca9632 red=1.0 green=1.0 blue=1.0 white=0.0 +``` ### [gcode_button] -- cgit v1.2.3-70-g09d2