Scrolling text using ws2811 strip

Hi

Dear all

I am quite new to arduino
The project that i am currently into is 8 single -color LED Matrix Scrolling Text Display
but i am currently doing a project using arduino uno board
is there any sample coding that i can refer to and modify. I am using ws2811 strip that is 5050 SMD addressable IC. I want to scroll text from left to right

I moved your topic to an appropriate forum category @isongbaba .

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

for ideas, look at GitHub - adafruit/Adafruit_NeoMatrix: Adafruit_GFX-compatible library for NeoPixel grids

you'll also find code examples using scrolling text like https://forums.adafruit.com/viewtopic.php?t=115535

You will need to arrange this strip into 8x?? rows or columns to have scrolling text. Here is an example of 8 rows x 32 columns with scrolling text.