-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WLED 0.15 broke the 4 line display #4452
Comments
@yousaf465 can you elaborate a bit on the details of your hardware?
How does it look when your display is broken? |
How many outputs, and how many LEDs? (a screenshot of your LEDs settings page might help) |
That looks like a very old version of 4LD usermod. You should update that as well. |
Any code for new 4LD? |
Hello in WLED 0.15 i think the problem is associated with U8G2 library version ( , i get Four line display working with this setup on platformio_override.ini on a esp32 C3, if you force an old version example; U8g2@~2.35.30 it will work, at least for me, because if you work with newest versions, it compiles but stuck at boot. -D USERMOD_FOUR_LINE_DISPLAY #CHECK YOUR LIB VERSION!! YOU SHOULD ADD olikraus/U8g2@2.35.30 The problem comes when i try to eneble the rotary encoder mod, it just stuck at boot. I cant find a way to make it work. I got it workin in the WLED previous version i WIll apreciate any help. Thanks. |
For me it is working with:
Rotary encoder as well. |
it is working on bot build too? |
I don't use bot. Compile using PIO or use provided binaries from @srg74 or @wled-install |
can you provide the link to @srg74 bins? I had the old link. |
@yousaf465 Did you try https://wled-compile.github.io/ ? Does it work (with usermod "I2C/SPI 4 Line Display Usermod ALTernative (New)" selected)? |
Confirmed working SSD1306 SPI display with WLED 0.16.0-alpha (build 2501310) and olikraus/U8g2 @ ^2.34.22. Also compiled with olikraus/U8g2 @ ^2.36.4 and works too. |
OK thanks, i have test my build on an standar ESP32 and it works perfectly, both MODS: FOUR LINES DISPLAY ALT and ROTARY ENCODER, even the AUTOSAVE MOD works all together, the problem comes when y try to use both on the ESP32 C3. FOUR LINES DISPLAY MOD works well, but when i enable the ROTARY ENCODER MOD ALT, the software build correctly but fails at startup, reboot constantly. If i use FOUR LINES DISPLAY ALT alone works, but if i use it with ROTARY ENCODER and /OR AUTOSAVE do not. There is a way to startup these MOD as disabled at first boot? |
Most likely you using boot strapping pins. Otherwise everything should be fine. Check if you have pull up resistors on your rotary encoder. |
I tried it on a testing esp32. I think the old version was working. didn't try the new version. not working on this though. |
Dear everyone, Four line display and Rotary encoder usermods are not broken and are working in 0.15 (or 0.16). I have both of those on my desk and have been tested thoroughly. |
can you post link to working bins? |
You can try one of my bins Just look at file names, some are with specific usermods, some are not. |
What happened?
With 0.15 update my display isn't working
To Reproduce Bug
update to 0.15
Expected Behavior
update to 0.15
Install Method
Self-Compiled
What version of WLED?
0.15
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: