Dear TI engineers,
I would like to understand how the buffer swap setting works in the Pattern Display LUT data command (I2C: 0x78) and what should I set for the buffer swap setting in my application.
I am using pattern sequence mode with pattern source from video port. Each 24bit transfer frame with project 2 7bit projection data (R1 to R7 & G1 to G7).
Below is the Pattern Display LUT data command (I2C: 0x78) that I set for my application:
0x77 02 (open Mailbox For Pattern Definition)
0x76 00 (set Pattern Display LUT Offset Pointer = 0)
0x78 05 77 04 (set Pattern Display LUT Data Pattern Definition)
// 05 = 7bit R1-R7, external positive trigger
// 77 = white color, 7 bit
// 04 = perform buffer swap (buffer swap setting need to set 1 or not?)
0x78 03 77 04 (set Pattern Display LUT Data Pattern Definition)
// 03 = 7bit G1-G7, no input trigger (continue from previous)
// 77 = white color, 7 bit
// 04 = perform buffer swap (buffer swap setting need to set 1 or not?)
0x77 00 (close Mail box)
Thank you.