aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2025-07-14 12:58:38 -0400
committerKevin O'Connor <kevin@koconnor.net>2025-07-22 14:04:50 -0400
commit354b1e666b92d1b51bf19b3d834848d6ce1639df (patch)
tree8d86a63f2333759da563fc01cb5794a551dcbc11 /docs/Config_Reference.md
parent46912431794c02e468d4bcb2ccd3b41ab6911ba7 (diff)
downloadkutter-354b1e666b92d1b51bf19b3d834848d6ce1639df.tar.gz
kutter-354b1e666b92d1b51bf19b3d834848d6ce1639df.tar.xz
kutter-354b1e666b92d1b51bf19b3d834848d6ce1639df.zip
pca9632: Remove custom software i2c - use normal mcu software i2c instead
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index d9125d47..bc99bd94 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -3477,11 +3477,6 @@ PCA9632 LED support. The PCA9632 is used on the FlashForge Dreamer.
#i2c_speed:
# See the "common I2C settings" section for a description of the
# above parameters.
-#scl_pin:
-#sda_pin:
-# Alternatively, if the pca9632 is not connected to a hardware I2C
-# bus, then one may specify the "clock" (scl_pin) and "data"
-# (sda_pin) pins. The default is to use hardware I2C.
#color_order: RGBW
# Set the pixel order of the LED (using a string containing the
# letters R, G, B, W). The default is RGBW.