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.
LabView中如何直接发送二维数组到DMD上显示。
在LabView中,调用int LoadData(UCHAR*RowData,long length)遇到两个问题,1 二维数组如何输入到该函数中,2 该函数似乎只能输入一个数字,不知道具体该怎么用。想要达到目的是,在Labview中生成一个0和1组成的二维数组,如何发送到DMD中显示,不知道如何操作。
您好!
感谢使用TI的DLP产品。
RowData就是需要载入到DMD的数据,这是一个UCHAR矩阵,具体的映射关系请参考如下帖子。
DLPD4X00KIT: D4100_usb.dll LoadData function clarafication - DLP products forum - DLP®︎ products - TI...
Best regards