Qmk_firmware: Add support for other ISSI LED drivers

Created on 20 Jul 2018  路  2Comments  路  Source: qmk/qmk_firmware

On ISSI FxLED Driver page there is now sample code for the evaluation boards of a lot of their drivers (STM32 microcontrollers). Some have even Arduino code for them, which could be ported much more quickly. That would help adding support to larger drivers, like the IS31FL3733 (up to 64 RGB LEDs) and the new IS31FL3741 (117 RGB LEDs!).

enhancement help wanted

Most helpful comment

I'll be writing a driver for IS31FL3736 soon, as it's what I'm using for a few PCBs I'm working on now (with mono LEDs). It's very similar to the IS31FL3733. One of the cool features is detecting missing/shorted LEDs, so the firmware can automatically configure itself to the LEDs that have been installed.

All 2 comments

I'll be writing a driver for IS31FL3736 soon, as it's what I'm using for a few PCBs I'm working on now (with mono LEDs). It's very similar to the IS31FL3733. One of the cool features is detecting missing/shorted LEDs, so the firmware can automatically configure itself to the LEDs that have been installed.

I think we added generalization to the rgbmatrix driver stuff, so this should be handled better now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kb3dow picture kb3dow  路  3Comments

helluvamatt picture helluvamatt  路  4Comments

Frefreak picture Frefreak  路  4Comments

drashna picture drashna  路  3Comments

fredizzimo picture fredizzimo  路  4Comments