Skip to content

Commit 53b361b

Browse files
authored
Merge pull request #299 from ligenxxxx/fix_video_timing
fix video timing
2 parents 1576d46 + 8f46817 commit 53b361b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/driver/hardware.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void Display_720P90_t(int mode) {
130130

131131
system("dispw -s vdpo 720p90");
132132
g_hw_stat.vdpo_tmg = HW_VDPO_720P90;
133-
I2C_Write(ADDR_FPGA, 0x8d, 0x14);
133+
I2C_Write(ADDR_FPGA, 0x8d, 0x10);
134134
I2C_Write(ADDR_FPGA, 0x8e, 0x04);
135135
I2C_Write(ADDR_AL, 0x14, 0x00);
136136
I2C_Write(ADDR_FPGA, 0x80, 0x03);

0 commit comments

Comments
 (0)