Asset Tracker v2, using I2C instead of LEDs with UI module

I have read some of the Asset Tracker documentation and noticed there is a nice implementation for operating LEDs in the UI module. This seems straightforward for GPIO control, but what about using an I2C device instead? We have our own LED driver that uses I2C and would like to use this instead of LEDs in GPIO pins. Is there a simple way to program this or would it be much more time-consuming?

Related