Hi Sir,
We got initialization config script from ADI FAE.
Though there are comments at each line, we still have no idea about how to turn them into I2C commands.
For example:
0x04,0x4F,0x04,0x0B,0x00,0x02, // BACKTOP : BACKTOP12 | CSI_OUT_EN (CSI_OUT_EN): CSI output disabled
We would like to know how to turn it into an I2C command as below:
max96724_write(priv, 0x94a, 0xa0);
The thing here is that we are not sure about what these 6 fields really represent.
Could you provide some examples ?
Many thanks.
Sincerely,
Jimmy