#VJ Lighting
39 messages · Page 1 of 1 (latest)
n1ce one
Nice effect, but i dont see the stuff in the video
Ah, The Manual BPM Limit controls what effects are shown
Manual BPM for control the mode, actually high BPM will show more mode effect
Can you create 3D-style effects?
😆 @keen valley this kind of 3D? https://discord.com/channels/803347488190365737/1466540194126888980
It’s as if it’s leaping out of the screen
@keen valley🤣 let me figure out, wow, i like this cube
What model is your P2.5 screen? I also have 4 such P2.5 screens. When I used the WLED-MM firmware, I encountered many problems. The screen wouldn’t turn on unless I restarted the esp32-s3 several times. Additionally, when connecting it to SignalRGB, 4-5 rows of pixels at the bottom of the screen displayed very badly. How do you manage to connect so many screens to SignalRGB without any issues or lag? Could you teach me how to do that?
The wall is fitted with WS2812
16*16
Of course, I plan to replace it with a P2.5. That will take some trial and error.
Is what’s on the wall a WS2812 matrix panel?
yes
Okay, I thought the screen on your wall was a P2.5 screen.
I’m trying to use a P 2.5 screen, but I’m encountering many problems right now.😫
I’ve successfully gotten my P 2.5 screen to work, but when connected to SignalRGB, the bottom 3-4 rows of pixels display poorly with lag. However, the built-in effects in the WLED web settings work smoothly. Additionally, the screen doesn’t start up properly every time I power it on; I need to restart the ESP32-S3 several times before the screen displays correctly.
I cannot upload images to this channel because I don’t have the permission.
I’ll try again later
Are you trying to use esp32 to drive this screen?
Can you teach me how you did it?
I use esp 32 S3 n16R8. There are 4-5 lines of pixels in the lower half of the screen, which is very stuck.
@keen valley those are his 64x64 lag😆
We will be offering it for sale. It is currently still in development.
You can compress the pixels. 1->4
RGB888->RGB666
@keen valleyalright thanks
I recommend not using WLED, as it is currently running other services.
It does not process the data immediately
Also, try to avoid using PSRAM
PSRAM has a large capacity, but it is not suitable for processing real-time data.
The ESP32S3's built-in 512 KB of SRAM is sufficient to drive a 64×64 display.