ESP32_FFT_VU icon indicating copy to clipboard operation
ESP32_FFT_VU copied to clipboard

Tile Matrix question

Open steevemadison opened this issue 3 years ago • 2 comments

hi , i'm trying to get the VU working , but i'm stuck with my display , i have four 8x8 ws2812 progressive board that i'm trying to tile them as 16x16 what would be the best wiring configuration to make 16x16 ??? ( i know esp to din 1st board , dout 1st board to din 2nd board etc...

i tried a few config but it's all mixed up

what should be the code config too ,also tried a few code similar to this ex:

NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS + NEO_MATRIX_PROGRESSIVE + NEO_TILE_TOP + NEO_TILE_LEFT + NEO_TILE_ROWS + NEO_TILE_ZIGZAG);

steevemadison avatar Nov 27 '21 21:11 steevemadison

Can you show me a diagram of how your matrices are wired internally, and also to each other with the data path shown? It might not work for 2x2 anyway as I've never tried it.

On Sat, 27 Nov 2021, 21:50 steevemadison, @.***> wrote:

hi , i'm trying to get the VU working , but i'm stuck with my display , i have four 8x8 ws2812 progressive board that i'm trying to tile them as 16x16 what would be the best wiring configuration to make 16x16 ??? ( i know esp to din 1st board , dout 1st board to din 2nd board etc...

i tried a few config but it's all mixed up

what should be the code config too ,also tried a few code similar to this ex:

NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS + NEO_MATRIX_PROGRESSIVE + NEO_TILE_TOP + NEO_TILE_LEFT + NEO_TILE_ROWS + NEO_TILE_ZIGZAG);

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/s-marley/ESP32_FFT_VU/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSGWSLJANH4WX4XWWPJEZLUOFHCHANCNFSM5I4R7XKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

s-marley avatar Nov 27 '21 22:11 s-marley

the matrix board is cjmcu-8*8 (6 pins ws2812 led) top left din , +5 , gnd (depending on how you hold it in your hand) i took my multimeter to trace the wiring and from top left is the 1st led goes to the 8 led and goes back under the first led like a zigzag , same path as adafruit neomatrix [https://cdn-learn.adafruit.com/assets/assets/000/010/704/medium800/leds_hairy.png?1377844757]

1, 2, 3, 4, 5, 6, 7, 8 _______________________| | 9,10,11,12,13,14,15,16

bottom right dout , +5 , gnd

steevemadison avatar Nov 28 '21 00:11 steevemadison