DLPC6401的信号输入端口有port1的 parallel video data 有30个bit 。 但是用RGB888的格式输入也只要24位。请问是不是在应用的时候将A,B,C三个端口的0和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.
DLPC6401的信号输入端口有port1的 parallel video data 有30个bit 。 但是用RGB888的格式输入也只要24位。请问是不是在应用的时候将A,B,C三个端口的0和1位接地或者悬空。
求解 谢谢
您好!
感谢使用TI的DLP产品。
请参考Datasheet page5。
Sources feeding less than the full 10-bits per color component channel should be MSB justified when connected to the DLPC6401 and
LSBs tied off to 0. For example, an 8-bit per color input should be connected to bits 9:2 of the corresponding A, B, or C input channel.
BT656 are 8 or 10 bits in width. If a BT656-type input is used, the data bits must be MSB justified as with the other types of input
sources on either of the A, B, or C data input channels.

谢谢!