Hello, Masters plz help me i want only one example of pixel led matrix(24x8

Hello, Masters
plz help me
i want only one example of pixel led matrix(24x8 Serpentine) in which i want to create any simple shape like zig zag or ladder shape and want to scroll it. Can u give me any one example plz.

What do you mean you want to scroll it ?
On way is simply to erase it and re display it at another position.
or you want the content of the screen to be moved by on ‘row’ or column and the disappearing ‘row’ or ‘column’ repeats on the other side

i want to make any shape in 24x8 serpentine matrix and it should be scroll both side row & column can u plz give me any example code for it.

@Pankaj_Patel - when you ask about zig zag shape, do you mean a zig zag animation like the one in the video in this post:

https://plus.google.com/102639486677013343669/posts/gg58mUZfgdL

FYI that is something I would like to learn how to do, too.

However, I can do simple sine waves and sawtooth waves on a matrix as seen in the following post of mine that includes the code for both:

https://plus.google.com/102004717133653297761/posts/dfJMis1aD6M

yes sir right
zig zag animation

and i mount led in serpentine manner
do u have any example plz tell me

i want to write my shape code in an array and scroll horizontal and vertically
plz give me one simple program

@Pankaj_Patel - Use my sine wave code at:

Substitute the array at line 144 with an array for your matrix created as if it was a non serpentine matrix or if it was a non serpentine matrix rotated 90 degrees in order to get the direction of the animation that you want. Use only the functions with “r90” in the name like the functions in line 135 and in line 236. That will allow you to get the animations that you desire.

ok thank you so much sir, will try this and let u know