I have some questions regarding the use of the "Display Timing Reset" feature of the TLC5955.
1. It is my understanding that, in order to invoke this feature, all I need to do is pull LAT high while GSCLK is in a low state? Am I correct?
2. As long as I don't send in any new data through SIN/SCLK between two separate LAT pulses, will the grayscale/control data remain unchanged on that second pulse?
I mainly ask this because a project that I am working on requires some particular timing constraints that involve higher PWM frequencies than this chip provides by default. I believe that I can increase this apparent frequency by scaling down the duty cycle, and then just resetting the GS counter early. Say I wanted twice the refresh rate. I would scale my 16-bit GS value by 1/2, and then reset the GS counter once it reaches 32,768 steps in.