We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1576d46 + 8f46817 commit 53b361bCopy full SHA for 53b361b
1 file changed
src/driver/hardware.c
@@ -130,7 +130,7 @@ void Display_720P90_t(int mode) {
130
131
system("dispw -s vdpo 720p90");
132
g_hw_stat.vdpo_tmg = HW_VDPO_720P90;
133
- I2C_Write(ADDR_FPGA, 0x8d, 0x14);
+ I2C_Write(ADDR_FPGA, 0x8d, 0x10);
134
I2C_Write(ADDR_FPGA, 0x8e, 0x04);
135
I2C_Write(ADDR_AL, 0x14, 0x00);
136
I2C_Write(ADDR_FPGA, 0x80, 0x03);
0 commit comments