Commit df2cfe1e authored by Jorge Zapata's avatar Jorge Zapata

Make 720p mode display correctly on the screen.

This patch moves the output display on 720p mode 16 pixels to the left.
parent a8397412
......@@ -365,7 +365,7 @@ int ths8200_set_720p_mode(void)
ths8200_write_value(DTG1_SPEC_D_LSB_REG, 0x2C);
/* set LSBs of sync to active video */
ths8200_write_value(DTG1_SPEC_E_LSB_REG, 0x2C);
ths8200_write_value(DTG1_SPEC_E_LSB_REG, 0x1c);
/* set MSB bit of sync to active video width[6]/sync to broad pulse [7] */
ths8200_write_value(DTG1_SPEC_DEH_MSB_REG, 0xC0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment