Commit a5c30f79 authored by 王佳伟's avatar 王佳伟

feat:删除初始化前发送白色代码

parent c09ef8c6
......@@ -755,12 +755,6 @@ void switch_951_Color(uint8_t in)
}
void init_951(void)
{
AIM951_i2c_send(0xFF, 0x01);
BSP_Delay_ms(10);
AIM951_i2c_send(0x02, 0x04);
BSP_Delay_ms(10);
AIM951_i2c_send(0x00, 0x23);
BSP_Delay_ms(10);
switch_951_init(1);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment