Strip cut to 8x8 WS2812B

Hi before i start i appologize for my bad english

i'm new to this,

i want to make a 8x8 WS2812B from a strip because i want to make it flexible i know there is a flexible matrix 8x8 WS2812B but its really hard to find in my country, so i decide to make one from a strip and glue them together on a leather or something flexy, and the question is,

is this pattern same as the 8x8 matrix?
if i use an adafruit neopixel lib will it run?

this link is the project that i want to build How to Make a Customizable LED Display Hat - YouTube

i want to make this hat for my friend's birthday.

Thanks.

I believe you can make it quite easily. Just cut 8 substrips of 8 LEDs and connect them this way :

Just pay attention to the numbering of the LEDs (as you sketched it yourself) to program the animations.
I suggest you use the FastLED library, which is more powerful and faster than Neopixel.

Have you seen https://www.ebay.com/itm/8x8-3-5mm-Dot-Matrix-Display-Red-RGB-LED-Display-Common-AnodeUS/253557893618 ?

.

lesept:
I believe you can make it quite easily. Just cut 8 substrips of 8 LEDs and connect them this way :

Just pay attention to the numbering of the LEDs (as you sketched it yourself) to program the animations.
I suggest you use the FastLED library, which is more powerful and faster than Neopixel.

thankyou so much for your attention replying to this i really appreciate it, this way i have confidence to buy the materials :smiley:

ieee488:
Have you seen https://www.ebay.com/itm/8x8-3-5mm-Dot-Matrix-Display-Red-RGB-LED-Display-Common-AnodeUS/253557893618 ?

.

i do and actually this model is many in my country but, its not flexible.
and if i buy this from ebay it took so much time for me to get it.

but thanks anyway for your reply :slight_smile:

it's different: the led matrix from ebay is roughly 3cm x 3cm and the other is 10cm x 10cm

The led matrix also isn't 2812 - it is a matrix, so you need to handle the multiplexing, and it's not as bright (since duty cycle is lower)

lesept:
it's different: the led matrix from ebay is roughly 3cm x 3cm and the other is 10cm x 10cm

indeed the size will be different. maybe ill try with 144 WS2812B to make it more solid.

DrAzzy:
The led matrix also isn't 2812 - it is a matrix, so you need to handle the multiplexing, and it's not as bright (since duty cycle is lower)

To be honest i dont really know much about the programming but i tried the example matrix and it run properly. and also i tried another matrix program and it works im so glad, now i need to learns some codes and modify it.