Skip to content

Commit

Permalink
Merge pull request #299 from ligenxxxx/fix_video_timing
Browse files Browse the repository at this point in the history
fix video timing
  • Loading branch information
ligenxxxx authored Jun 25, 2023
2 parents 1576d46 + 8f46817 commit 53b361b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void Display_720P90_t(int mode) {

system("dispw -s vdpo 720p90");
g_hw_stat.vdpo_tmg = HW_VDPO_720P90;
I2C_Write(ADDR_FPGA, 0x8d, 0x14);
I2C_Write(ADDR_FPGA, 0x8d, 0x10);
I2C_Write(ADDR_FPGA, 0x8e, 0x04);
I2C_Write(ADDR_AL, 0x14, 0x00);
I2C_Write(ADDR_FPGA, 0x80, 0x03);
Expand Down

0 comments on commit 53b361b

Please sign in to comment.