Adding IS31FL3741
This commit is contained in:
parent
efdeb72485
commit
af6f51a387
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -842,3 +842,6 @@
|
||||||
[submodule "libraries/drivers/scd4x"]
|
[submodule "libraries/drivers/scd4x"]
|
||||||
path = libraries/drivers/scd4x
|
path = libraries/drivers/scd4x
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_SCD4X.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_SCD4X.git
|
||||||
|
[submodule "libraries/drivers/is31fl3741"]
|
||||||
|
path = libraries/drivers/is31fl3741
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3741.git
|
||||||
|
|
|
||||||
|
|
@ -287,6 +287,7 @@ Other
|
||||||
Character LCD <https://circuitpython.readthedocs.io/projects/charlcd/en/latest/>
|
Character LCD <https://circuitpython.readthedocs.io/projects/charlcd/en/latest/>
|
||||||
HT16K33 LED Matrices and Segment Displays <https://circuitpython.readthedocs.io/projects/ht16k33/en/latest/>
|
HT16K33 LED Matrices and Segment Displays <https://circuitpython.readthedocs.io/projects/ht16k33/en/latest/>
|
||||||
IS31FL3731 Charlieplexed LED Matrix <https://circuitpython.readthedocs.io/projects/is31fl3731/en/latest/>
|
IS31FL3731 Charlieplexed LED Matrix <https://circuitpython.readthedocs.io/projects/is31fl3731/en/latest/>
|
||||||
|
IS31FL3741 RGB LED Matrix driver <https://circuitpython.readthedocs.io/projects/is31fl3741/en/latest/>
|
||||||
MAX7219 LED Matrix <https://circuitpython.readthedocs.io/projects/max7219/en/latest/>
|
MAX7219 LED Matrix <https://circuitpython.readthedocs.io/projects/max7219/en/latest/>
|
||||||
Nokia PCD8544 Display <https://circuitpython.readthedocs.io/projects/pcd8544/en/latest/>
|
Nokia PCD8544 Display <https://circuitpython.readthedocs.io/projects/pcd8544/en/latest/>
|
||||||
RA8875 40-Pin Display Driver <https://circuitpython.readthedocs.io/projects/ra8875/en/latest/>
|
RA8875 40-Pin Display Driver <https://circuitpython.readthedocs.io/projects/ra8875/en/latest/>
|
||||||
|
|
|
||||||
1
libraries/drivers/is31fl3741
Submodule
1
libraries/drivers/is31fl3741
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 332a14afe8700cb494cb375637aac0db20c549cd
|
||||||
Loading…
Reference in a new issue