drivers: add driver for IS31FL3731 matrix LED driver (#370)

IS31FL3731: add driver for IS31FL3731 matrix LED driver
This commit is contained in:
Anton Fisher
2022-03-09 04:54:07 -08:00
committed by GitHub
parent 02e4548966
commit 9a98d1be55
6 changed files with 421 additions and 0 deletions
+2
View File
@@ -157,6 +157,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/ws2812
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=feather-nrf52840 ./examples/is31fl3731/main.go
@md5sum ./build/test.hex
ifneq ($(AVR), 0)
tinygo build -size short -o ./build/test.hex -target=arduino ./examples/ws2812
@md5sum ./build/test.hex