Skip to content

Commit

Permalink
Update it66121.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed May 27, 2024
1 parent f6779a7 commit 5dd36bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/it66121.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void IT66121_init() {
I2C_R_Write(ADDR_IT66121, 0x6a, 0xff);
I2C_R_Write(ADDR_IT66121, 0xc1, 0x01);
I2C_R_Write(ADDR_IT66121, 0x72, 0x00);
I2C_R_Write(ADDR_IT66121, 0x70, 0x48);
I2C_R_Write(ADDR_IT66121, 0x70, 0x49); // 48 49
I2C_R_Write(ADDR_IT66121, 0x0f, 0x08);
I2C_R_Write(ADDR_IT66121, 0x72, 0x03);
I2C_R_Write(ADDR_IT66121, 0x73, 0x00);
Expand Down

0 comments on commit 5dd36bd

Please sign in to comment.