Skip to content

Commit

Permalink
disable hdmi out pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed May 24, 2024
1 parent 4392621 commit 276d77b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/driver/it66121.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ void IT66121_init() {
I2C_R_Write(ADDR_IT66121, 0x61, 0x02);
I2C_R_Write(ADDR_IT66121, 0xc1, 0x00);
I2C_R_Write(ADDR_IT66121, 0xc6, 0x03);
I2C_R_Write(ADDR_IT66121, 0xa8, 0x01);
I2C_R_Write(ADDR_IT66121, 0xa9, 0x3c);
#else
I2C_R_Write(ADDR_IT66121, 0x0f, 0x08);
I2C_R_Write(ADDR_IT66121, 0x05, 0x60);
Expand Down

0 comments on commit 276d77b

Please sign in to comment.