diff --git a/u-boot-2020.01/product/hiosd/mipi_tx/hi3516cv500/mipi_tx.c b/u-boot-2020.01/product/hiosd/mipi_tx/hi3516cv500/mipi_tx.c index 3ddb73a416ce3dc632a758c12b01d7410871a771..17f7b2a264728e31d33fdd00a9e0431e1efc1566 100755 --- a/u-boot-2020.01/product/hiosd/mipi_tx/hi3516cv500/mipi_tx.c +++ b/u-boot-2020.01/product/hiosd/mipi_tx/hi3516cv500/mipi_tx.c @@ -69,8 +69,6 @@ static struct LCM_setting_table lcm_initialization_setting[] = { {DTYPE_DCS_LWRITE, 8, {0xC6, 0x08, 0x15, 0xFF, 0x10, 0x16, 0x80, 0x60}}, {DTYPE_DCS_WRITE1, 2, {0xC7, 0x04}}, - {DTYPE_DCS_WRITE1, 2, {0x36, 0x08}}, // add tsl 2020.08.31; Hi3516dv300 output is bgr, so set mipi bgr - {DTYPE_DCS_LWRITE, 39, {0xC8, 0x7C, 0x50, 0x3B, 0x2C, 0x25, 0x16, 0x1C, \ 0x08, 0x27, 0x2B, 0x2F, 0x52, 0x43, 0x4C, 0x40, \ 0x3D, 0x30, 0x1E, 0x06, 0x7C, 0x50, 0x3B, 0x2C, \