Deploying to gh-pages from @ Klipper3d/klipper@555ac58a3f 🚀

This commit is contained in:
KevinOConnor
2022-04-07 15:50:12 +00:00
parent f16bf37ff2
commit e142268cbe
9 changed files with 20 additions and 5 deletions

View File

@@ -5791,10 +5791,22 @@ clock_pin:
<h3 id="pca9632">[pca9632]<a class="headerlink" href="#pca9632" title="Permanent link">&para;</a></h3>
<p>PCA9632 LED support. The PCA9632 is used on the FlashForge Dreamer.</p>
<div class="highlight"><pre><span></span><code>[pca9632 my_pca9632]
scl_pin:
# The SCL &quot;clock&quot; pin. This parameter must be provided.
sda_pin:
# The SDA &quot;data&quot; pin. This parameter must be provided.
#i2c_address: 98
# The i2c address that the chip is using on the i2c bus. This may be
# 96, 97, 98, or 99. The default is 98.
#i2c_mcu:
#i2c_bus:
#i2c_speed:
# See the &quot;common I2C settings&quot; 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 &quot;clock&quot; (scl_pin) and &quot;data&quot;
# (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.
#initial_RED: 0.0
#initial_GREEN: 0.0
#initial_BLUE: 0.0