-
Notifications
You must be signed in to change notification settings - Fork 50
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
WipperSnapper on Funhouse causes bootloop and crash #630
Comments
@tyeth I spent an hour or so this morning tracking this issue down, you may have more experience with LVGL and want to try taking a look next week: Where this issue is originating from: Challenges while debugging, on my end:
Related Issue: adafruit/Adafruit_LvGL_Glue#23 |
v3.0.5 was released this week, and building with that in platformIO / vscode I don't see the bug (display initialises and board comes online). Had issues building in arduino ide, will revisit tomorrow |
Got it building in arduino ide (BSP 3.0.5). Appears to respect the lv_conf.h I've added to my sketch folder. Runs fine. |
log attached |
@tyeth I'll try this today, you think it's isolated to BSP 3.1.0-rc.0? |
It appeared to be, as I got a build out of 3.0.5, but I wouldn't bet the house on it. The only thing I saw that could affect things was that in idf 5.3.0 (bsp 3.1.0-rc0) there was an additional parameter added for logic level high or low which previously was related to display corruption on another SPI display. I don't believe this is our issue as we don't use the alternative logic level like the bugged display in the idf 5.3.0 issue, but it did sound similar. |
@tyeth Did we release a fix for this and can close this issue? |
@brentru I think that was part of the reason for pinning the ci-arduino repo (ci-wippersnapper branch). |
Right Okay, going to close this out |
Reopening this issue. |
Closed with the release of v1.0.0-beta.91 (retested and same funhouse is now happy) |
Note: this is still pinned to BSP < 3.1.x for FunHouse / LvGL Glue |
Describe the bug
From (https://forums.adafruit.com/viewtopic.php?p=1028567#p1028567) but also observed by me:
Arduino board
Adafruit FunHouse ESP32-S2
To Reproduce
Install WipperSnapper Beta on FunHouse via io.adafruit.com's web uploader
Expected behavior
TFT should come into the loading screen, not crash
Which components are connected to your device
None
OS Tested: MacOS, Windows 10
Smartphone (please complete the following information):
n/a
Additional context
Forum post with original problem: https://forums.adafruit.com/viewtopic.php?p=1028567#p1028567
The text was updated successfully, but these errors were encountered: