请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
尊敬的 David:
如果我想以" i2cset -fY 2 0x2C 0x96 0x0a"的形式发送 i2c 命令(器件地址为0x2C、寄存器为0x96、值为0x0a)
DSI 命令是否 正确?
DATA_array[0]= 0x00032396;
DATA_array[1]=0x0000000a;
DSI_SET_cmdq (array、3、1);
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
尊敬的 David:
如果我想以" i2cset -fY 2 0x2C 0x96 0x0a"的形式发送 i2c 命令(器件地址为0x2C、寄存器为0x96、值为0x0a)
DSI 命令是否 正确?
DATA_array[0]= 0x00032396;
DATA_array[1]=0x0000000a;
DSI_SET_cmdq (array、3、1);