Тёмный
No video :(

WLED Matrix and Custom Scrolling Text 

Bytes Of Pi
Подписаться 2 тыс.
Просмотров 14 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@TomWien
@TomWien Год назад
Jesus Christ. Thank you (and of course Mr. Ross) for the tip. This is exactly what I'm searching for weeks at the moment. Kid in the neighborhood, gonna have fun this year thanks to you guys. 🙏🤞💥
@BytesOfPi
@BytesOfPi Год назад
That's awesome. Good luck on your project!
@socjuanjo43
@socjuanjo43 Год назад
Hello, this message is to say a big thank you for your videos. With two WT32-ETH01, I have put together my first light show. It has been incredible. It would not have been possible without your help. With all my heart, thank you.
@BytesOfPi
@BytesOfPi Год назад
That's awesome! Thanks for sharing. Blending WLED, WT32-ETH01 boards and xLights allowed me to get into this hobby without a lot of money invested. I hope this opens up a lot of possibilities for creativity in your show!
@nakulagham2058
@nakulagham2058 9 месяцев назад
Thank You Sir, It helped 😇
@BytesOfPi
@BytesOfPi 9 месяцев назад
Awesome! Glad to hear it
@donpera3654
@donpera3654 Год назад
Good video friend and very interesting thank you. Friend, I have it translated into Spanish, I can share it with my friends and followers, thanks, greetings from Colombia, thanks
@BytesOfPi
@BytesOfPi Год назад
Greetings and thanks! I hope it helps with your projects!
@rosscastona7809
@rosscastona7809 Год назад
Wow! my friend thanks for the shout out!. But there is still an issue with wled 14 2D configurations and xlights. I just ran xlights RGB chase test on my 25X16 matrix. My matrix first led is bottom left, serpentines up to pixel 400. Running xlights RGB chase test, first pixel starts top left and chases right and goes line to line down ( left to right ) NO serpentine!. So wled set up to 2D configuration is clashing with xlights. The only time I had any luck with a wled 2D version and xlights, was a wled 12 sound reactive dev version.
@BytesOfPi
@BytesOfPi Год назад
Thanks for the tip! That was significant enough that the video needed to be updated so you didn't have to use my coding option. I also had issues with xLights. I have to think under the hood as something to do with them altering the mapping kno.wled.ge/advanced/mapping/ I am definitely holding off using the 2D until I can figure out why and fix it or the WLED developers fix it
@rosscastona7809
@rosscastona7809 Год назад
@@BytesOfPi Ya, I was messing around with the sound reactive for a couple of years ( thinking I could incorporate into my xlights shows ) But gave up after learning more of what you can do in xlights with a matrix. I myself would still like to use it. Hey! keep me in the loop if you should figure something out and I'm going to keep checking on wled. Thanks for what you do on these infromation videos, keep up the good work!!!
@blagojcehristoski9779
@blagojcehristoski9779 Год назад
When you setup WLED for 2D under the hood it remap the LED in no serpentine horizontal layout with starting LED in top left corner so the build in effects can work when you adding in xLights you need to add 16 Strings with 25 Nodes/String 1 Strands/String and you will get correct display from xLights
@andreamitchell4758
@andreamitchell4758 Год назад
What would really be amazing is if there were a way to get live data into the matrix like for example CPU temps I would like to make a sort of DIY display for my PC maybe have it fit over an air cooler and act like a NZXT pump head display with cam software, but not necessarily using cam software . Also wonder how you would go about integrating s matrix with PC lighting effects software like Icue, or aura sync
@BytesOfPi
@BytesOfPi Год назад
I actually have some thoughts about that. It might involve some customization. Stop scrolling and other text options: Right now WLED always scrolls the text. Also it looks to the name of the segment for the text. However you can customize the code and tweak it for use. I actually rolled out the previous version of this video where I customize the text to a slider. I could also probably mod this code to hold still and centered if the speed was 0. Take a look at: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2Qi-ZgTc8Nk.html MQTT and JSON API: WLED already lets you programmatically control your instance with MQTT and JSON API. If you had a CPU sensor that recorded CPU heat, you could post messages to an MQTT broker or call the WLED directly using API calls. May be worth checking out: kno.wled.ge/interfaces/json-api/ kno.wled.ge/interfaces/mqtt/ I've been gathering video material on setting up an MQTT connection to WLED controllers, but try to decide if it's worth publishing or not. If you do customize the LED, I'd love to hear about it. I have customized WLED twice for my personal use only to have them roll out those features on their next release. I wouldn't doubt if they beef up their matrix support in the future As for Aura sync, some guy already modified it, but I've not tried it, but he has a write up: www.reddit.com/r/WLED/comments/pk1qtz/wled_controlled_aura_sync/
@peterle987
@peterle987 25 дней назад
Thank you, I never have found that trick by myself. But: how to save the text ?
@BytesOfPi
@BytesOfPi 20 дней назад
Near the end of the video, I talk about renaming the segment for the text. Once you get it configured, you can use presets to save your settings
@peterle987
@peterle987 19 дней назад
@@BytesOfPi thank you - I didnt work a few times, but after I switched everything to an ESP32 board (used a 8266 for testing) for allday use - it suddenly worked without any reason. 👍
@BytesOfPi
@BytesOfPi 15 дней назад
@@peterle987 Awesome! Glad you were able to resolve it with a different board. The 8266 probably didn't have enough memory
@damon20r
@damon20r 10 месяцев назад
How did you get the text to be several pixels wide on the background matrixes during the video? Mine are all single pixel wide letters like the ones you did at the end of the video.
@BytesOfPi
@BytesOfPi 10 месяцев назад
When you select the scrolling text effect on the effects tab, one of the sliders is a font size slider. You can change the font size with that slider to make it thicker.
@damon20r
@damon20r 10 месяцев назад
@@BytesOfPi I already have the slider as large as it goes. I'll try playing around with the height of the matrix with segments to see if that does it. It is a 31 x 31 matrix and I already have split it into two segments but it didn't change the thickness of the text so I'll make it much more rectangular.
@BytesOfPi
@BytesOfPi 10 месяцев назад
@@damon20r WLED has a few canned font sizes. I think the max font is a thin font. Try slightly smaller for thicker fonts. If you really wanted to tweak your fonts, I can show you where in code You can modify the font sizes to whatever you want. I usually flash my controller is using VS code so I can modify the code to fit my needs. You can tweak the font sizes here in code and then flash your version onto your controller github.com/Aircoookie/WLED/blob/1dab26bcbcac051f2b7be47a2d5c757a9938bf1f/wled00/FX.cpp#L5909
@nagamanihegde9609
@nagamanihegde9609 Год назад
hii.. i get some noticeable gaps between laters (only few laters ) .. how can i fix this...?
@BytesOfPi
@BytesOfPi Год назад
Just to clarify, I think you mean gaps between letters? It really depends on what letters you use. For a given font, the letters and characters need to fit within a rectangle of pixels (say five pixels wide by 7 pixels long) some letters like punctuation are really thin, and they always start at the left hand side of that rectangle so you may experience some gap. You can try different font sizes which may close the gap because it has fewer pixels wide. Try the gear slider on the scrolling text preset to change the font size. If you really want to tweak the font size, I have a similar video to this one that I've kind of hidden because I modify the code. You can adjust the font size in code. Here's a glimpse into the code you need to modify to adjust the font size. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2Qi-ZgTc8Nk.html
@matthewpetersen9791
@matthewpetersen9791 Год назад
Which led matrix panel are you using?
@BytesOfPi
@BytesOfPi Год назад
It's a custom matrix I made myself using 11mm bullet pixels, 3/4 pvc frame, and plastic pvc chicken fence. Use it on my house if you've seen my show videos. 5ft x 6ft. Not so hot up close because I'm using Ray Wu bullet pixel strands, but from a distance, it's not as noticable.
@d1erubey
@d1erubey Год назад
Is there any other way to send it text like from a browser?
@BytesOfPi
@BytesOfPi Год назад
I'm not sure what you mean by sending it text from a browser. Changing the text of the segment is using the browser. If you mean programmatically sending it a command through JSON API, I don't see a specific API called out in the documentation, but it can probably be teased out.
@vipalsharma4120
@vipalsharma4120 Год назад
FAIL WLED ,WHEN SUPPLY 5V DISCONNECT AND AGING GIVE 5V DISPLY WS2812 IS PLAIN ALL LED GLOW
@BytesOfPi
@BytesOfPi Год назад
I've got an unlisted version of this video where I edit the code. Here's that video at the place where I modify the code for a multiple text slider ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2Qi-ZgTc8Nk.html
Далее
How to make WiFi LED digital Clock 100%Easy!!
10:16
Просмотров 115 тыс.
ЛОВИМ НОВЫХ МОНСТРОВ В LETHAL COMPANY
2:42:22
Ajdarlar...😅 QVZ 2024
00:39
Просмотров 484 тыс.
English by 3ATIVE
18:49
Просмотров 47 тыс.
Bullet Pixel Matrix with WLED and xLights
13:27
Просмотров 9 тыс.
WLED Scrolling Text Overlay (0.14.0-b2 beta)
7:57
Просмотров 6 тыс.
WLED Matrix Fun!  Scrolling Text and Pixel Art
1:50:31
Просмотров 8 тыс.
Setting up an LED MATRIX in WLED!!
13:47
Просмотров 65 тыс.
WLED on your Matrix Displays Without Custom Mods!
5:47
How to Build a Massive LED Wall on a Budget
14:30
Просмотров 343 тыс.