I’d like to lay out my panels in a Z layout where it goes from top to bottom, then to the next side panel, and down. However, if I attached them from Left to Right, while use a long cable for the 2nd row, I can get it to work correctly with the following mapping:
const PanelMappingEntry panelMap32x16Mod4 =
{
{0, 0, 8},
{0, 16, 8},
{0, 32, 8},
{0, 48, 8},
{4, 8, 8},
{4, 24, 8},
{4, 40, 8},
{4, 56, 8},
{0, 0, 0} // last entry is all zeros
};
I thought about using the C_SHAPE_STACKING, but I’m not exactly doing a C_SHAPE. It would be more of a Z Shape (Zigzag). Can the mapping be changed to accommodate the Zigzag, or will I have to change the board to be linear and use a long cable?
This is what it would look like: