fix: 修改被覆写的屏幕驱动参数
This commit is contained in:
@@ -326,8 +326,8 @@ static void ips200_set_region(uint16 x1, uint16 y1, uint16 x2, uint16 y2)
|
|||||||
ips200_write_16bit_data(x2+80);
|
ips200_write_16bit_data(x2+80);
|
||||||
|
|
||||||
ips200_write_command(0x2b);
|
ips200_write_command(0x2b);
|
||||||
ips200_write_16bit_data(y1+20);
|
ips200_write_16bit_data(y1);
|
||||||
ips200_write_16bit_data(y2+20);
|
ips200_write_16bit_data(y2);
|
||||||
|
|
||||||
ips200_write_command(0x2c);
|
ips200_write_command(0x2c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user