Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

LVGL

Embedded graphics library to create beautiful UIs for any MCU, MPU and display type
Collective - Host: opensource - https://opencollective.com/lvgl - Website: https://lvgl.io - Code: https://github.com/lvgl/lvgl

chore(vg_lite): use pointer to access matrix element (#5591)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 9778599e03bd97248856a7bde03572a60e89334b authored 12 months ago
feat(script): add ARGB8565 format support (#5593)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - a1d9b5b5c07e12cd682d86f1e56b44262bcf81d4 authored 12 months ago
fix(refr): take stride into consideration in partial update mode (#5583)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 7f0b4d76d1a11a3a7b59b979575b01d03bc8d09f authored 12 months ago
fix(test): fix typo related to #5559 (#5594)

github.com/lvgl/lvgl - c1cecb569285547545855f88c8bf39bf1ec7dc79 authored 12 months ago
fix(sysmon): fix build error when LV_USE_PERF_MONITOR_LOG_MODE is enabled (#5597)

github.com/lvgl/lvgl - 33260fba35935d556e6b4e154d96f5abe0f1f4a2 authored almost 1 year ago
fix(sdl): use the new draw buffer structure in the layers (#5578)

github.com/lvgl/lvgl - 4f3c5e0355fef482d5947769fd026c182f2847da authored almost 1 year ago
docs(tabview): fix tabview doc (#5588)

github.com/lvgl/lvgl - e71269d046d14f9fe5a24b1c70064fcd33d4dd0a authored almost 1 year ago
fix(benchmark): improve the benchmark (#5558)

github.com/lvgl/lvgl - f880cc8c15089c8d33145b71e0c2fbf2af050709 authored almost 1 year ago
feat(vg_lite): add ARGB8565 support (#5592)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 973a6f062a2c8ff2ec6a58b4bf4041dcd8ff9767 authored almost 1 year ago
docs(indev): Document the relation between LV_INDEV_MODE_EVENT and data->continue_reading (#5586)

github.com/lvgl/lvgl - c23b9bc5ce3b89894a7f75bc2645ccb0bf4a589d authored almost 1 year ago
feat(vg_lite): add gpu idle flush (#5571)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 61c209c5044a0af48b30bb6d83a3192dd53cd9cf authored almost 1 year ago
fix(ffmpeg): add missing stride setting to ffmpeg image (#5580)

github.com/lvgl/lvgl - dd9707330d024f100985f911187e096f75ce44dd authored almost 1 year ago
feat(color): add color format ARGB8565

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 86016a819a134b2d71777406cfacb3a25d7685cc authored almost 1 year ago
fix(color): treat RGB565A8 bpp same as RGB565

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 52426ec1919274e282889129f00e00a9a2a9ce60 authored almost 1 year ago
fix(sysmon): fix build break (#5585)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 4a4d5775746d6d8680277be34c2be5f4d611b76d authored almost 1 year ago
fix(tileview): on size change auto. update the pos. of the tiles (#5577)

github.com/lvgl/lvgl - 672f79fccaaa1fbab8147ce109087d500e476728 authored almost 1 year ago
feat(vg_lite_tvg): add buffer address alignment config (#5576)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 2422f573587094a9937a3c886e7b47827a8ba64b authored about 1 year ago
refactor(image): rename align to inner_align (#5560)

github.com/lvgl/lvgl - 8754d4d8bebfcda38e6bea87f2ca5208ccf705f9 authored about 1 year ago
chore(deps): bump codecov/codecov-action from 3 to 4 (#5567)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+d...

github.com/lvgl/lvgl - 5dc2f7e1ccedd787ea37328820c090c9a14e6be8 authored about 1 year ago
chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.0 to 1.8.1 (#5565)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+d...

github.com/lvgl/lvgl - 53976b5f8b993f8da05e9395505046ce63c548c9 authored about 1 year ago
chore(deps): bump mymindstorm/setup-emsdk from 13 to 14 (#5566)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+d...

github.com/lvgl/lvgl - a37be62738aafbd680ba76b4b20d1be4600f04ae authored about 1 year ago
chore(deps): bump actions/cache from 3 to 4 (#5568)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+d...

github.com/lvgl/lvgl - 3edc33999646069d261b00d5cf21f3b89b3fca6a authored about 1 year ago
chore(deps): bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1 (#5569)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+d...

github.com/lvgl/lvgl - 6c16b82854a7c6774a9be026899cc7edf5f7da9d authored about 1 year ago
fix(sdl): fix keyboard handling (#5575)

github.com/lvgl/lvgl - 7e15886972425dbaedbbb421585aa4b343328fba authored about 1 year ago
feat(vg_lite/vector): add compatible processing for non-scissor support (#5572)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 7a2c696185984777ab0e62660511b26da8c0be3e authored about 1 year ago
feat(vg_lite): remove support for RGB565A8 (#5574)

github.com/lvgl/lvgl - 8a272e0950a0dd895baccaae6009a2cda339c180 authored about 1 year ago
optinally install demos and libs as well (#5387)

Co-authored-by: Gabor Kiss-Vamosi <[email protected]>

github.com/lvgl/lvgl - c1c3580c5ad4529ffefa4cef5e0183997f41c41f authored about 1 year ago
test(asset): add guard to test_img_emoji_F617 (#5559)

github.com/lvgl/lvgl - 6ad2bf4debfbd1e61d7023bcbe7e70f0ea64d9a1 authored about 1 year ago
docs(pc-simulator): Document how to set up SDL manually, without IDE (#5563)

Signed-off-by: J. Neuschäfer <[email protected]>

github.com/lvgl/lvgl - b6bb3a5329663f9279ca8228ab41c7d5f4942bfa authored about 1 year ago
fix(lv_conf): minor typo fixes in lv_conf_template.h (#5570)

github.com/lvgl/lvgl - b97c1258428fd6804b94a8e142618b892c27f9c8 authored about 1 year ago
fix(vg_lite): fix arc img not move to arc center (#5554)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 56077516a0e1c9ad5b19cf42ab3fe632968339d9 authored about 1 year ago
feat(vg_lite_label): upgrade path quality to HIGH (#5556)

github.com/lvgl/lvgl - ae6fdd53b0e629722bc58785630e81263a3b41f9 authored about 1 year ago
chore(arc): fix typo (#5553)

github.com/lvgl/lvgl - 2435e0352a0845c0f7e674419e61df34b83effc7 authored about 1 year ago
fix(vg_lite): add grad image buffer check (#5552)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 4ce16055e774244912df23505d7e7052ddea84c8 authored about 1 year ago
feat(draw_letter): adapt `lv_font_glyph_format_t` for draw_letter process

github.com/lvgl/lvgl - 3c1a76506e8d948d5c8e029f3467139bdddf7e16 authored about 1 year ago
feat(font_glyph_format): refactor draw and font format into `lv_font_glyph_format_t`

github.com/lvgl/lvgl - dfd922ad7350de571f3cf73c1ce4d691091e1a77 authored about 1 year ago
Revert "feat(font_glyph_format): refactor draw and font format into `lv_font_glyph_format_t`" (#5550)

Need to merge the commits separately.

github.com/lvgl/lvgl - 71e7bd816ee68790b7ab431629c80769cc6fecd9 authored about 1 year ago
feat(font_glyph_format): refactor draw and font format into `lv_font_glyph_format_t` (#5540)

github.com/lvgl/lvgl - 84917689da93c4309e28428626a6f85ede7028cd authored about 1 year ago
fix(obj): fix cover change with semi transparent gradients (#5531)

github.com/lvgl/lvgl - b9575fb3b7ac37b0a794051d5a15910b2a265721 authored about 1 year ago
fix(vg_lite): path matrix should use main vector matrix (#5538)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 56431ccfe45d6bc11ff54e118aa54cb93bbe549e authored about 1 year ago
fix(vg_lite): fix LV_RADIUS_CIRCLE not round (#5543)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 8b189f44969023b161ea91a4c48e80b0a6147f30 authored about 1 year ago
feat(vg_lite): add index format decode support (#5476)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 2bb393c375d4b02a5fb71bb9f98508564558ee7f authored about 1 year ago
chore(thorvg): fix warning (#5535)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 7a02d2496933fa8d9cd7b6417b50981e366c20b6 authored about 1 year ago
fix(vg_lite): add config to disable draw shadow (#5534)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - e271b2334124e1dbd415504cc6fcb30a3a8f413c authored about 1 year ago
fix(neon): update stride from px to bytes (#5526)

Signed-off-by: Peter Bee <[email protected]>

github.com/lvgl/lvgl - 0988eddfca2cff8355a0ee8e3c534c0ae1fca026 authored about 1 year ago
feat(vector): add API to append arc (#5510)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - e4de2d265aa1b251038d18659835502e95d14eaf authored about 1 year ago
feat(nuttx_image_cache): add independent image cache heap support (#5528)

github.com/lvgl/lvgl - 61b8378286782e3b7de5e1876580e21584f2b0e9 authored about 1 year ago
refactor(snapshot): use draw buffer interface (#5487)

Signed-off-by: Xu Xingliang <[email protected]>
Co-authored-by: Benign X <[email protected]>

github.com/lvgl/lvgl - 135ad49dce5f88b43a2f3fa23e919be46db3eebe authored about 1 year ago
chore(vg_lite): fix typo (#5525)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 396d7ae82b6653293b7f7a9b2ef11d80ac0ba549 authored about 1 year ago
fix(script): Remove TRUECOLOR for LVGLImage.py (#5523)

github.com/lvgl/lvgl - 8f67ffe608e62b47dd4ad7759c9cb2dc67a68269 authored about 1 year ago
fix(sysmon): support starting LVGL without having a display (#5518)

github.com/lvgl/lvgl - 0b7bf00876684f04cc982d06c3b78aa2db345e34 authored about 1 year ago
feat(cache): refactor cache framework and add new APIs (#5501)

github.com/lvgl/lvgl - f4267177e617464c6d8c5462a16dc0f39bc76033 authored about 1 year ago
fix(chart): set the series id correctly (#5482)

github.com/lvgl/lvgl - 4f9c16f1774b466b55e1dd819313431098521735 authored about 1 year ago
feat(drivers): add libinput/xkb driver (#5486)

github.com/lvgl/lvgl - b45ef5ccf9ff965fe6ab23406327ab570874beeb authored about 1 year ago
demo(music): add png assets (#5520)

github.com/lvgl/lvgl - c835e888b17f36ac3d1c859a72a9c24a51baf262 authored about 1 year ago
feat(draw_buf): misc update (#5498)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - da3ff11bd5e56a46e67aa15cae004b9877a8f377 authored about 1 year ago
feat(draw): add convenience methods for safely getting correct draw descriptor (#5505)

github.com/lvgl/lvgl - 152dc0b2beafa12e9030dc614d5bc3535e1e9c6a authored about 1 year ago
fix(vg_lite): fix clip corner image display error (#5517)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 019aa8d5610578dacc5c3e98296ace9ec8ada81b authored about 1 year ago
feat(profiler): add multithreading support and testcase (#5490)

Signed-off-by: FASTSHIFT <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xiaom...

github.com/lvgl/lvgl - 265ae0f56af7de5804b28e6a51ad712d3f63c426 authored about 1 year ago
chore(indev): Cleanup before working in double and triple click support (#5512)

github.com/lvgl/lvgl - 26e29c13f575564036615d5465ae4884474b5c2c authored about 1 year ago
fix(arduino): update example LVGL_Arduino.ino for v9 (#5499)

github.com/lvgl/lvgl - 42214e0780e754e100387f8ad98b4e96d62b5085 authored about 1 year ago
chore(demos): Remove unused definitions (#5506)

Signed-off-by: lhdjply <[email protected]>

github.com/lvgl/lvgl - 6cf637f2d9d96187157a7b17aca244ff1028b583 authored about 1 year ago
fix(fb): set DPI to correctly (#5508)

github.com/lvgl/lvgl - 4ee9d3d29588e65d1bcb885d46ce0049eeac2e95 authored about 1 year ago
fix(layer): Update calculation for overlay used memory (#5504)

github.com/lvgl/lvgl - 9d71404e5c23a5a0f73caacf1985ceaf83c64d6d authored about 1 year ago
fix(bin_decoder): fix potential free garbage address (#5509)

github.com/lvgl/lvgl - 6e13a07caa4ea18548d23d4811a792520efa26d7 authored about 1 year ago
chore(obj_draw): remove duplicate invalidate (#5503)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 678d0841f48cb1db67c1190f70032c50018be662 authored about 1 year ago
fix(decoder): treat ALLOCATED c-array image as draw buffer (#5483)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 590363f7429cd0e128f8c030f22006188bac7981 authored about 1 year ago
fix(vg_lite_tvg): fix use after free when change target canvas (#5497)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - e2763e9a465c8dd6a1f87f8284074026a8a8a93b authored about 1 year ago
chore(widgets): add parentheses to MY_CLASS definition (#5485)

github.com/lvgl/lvgl - 56cd592527f9bf5eb6b025ef0bc7fde2b5720634 authored about 1 year ago
chore(draw-sw-transform): remove duplicated code (#5488)

github.com/lvgl/lvgl - 0b5c1a16428085dfdd92131adc65e42b204588af authored about 1 year ago
ci(micropython): use the master branch (#5460)

github.com/lvgl/lvgl - 3199231b39b267c91733225a1e521d2784ee74a8 authored about 1 year ago
chore(README): Fixed #5491 Typo (#5492)

github.com/lvgl/lvgl - 9c025d357f358c281db441a96a27ce2a01434a8d authored about 1 year ago
feat(doc): Update display-related documentation to new API (#5489)

github.com/lvgl/lvgl - e301af41c736fbfcdd698cfbbd96823b3aaa55c9 authored about 1 year ago
fix(keyboard): in the example set Arabic font if enabled (#5457)

github.com/lvgl/lvgl - 5e161fe1f11959e8c845eea93b84b94512202131 authored about 1 year ago
fix(codespaces): fix the issue where lv_conf.h in codespaces is not enable (#5484)

github.com/lvgl/lvgl - 5dc2092d00c2c6d8584089e4cb44767c783e14be authored about 1 year ago
fix(textarea): fix accepted chars issue on big endian systems (#5479)

Co-authored-by: Jim Boström <[email protected]>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabo...

github.com/lvgl/lvgl - 65af3d79d663598bc29cf758d83030c1cc42abea authored about 1 year ago
fix(draw_line): fix the issue where dash_dap equals 1 and cannot display properly when the line is a horizontal line (#5473)

Signed-off-by: lhdjply <[email protected]>

github.com/lvgl/lvgl - e05e1f3c7ac585f328efc390bb0a1dfed437e39a authored about 1 year ago
docs(disp): document lv_refr_now (#5480)

github.com/lvgl/lvgl - a7b767c780b91df0349fef8b1b134998efedef12 authored about 1 year ago
chore(vg_lite): remove 64-bytes alignment requirement (#5477)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - cd930f7c8a9b802f00788928e7716d31f9c7a4b8 authored about 1 year ago
feat(image_cache): add image header cache drop (#5472)

Signed-off-by: Xu Xingliang <[email protected]>
Co-authored-by: Xu Xingliang <xuxingliang@...

github.com/lvgl/lvgl - 27ad83afdd0c1d8a94acee75232f607b416d0ca1 authored about 1 year ago
perf(draw): use the simpler layer clear method (#5470)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - b81fa5a35447fce409bd5e7e72bc564e13c1f4ce authored about 1 year ago
fix: removed LV_ATTRIBUTE_FAST_MEM function attribute from prototypes (#5467)

github.com/lvgl/lvgl - e3b747f044d041d8a83364b79d03a7c7d0e7b7c0 authored about 1 year ago
fix(arm2d): apply a temporary patch to arm-2d acceleration (#5466)

github.com/lvgl/lvgl - b255eeabf00fa2316084e308e596e7ecabbaff4d authored about 1 year ago
test(snapshot): add testcase for #5475 (#5478)

github.com/lvgl/lvgl - 3dcbe2bf4c23631d2f0b7e495a74e824a7f0679f authored about 1 year ago
fix(snapshot): update the layout of the component before the screenshot (#5475)

github.com/lvgl/lvgl - 461c7190b68d198fc938f4a7619393137b0ff53f authored about 1 year ago
chore(refr): fix typo (#5474)

github.com/lvgl/lvgl - 372f23c7087a3f1b8fe37ec9a09cbac9177f4648 authored about 1 year ago
fix(vg_lite): add missing 24bit color support check (#5469)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 5675db01ac1ada8c995ae708a99c779f2641d78f authored about 1 year ago
fix(display): set last_activity_time to the current time in lv_display (#5463)

github.com/lvgl/lvgl - 6a19726517df11d842565a6c521f9930f91b97ff authored about 1 year ago
fix(observer): fixed lv_subject_remove_all_obj (#5464)

github.com/lvgl/lvgl - 598be8bcfab23f5440c3848d0ab30e5f71deccd2 authored about 1 year ago
feat(fbdev): add docs and allow forcing refresh (#5444)

github.com/lvgl/lvgl - 03cf1d1a0c5bd6d905675ab8bf27ee38873252d3 authored about 1 year ago
chore(array): use array_front and use it like an array (#5448)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 6fa79e945f36a39ee169edb70570b4c2fb20a104 authored about 1 year ago
fix(image_decoder): fix decoder not close (#5437)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 326afb3f76549102ede876325a69ef002274adc8 authored about 1 year ago
fix(nuttx): fix build break (#5440)

Signed-off-by: pengyiqiang <[email protected]>
Co-authored-by: pengyiqiang <pengyiqiang@xi...

github.com/lvgl/lvgl - 7cacfa378ffa5ed9a924d248a7b0db95d5cf39b8 authored about 1 year ago
chore(cache): only cache header info for file type of image (#5455)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - cfb49e9d05e2e4901a60688c2d8a5ed56c7ad17c authored about 1 year ago
refactor(indev_scroll): refactor code (#5456)

github.com/lvgl/lvgl - 17fd06000cee9d49405f258ba39c667240feed44 authored about 1 year ago
fix: fix warnings with -flto on GCC 11 (#5433)

github.com/lvgl/lvgl - 0fe187e90561a780cf92313acd6362b310da07c9 authored about 1 year ago
feat(script): add tool to view bin image (#5451)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 0353bccc0aeb4ea73d601e22966db7dd0f8a3702 authored about 1 year ago
fix(assert): add new macro to format assert message (#5453)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 12cd58419fc78af7bc2c68c8d09012853e636822 authored about 1 year ago
chore(draw_buf): add header magic to draw buff (#5449)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - 5f84a510abef330d3b7d8079f5f9a7a25cd702fd authored about 1 year ago
fix(decoder): if draw unit supports indexed image, don't add to cache (#5438)

Signed-off-by: Xu Xingliang <[email protected]>

github.com/lvgl/lvgl - f24d09b78a63ba5b1e4997cd076b481961663b31 authored about 1 year ago