Will the on/off data latch retain data while updating the control data latch with global brightness data?
In a cascaded driver design, would like to verify a scrolling data application would not require re-write all data drivers, to move data by one driver (column) 16 bits. If on/off data is retained in the on/off latch, writing 16 bits to a single driver could be used to shift data?
For example, with design containing N cascaded drivers:
-write on/off data to N drivers
-write global brightness data
-write on/off data to 1 driver (to shift data)
Thanks-Bob