-
Notifications
You must be signed in to change notification settings - Fork 53
Merge upstream LVGL 'v8.3.7' #41
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
Merged
carlescufi
merged 429 commits into
zephyrproject-rtos:zephyr
from
faxe1008:update_8.3.7
Jul 10, 2023
Merged
Merge upstream LVGL 'v8.3.7' #41
carlescufi
merged 429 commits into
zephyrproject-rtos:zephyr
from
faxe1008:update_8.3.7
Jul 10, 2023
Conversation
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
* Update lv_gpu_stm32_dma2d.c fix stm32 DMA2D blend。 * add SWM341 DMA2D support for lvgl * add SWM341 DMA2D support for lvgl * add SWM341 DMA2D support for lvgl * add SWM341 DMA2D support for lvgl * add SWM341 DMA2D support for lvgl
Co-authored-by: pengyiqiang <[email protected]>
…OLOR_SCREEN_TRANSP With the new layer handling LV_COLOR_SCREEN_TRANSP will be enabled in a lot of cases but screen_transp still shouldn't be enabled.
* feat(cmsis-pack): Monthly update for April * fix typo
Co-authored-by: pengyiqiang <[email protected]>
fixes: #3306
Co-authored-by: pengyiqiang <[email protected]>
* fix(meter): remove unused code * add part_draw_dsc.p2 = &p_outer Co-authored-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <[email protected]>
* chore: correct the code format in lv_conf_template.h Signed-off-by: Xiang Xiao <[email protected]> * feat(config): support #undef in lv_conf_template.h Signed-off-by: Xiang Xiao <[email protected]>
…#3313) and order macro in lv_conf_kconfig.h as Kconfig and lv_conf_template.h Signed-off-by: Xiang Xiao <[email protected]>
Signed-off-by: Xiang Xiao <[email protected]>
* fix(config): add LV_LAYER_SIMPLE_BUF_SIZE to Kconfig Signed-off-by: Xiang Xiao <[email protected]> * fix(config): remove LV_USE_EXTERNAL_RENDERER which is unused anymore Signed-off-by: Xiang Xiao <[email protected]>
fixes: #4174
The method set_px_argb and set_px_argb_blend did not handle the case of monochrome color depth, leading to unititalized value warnings. Signed-off-by: Fabian Blatz <[email protected]>
This patch renames several files according to the changes performed in upstream lvgl. Signed-off-by: Fabian Blatz <[email protected]>
This was referenced Jun 23, 2023
pdgendt
approved these changes
Jun 26, 2023
carlescufi
approved these changes
Jul 10, 2023
faxe1008
added a commit
to faxe1008/zephyr
that referenced
this pull request
Jul 10, 2023
Related to zephyrproject-rtos/lvgl#41 Signed-off-by: Fabian Blatz <[email protected]>
carlescufi
pushed a commit
to zephyrproject-rtos/zephyr
that referenced
this pull request
Jul 10, 2023
Related to zephyrproject-rtos/lvgl#41 Signed-off-by: Fabian Blatz <[email protected]>
@faxe1008 I saw no merge commits in your PR, which surprised me. Did you use |
@carlescufi I used the branch by @diegoherranz https://github.com/diegoherranz/lvgl-zephyr/tree/v8.3.3-zephyr and iirc I rebased the changes since 8.3.7 from upstream onto his changes. |
coreboot-bot
pushed a commit
to coreboot/zephyr-cros
that referenced
this pull request
Jul 11, 2023
Related to zephyrproject-rtos/lvgl#41 (cherry picked from commit 55442c1) Original-Signed-off-by: Fabian Blatz <[email protected]> GitOrigin-RevId: 55442c1 Change-Id: I3b41b120b861bd56b9153ff31819a707d87c298e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4677429 Tested-by: ChromeOS Prod (Robot) <[email protected]> Reviewed-by: Al Semjonovs <[email protected]> Tested-by: Al Semjonovs <[email protected]> Commit-Queue: Al Semjonovs <[email protected]>
faxe1008
added a commit
to faxe1008/zephyr-lvgl
that referenced
this pull request
Jul 14, 2023
Merge upstream LVGL 'v8.3.7'
DRuffer-tmo
pushed a commit
to tmobile/DevEdge-IoTDevKit-ZephyrRTOS
that referenced
this pull request
Jul 27, 2023
Related to zephyrproject-rtos/lvgl#41 Signed-off-by: Fabian Blatz <[email protected]>
DRuffer-tmo
pushed a commit
to tmobile/DevEdge-IoTDevKit-ZephyrRTOS
that referenced
this pull request
Jul 27, 2023
Related to zephyrproject-rtos/lvgl#41 Signed-off-by: Fabian Blatz <[email protected]>
DRuffer-tmo
pushed a commit
to tmobile/DevEdge-IoTDevKit-ZephyrRTOS
that referenced
this pull request
Aug 8, 2023
Related to zephyrproject-rtos/lvgl#41 Signed-off-by: Fabian Blatz <[email protected]>
DRuffer-tmo
pushed a commit
to tmobile/DevEdge-IoTDevKit-ZephyrRTOS
that referenced
this pull request
Aug 9, 2023
Related to zephyrproject-rtos/lvgl#41 Signed-off-by: Fabian Blatz <[email protected]>
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 PR is based on #33 work, but integrates the changes from 8.3.7.
Fixes performed include:
I tested the zephyr lvgl sample on my nxp rt1060 evkb and it ran fine.
However I'd really appreciate feedback on the change regarding the commit revert.