-
Notifications
You must be signed in to change notification settings - Fork 182
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
ESP32-S2-HMI-DevKit-1 with LVGL version 8.x => Not working (IDF-Version 4.3) (IDFGH-8413) #58
Comments
@VigneshAkshaya Please attach your new code which porting to v8.x. |
Please find the attachment |
@VigneshAkshaya I have reviewed your project, and I found there're some uncorrect configurations. You can modify them as follow: |
@Lzw655 • Button was created and added to the existing “Hello World “ text – Only “Button” text label is getting displayed. Changes I have made, Hardware Observation as below |
@VigneshAkshaya I checked the file "components\lvgl\lv_conf.h" in your project again, and I found the configuration "LV_USE_THEME_DEFAULT" is set to 0 which should be 1. This caused LVGL's widgets to have no default appearance. |
@VigneshAkshaya Is your problem solved? If so, please close this issue. |
Hey @Lzw655 , sorry for the delay, I was unavailable for whole past 2 weeks. • “LV_USE_THEME_DEFAULT” was set it to 1.Dsiplay is changed and there was no response on clicking the button |
Sorry for not responding to your question in a timely manner! |
Answers checklist.
General issue report
I have tried HMI development on ESP32-S2-HMI-DevKit-1 with LVGL version 7.11, working successfully.
But it is not working with the same code porting to LVGL version to 8.x
please find attachment for reference,
Any Support ?????
The text was updated successfully, but these errors were encountered: