[FTTB] 16x16 rgb matrix part 2

You don't need to go to that much trouble. You can do one of two things:-

  1. Cascade the shift registers. You are having to write to them all every refresh so why not?

  2. Have common data and clocks for all shift registers and just have a separate latch for each shift register.