Skip to content

fix(vglite): update NXP's VGLite implementation#5887

Merged
XuNeo merged 5 commits intolvgl:masterfrom
nxp-mcuxpresso:master-nxp-release
Mar 17, 2024
Merged

fix(vglite): update NXP's VGLite implementation#5887
XuNeo merged 5 commits intolvgl:masterfrom
nxp-mcuxpresso:master-nxp-release

Conversation

@cristian-stoica
Copy link
Contributor

Description of the feature or fix

Bugfixes related to vglite driver

Notes

anaGrad added 5 commits March 15, 2024 14:59
unify vglite_set_transformation_matrix()
add static function for _vglite_recolor()

Signed-off-by: Ana Grad <ana.grad@nxp.com>
The issue was the clipping area was set on coodinates relative to the original FB address.
During blit split, the target address get shifted to be as close as possible to the area of blitting.
Hence the split blit worked but the image was actually wrongly clipped.

Signed-off-by: Ana Grad <ana.grad@nxp.com>
Source buffer should have the original size of the image because while
it's being drawn in slices, the slice coordinates will become invalid
related to the buffer width and height.

Signed-off-by: Ana Grad <ana.grad@nxp.com>
Created a define to the maximum possble size of the arc path. The previous size was incorrect as it was too small to include the whole corners.

Signed-off-by: Ana Grad <ana.grad@nxp.com>
Signed-off-by: Ana Grad <ana.grad@nxp.com>
@PGNetHun PGNetHun changed the title nxp vglite fixes fix(nxp) vglite fixes Mar 15, 2024
@kisvegabor kisvegabor changed the title fix(nxp) vglite fixes fix(nxp): update NXP's VGLite implementation Mar 16, 2024
@kisvegabor kisvegabor changed the title fix(nxp): update NXP's VGLite implementation fix(vglite): update NXP's VGLite implementation Mar 16, 2024
@XuNeo XuNeo merged commit f42be6a into lvgl:master Mar 17, 2024
@nicusorcitu nicusorcitu deleted the master-nxp-release branch March 18, 2024 05:28
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants