Hi team,
customer use SOC--947--948--screen, they use D_GPIO3 of 948 as backligh controer. when D_GPIO3 is high, backligh will light up.
below is reg setting :
u8 ti947_reg[] = {0x17,0x4f,0xc2,0x5b,0xc6,0x0d,0x0e,0x1e,0x0f,0x04,0x4f};
u8 ti947_dat[] = {0x9e,0xc0,0x98,0x23,0x21,0x05,0x33,0x02,0x03,0x90,0x00};
////// ti948 //////
u8 ti948_reg[] = {0x49,0x1d,0x1e,0x34,0x1f,0x41};
u8 ti948_dat[] = {0xe0,0x05,0x55,0x0a,0x05,0x1f};
after setting, when power on, the screen backligh will be flash one second, attached video. can you help to give suggestions?