Hi Makers,
first of all, thanks for sticking around and reading this post. I hope that someone can help me with what mappers to use for the matrix described below. I think it is possible using the included Pixel Mappers. If not, I’ll try to write a custom mapper but I don’t have a lot of experience with C++.
My Matrix consists of 20 64x32 Panels. I have 4 rows with 5 panels each. They’re all oriented the same way with the input left and the output to the right. The output of he last panel of the first row is connected to the input of the second row, and the output of the last panel of the third row is connected to the input of the first panel of the fourth row. The first panel of he first and the third row is connected to the RPI.
Here’s a visualization:
PI Output 1 ---> [P] --> [P] --> [P] --> [P] --> [P] -- |
|
| ---------<----------<--------<-------|
|
[P] --> [P] --> [P] --> [P] --> [P]
PI Output 2 ---> [P] --> [P] --> [P] --> [P] --> [P] -- |
|
| ------<----------<--------<----------|
|
[P] --> [P] --> [P] --> [P] --> [P]
And Idea on how to accomplish that?