WLED Custom Scrolling Text - A Quick Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 15

  • @thatpspguy
    @thatpspguy หลายเดือนก่อน

    Thank you. Have set multiple presets with different phrases. Been wanting this for the rear window of my car. If you know what I mean. ;)

  • @susantamondal9940
    @susantamondal9940 หลายเดือนก่อน

    Sir, what is the Circuit diagram of esp32 with ws2812 LED string?

    • @Electriangle
      @Electriangle  หลายเดือนก่อน

      Here is a guide and circuit diagram: lastminuteengineers.com/esp32-wled-tutorial/

  • @ShawankumarParida
    @ShawankumarParida 10 หลายเดือนก่อน

    How to apply two different effect on each half of the leds, one side random flickering and other side android type effect at the same time?

    • @Electriangle
      @Electriangle  10 หลายเดือนก่อน

      In the WLED application, you can use the "segments" tab to separate the lights into parts and control them with different effects. You need to define the segments by typing the start and stop LEDs for each segment (for example, 0 to 50 for one segment, then add a new segment for 51 to 100, etc.). When the checkmark for the segment is active, then it will change the effect for that segment.
      If you search for "WLED segments" on TH-cam, you can find a tutorial that can help explain how to use them.

  • @jean-phiclerc5570
    @jean-phiclerc5570 4 หลายเดือนก่อน

    thank you for this video, I also played with Wled and scrolling text, with a 32x8 matrix. I'm having trouble displaying multiple sequences of text and finding the right display timing. It seems that there is a character limit, and the management of display times (seconds) is not respected, have you also noticed this? thank you Jean-Philippe

    • @Electriangle
      @Electriangle  4 หลายเดือนก่อน +1

      I haven't come across that issue myself. But I did find on Reddit for r/WLED, BytesOfPi mentioned there is a limit of 32 characters. He also created a workaround for that if you are willing to go in and tweak the code through PlatformIO. Here's the post: www.reddit.com/r/WLED/comments/12fzgnw/presets_with_scrolling_text/

    • @jean-phiclerc5570
      @jean-phiclerc5570 4 หลายเดือนก่อน

      @@Electriangle i have the limitation of characters (i work with ESP8266) thanks for sharing link, i have to investigate more on timer for my scrolling texte, thanks!

  • @kenanderson7321
    @kenanderson7321 8 หลายเดือนก่อน

    Is there away to display two rows of text at the same time?

    • @Electriangle
      @Electriangle  8 หลายเดือนก่อน

      Yes, it does work with more rows of text. I just tested it to confirm. You simply add another segment and adjust the start and stop boundaries. For example, you could make the first segment "Start Y" set to 0 and the "Stop Y" set to 8. Then for the second segment, you could make the "Start Y" set to 8 and the "Stop Y" set to 16.
      The only thing is you can't have less than 6 pixels tall or the text will get cut off. That is the minimum height it needs to display the letters. So for my matrix project shown in the video, it doesn't fit with the example I gave. But if your matrix project is bigger, then it will work fine.

  • @NarfikaWasnia
    @NarfikaWasnia 11 หลายเดือนก่อน

    Thanks for sharing

  • @lakomichlakom112
    @lakomichlakom112 6 หลายเดือนก่อน

    How up speed scrolling? Now very slow... need x3

    • @Electriangle
      @Electriangle  6 หลายเดือนก่อน +1

      Yes, you can speed up the text scrolling speed by changing the sliding bars shown under the effects tab. It is the slider called "Effect speed". (See video at 1:44).

  • @pigeonramier6898
    @pigeonramier6898 3 หลายเดือนก่อน

    Hi, where is the 0.34 version ??????

    • @Electriangle
      @Electriangle  3 หลายเดือนก่อน

      Do you mean for the WLED firmware? The WLED releases can be found here: github.com/Aircoookie/WLED/releases
      At the time of the video, they were at 0.14.0. I would recommend downloading the 0.14.4 stable release for now until the next 0.15.0 version gets formally released.