Hi all, thanks to this thread, just bought 32x16 P10 outdoor unit panels recently and have a mapping problem same as what is discussed here but mine is 2scan. I just run the sketch MultiRowRefreshMapping but 2 red pixels instead of 1, then i try to use this patch by Eric and it fit for my panel. For reference my panel driven by CHIPONE ICN2037BP and the matrix panel map is this:
{0, 31, -8},
{0, 63, -8},
{0, 95, -8},
{0, 127, -8},
{2, 16, 8},
{2, 48, 8},
{2, 80, 8},
{2, 112, 8},
{4, 15, -8},
{4, 47, -8},
{4, 79, -8},
{4, 111, -8},
{6, 0, 8},
{6, 32, 8},
{6, 64, 8},
{6, 96, 8},
{0, 0, 0}
Just share my finding to whoever facing same problem.