The backlight is controlled through the aux channel of the chip, which register should be read and written, and how to achieve the backlight control
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hey Chen,
The registers 0xA0h - 0xA5h should be written to for backlight control.
Please see Table 27. CSR Bit Field Definitions—PWM Registers of the data sheet you will find that information.
Thanks,
Zach
Hey Chen,
There is I2C over AUX capability as talked about in section 8.4.5.3 I2C-Over-AUX of the datasheet.
Thanks,
Zach
Chen,
The registers 0xA0h - 0xA5h should be written to for backlight control.
Please see Table 27. CSR Bit Field Definitions—PWM Registers of the data sheet you will find that information.
With these registers in mind, then you can use I2C over AUX capability as talked about in section 8.4.5.3 I2C-Over-AUX of the datasheet.
Thus, you can write to the registers 0xA0h - 0xA5h while using I2C over AUX.
In this thread there is code on an example of using the Direct Method: https://e2e.ti.com/support/interface-group/interface/f/interface-forum/949449/sn65dsi86-i2c-over-aux-direct-method to R/W over AUX with I2C.
Thanks,
Zach