I am trying to create a python wrapper to access the DLL functions to control a DLP9500 using the Discover 4100 set up. I am having trouble getting the correct image to show up on the DMD.
From another forum, there seems to be some confusion on what Row Data looks like. If I want to load a row of data, for the 1080x1920 DMD, it will be 1920 bits of data, or 240 bytes of data. The unsigned Char is a 8 bit type. To load, for example, a row of on's, so a 1920 bits of 1's. Do I have to convert the 1920 bits into groups of 8, and convert the groups of 8 into UCHAR values, thus creating a list of length 240?