Le led driver current control implementation is described like this in the 3603 datasheet :
LED current range 3.2 to 204.8 mA
LED current resolution 6 Bits
...
The device has one internal current DAC 3bits output current control.
The output current control though register 0x0Bbit2:bit0for phase1
to phase3.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Le led driver current control implementation is described like this in the 3603 datasheet :
And in the driver :
Look vaguely consistent. Shame that the 0xC4 register isn't documented (among others).