feat(lvgl_port_simd): RGB888 image blend to RGB888#553
Merged
peter-marcisovsky merged 1 commit intomasterfrom Apr 8, 2025
Merged
feat(lvgl_port_simd): RGB888 image blend to RGB888#553peter-marcisovsky merged 1 commit intomasterfrom
peter-marcisovsky merged 1 commit intomasterfrom
Conversation
Test Results 19 files 19 suites 17m 42s ⏱️ Results for commit 2c7e658. ♻️ This comment has been updated with latest results. |
Benchmark for BOARD esp32_p4_function_ev_boardDATE: 08.04.2025 06:12 LVGL version: 9.2.2
Benchmark for BOARD esp32_s3_eyeDATE: 08.04.2025 06:15 LVGL version: 9.2.2
Benchmark for BOARD esp32_s3_lcd_ev_board_2DATE: 08.04.2025 06:22 LVGL version: 9.2.2
Benchmark for BOARD esp32_s3_lcd_ev_boardDATE: 08.04.2025 06:20 LVGL version: 9.2.2
Benchmark for BOARD esp_box_3DATE: 08.04.2025 06:17 LVGL version: 9.2.2
Benchmark for BOARD m5dialDATE: 08.04.2025 06:26 LVGL version: 9.2.2
Benchmark for BOARD m5stack_core_s3DATE: 08.04.2025 06:30 LVGL version: 9.2.2
Benchmark for BOARD m5stack_core_s3_seDATE: 08.04.2025 06:32 LVGL version: 9.2.2
|
6c85438 to
428a65f
Compare
tore-espressif
approved these changes
Apr 7, 2025
13ce660 to
cbd4229
Compare
- RGB888 blend to RGB888 (optimized memcpy for RGB888 type)
- esp32s3 assembly implementation using SIMD instructions
- esp32 assembly fallback
cbd4229 to
2c7e658
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This MR adds SIMD support for
LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB888Which is basically a highly optimized memcpy for memory arrays with RGB888 color format
ESP-BSP Pull Request checklist
Change description