-
Notifications
You must be signed in to change notification settings - Fork 285
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
LVGL release/v8.3 & ESP-IDF 4.2 - 5.2 #223
base: master
Are you sure you want to change the base?
Conversation
Thank your work, It work well for me |
this project seems abandoned, I wonder if it wouldn't be more effective to port these drivers to esp_lcd framework, so they can be used much more easily within any project? Espressif already have their own lvgl component which is maintained and easy to use, maybe that's why there's less interest in lvgl_esp32? |
增加了ST7735S的XY坐标偏移配置:https://github.com/BunnySakura/lvgl_esp32_drivers/tree/fork/hiruna_lvgl_8.3.7_idf_5.2 Added XY coordinate offset configuration for ST7735S: https://github.com/BunnySakura/lvgl_esp32_drivers/tree/fork/hiruna_lvgl_8.3.7_idf_5.2 |
Context
The current master branch of the lvgl_esp32_drivers is not compatible with ESP-IDF v5.x.
This PR includes code changes to allow compatibility with ESP-IDF 5+ (with backward compatibility down to v4.2).
Tested ESP-IDF versions:
Tested LVGL versions
Tested MCUs
Tested Displays
Additional Changes
See https://github.com/hiruna/lv_port_esp32/tree/develop/lvgl_8.3.7_idf_5.2 for the changes I made to the
lv_port_esp32
, I will create a PR with my changes to it afte this branch is reviewed and merged.See #222 for my testing & findings.