ShiftPWM support topic. Latest update: Schematics, high power LED's, LED strips

Hi!
I connected my Mono LED Cube 555 to ShifMatrixPWM as a matrix of 5 * 25, and wrote the function SetVoxel, by which row and col are converted to coordinates x, y, z:

void SetVoxel(int x, int y, int z, int value){
ShiftMatrixPWM.SetOne(y, numRows*z+x, value);
}

I am not a programmer, so I doubt that I did the right thing. Maybe it could be better done directly in the library? But how?

Here's the videos: