-
Notifications
You must be signed in to change notification settings - Fork 179
fix(lcd): use new mipi dma2d api (BSP-755) #694
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
base: master
Are you sure you want to change the base?
Conversation
|
@suda-morris @espzav PTAL,thanks |
4d186b9 to
8c798f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
8c798f9 to
0395ea9
Compare
suda-morris
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kainarx LGTM, please resolve the conflict as well.
0395ea9 to
0fa1204
Compare
75965e0 to
27e424e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
27e424e to
5a32408
Compare
5a32408 to
1fc6818
Compare
ESP-BSP Pull Request checklist
Change description
Please describe your change here
Note
Migrates LCD drivers to the new DMA2D enable API, adds a Kconfig toggle for DMA2D, and updates component versions/IDF constraints.
esp_lcd_dpi_panel_enable_dma2d()forESP_IDF_VERSION >= 6, retain.flags.use_dma2d = truefor< 6acrossek79007,ili9881c,lt8912b(HDMI), andst7796(incl. test)CONFIG_BSP_LCD_USE_DMA2Din BSP Kconfigs to control DMA2D usagedpi_configsmutable to setuse_dma2d; set MIPI DSIphy_clk_srcto0(driver default) in BSP display configsuse_dma2dand introduce*_DPI_CONFIG_CF(...)variants without embedded DMA2D flagsesp32_p4_function_ev_boardto5.2.0;esp_lcd_ili9881cto1.1.0;esp_lcd_lt8912bto0.2.0;esp_lcd_st7796to1.4.0; requireidf >= 5.4for the ESP32-P4 BSPWritten by Cursor Bugbot for commit 1fc6818. This will update automatically on new commits. Configure here.