From 975fff5c34ff6b302abc60c0b5200097a4267a0e Mon Sep 17 00:00:00 2001 From: Leonid Vygovskiy Date: Thu, 6 Feb 2025 22:26:44 +0300 Subject: [PATCH] Adds driver for is31fl3728 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IS31FL3728 is a general purpose 8×8 LED matrix driver which features an audio frequency equalizer (EQ) mode or a general LED dot matrix display mode. The matrix picture brightness can be modulated by audio. In either the audio EQ mode or matrix display mode, the array is internally scanned, and requires only one-time programming, thus eliminating the need for real time system resource utilization. Driver supports rtt-debug and embedded-graphics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65a9a86..688343e 100644 --- a/README.md +++ b/README.md @@ -964,6 +964,7 @@ Otherwise, please add it to the [WIP section](#wip) below. [FUSB302B]: https://github.com/fmckeogh/usb-pd-rs [HTS221]: https://crates.io/crates/hts221 [IIS2MDC]: https://crates.io/crates/iis2mdc +[IS31FL3728]: https://github.com/leonidv/is31fl3728-rs [ISM330DHCX]: https://crates.io/crates/ism330dhcx [keypad]: https://crates.io/crates/keypad [KXCJ9]: https://crates.io/crates/kxcj9