<
barni2000[m]>
finally i have fixed backlight on my ugg
<
barni2000[m]>
mipi_dsi_dcs_set_display_brightness payload was `{brightness&0xff, brightness>>8};`
<
barni2000[m]>
so in our case it is padded with 0 because brigthness range is 0-255
<
barni2000[m]>
s/brigthness/brightness/
<
barni2000[m]>
s/our/my/, s/brigthness/brightness/
<
Biswa96[m]>
could you share how you found the solution? It does not look trivial to me.
<
barni2000[m]>
follow led_pwm2
<
barni2000[m]>
0x51 in payload means SET_BACKLIGHT
<
barni2000[m]>
s/SET_BACKLIGHT/MIPI_DCS_SET_DISPLAY_BRIGHTNESS = 0x51,/* MIPI DCS 1.3 *//
<
barni2000[m]>
difference between the 2 payload led_pwm1 have 1 byte for brigthness led_pwm2 have 2*0.5 bytes
<
barni2000[m]>
Please update the WIKI about the new SDM429 devices