Skip to content

Commit

Permalink
test menu video timing
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Nov 28, 2023
1 parent 8b560fd commit 0e84b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/driver/hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void Display_1080P30_t(int mode) {

system_exec("dispw -s vdpo 1080p60");
g_hw_stat.vdpo_tmg = VDPO_TMG_1080P60;
I2C_Write(ADDR_FPGA, 0x8d, 0x14);
I2C_Write(ADDR_FPGA, 0x8d, 0x10);
I2C_Write(ADDR_FPGA, 0x8e, 0x84);
I2C_Write(ADDR_AL, 0x14, 0x00);
I2C_Write(ADDR_FPGA, 0x80, 0x04);
Expand Down Expand Up @@ -534,7 +534,7 @@ void HDMI_in_detect() {
I2C_Write(ADDR_FPGA, 0x06, 0x0F);
OLED_display(1);
g_hw_stat.hdmiin_vtmg = HDMIIN_VTMG_1080P50;
break;
break;

case HDMIIN_VTMG_1080Pother:
system_exec("dispw -s vdpo 1080p50");
Expand Down

0 comments on commit 0e84b7d

Please sign in to comment.