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(template): fix the variable name of the button input device (#4729)

github.com/lvgl/lvgl - 93885918d41b3f21aca938485a52c395d8d27674 authored over 1 year ago
chore: update ROADMAP.rst

github.com/lvgl/lvgl - 17ab0518c76376077ceb1b326914b981534f2e78 authored over 1 year ago
fix(tiny_ttf): fix warning

github.com/lvgl/lvgl - 535a4896e418436dbc2cf8dcefd16868a000a429 authored over 1 year ago
chore: rename zoom_x/y paramters and local variables to scale_x/y

github.com/lvgl/lvgl - 16302e9c7bae523a37e071207a2686d5b6e8609a authored over 1 year ago
refactor: replace lv_coord_t with int32_t

github.com/lvgl/lvgl - a5a58e39d2abbb66b57cf27f3c4a1d25f9ac6b3d authored over 1 year ago
refactor: remove LV_USE_LARGE_COORD, always use int32_t as lv_coord_t

github.com/lvgl/lvgl - d456b1cb4da4795e3b2f64ec484f624fa127471d authored over 1 year ago
refactor(style): rename lv_indev_get_act to lv_indev_active

github.com/lvgl/lvgl - 50d01cec3d24669652a9e80a03fa48a514d026d5 authored over 1 year ago
refactor(style): rename shadow_ofs to shadow_offset

github.com/lvgl/lvgl - d28f80d3626db300540efa78b6218d20a81aca25 authored over 1 year ago
feat(display): add flush_wait_cb

github.com/lvgl/lvgl - 01f2949acc9a24aef155ed5cb8409e7badff13ca authored over 1 year ago
fix(canvas): fix lv_example_canvas_7.py

github.com/lvgl/lvgl - 9404faa1324cdcbabed772ef4c9abe806d1aaaae authored over 1 year ago
feat(line, triangle): add float support for points

github.com/lvgl/lvgl - 9d993bd15f82b887eccee5838e7674ae4cac5b1d authored over 1 year ago
chore(freertos): add missing include

github.com/lvgl/lvgl - e08314df940413f6de08ee3c05c6f5b3bd0e7671 authored over 1 year ago
feat(font): add option to disable kerning (#4725)

github.com/lvgl/lvgl - 8fabcc6853bc2995a41cc3dfe2cf458c93646bf4 authored over 1 year ago
chore(demo): fix -Wenum-int-mismatch (#4726)

github.com/lvgl/lvgl - d197d73d625ae3ad887e85caa4d7aa707352fe20 authored over 1 year ago
feat(image): add alpha only 1/2/4 image support to decoder (#4724)

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

github.com/lvgl/lvgl - 829198c2353faf480f3302bfec097e7e11bb1d09 authored over 1 year ago
feat(image decoder): decode whole image to RAM support (#4674)

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

github.com/lvgl/lvgl - 0910ee0e389e29783f8fe68508b9ad9eae6a910e authored over 1 year ago
chore(draw): add mask_stride to blend_dsc (#4723)

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

github.com/lvgl/lvgl - a0624983cc638a09531082c244f1e29e9aab6c57 authored over 1 year ago
chore(color): add A1/2/4 format bpp info (#4722)

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

github.com/lvgl/lvgl - 44912f290f1e17ed1eb9dd8f11271eeefefd106d authored over 1 year ago
fix(demo): unistd.h is not available with MSVC. (#4718)

github.com/lvgl/lvgl - 52f375975ebbeea41b7f8bd38ea1d927d81429f6 authored over 1 year ago
fix(leak): fix memory leak on lv_display_remove (#4717)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 5c05a341b94695bb1c177d4ca5ba0d96e4c28a8c authored over 1 year ago
fix(tiny_ttf): fix font metrics confusion (#4714)

github.com/lvgl/lvgl - ef1885f670e7162ce0c4c595bd35316c6a6e24da authored over 1 year ago
feat(profiler): add custom tag support (#4710)

Signed-off-by: pengyiqiang <[email protected]>
Signed-off-by: FASTSHIFT <vifextech@foxmail...

github.com/lvgl/lvgl - 605379ab3cb8fe5983f463ad5297cb0cef75e773 authored over 1 year ago
example(animimg): fix images

github.com/lvgl/lvgl - 3c67650a5be26244af901396e0e96180195706ee authored over 1 year ago
feat(timer): add auto delete flag and get pause status (#4708)

github.com/lvgl/lvgl - 28d60369dd5dc6869d5eb0d1fb9323f79ed9640e authored over 1 year ago
chore: fix some comment issue (#4715)

github.com/lvgl/lvgl - bb713a7d1eb1ccd72defcddffe32ba9f446a76c3 authored over 1 year ago
chore: remove debug code

github.com/lvgl/lvgl - 974d5f8ca35ed9436569ac48bcd580825bd3f89b authored over 1 year ago
ci(render): integrate lv_demo_render to the unit tests

github.com/lvgl/lvgl - 0b2cccbdb30262e6df052bdf2c86d6ee824aa034 authored over 1 year ago
demo(render): add line, arc, triangle, and layer tests

github.com/lvgl/lvgl - f4d9b8a8dd6a2adeeebc043927b4015d9a4451b0 authored over 1 year ago
fix(draw): fix triangle drawing in SW render

github.com/lvgl/lvgl - ff98cbd6289e0f0959516ac7c8d3c1fb849d75c8 authored over 1 year ago
ci(docs): attempt to fix after upgrading to v4 action

github.com/lvgl/lvgl - b6fc8d7f62f2b1acc9bb6fda5ae4d6fe6241e8ef authored over 1 year ago
chore(decoder): remove not used color field (#4707)

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

github.com/lvgl/lvgl - 8ee00aa4f1f249aac44028f5ed2af10980b6cbdd authored over 1 year ago
feat(demo_render): add image, text and box shadow tests

github.com/lvgl/lvgl - c535e3ff913c30394bd3a538a8bb8ac9bae259ef authored over 1 year ago
feat(iamge) add scale_x and scale_y support

github.com/lvgl/lvgl - bbb56e684999d8d8190aecdc0cb951fa0678866c authored over 1 year ago
feat(obj): add unified obj property set/get API (#4579)

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

github.com/lvgl/lvgl - 726620d0fcc86075d6f6886da8b0f1e5fdacda06 authored over 1 year ago
feat(image_decoder): add post-process image method (#4636)

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

github.com/lvgl/lvgl - ce6f56a7423193108c17ad3464ae79c8d63f8e4c authored over 1 year ago
docs(readme): fix links

github.com/lvgl/lvgl - e869d76f53369e4f56c884f0f420f013d21e7f75 authored over 1 year ago
fix(benchmark demo): update to make it work with CI

github.com/lvgl/lvgl - 6aa53828ef51f8035471578f9b714fd492a0d5a4 authored over 1 year ago
chore: format code

github.com/lvgl/lvgl - 90ae34ad3cedc875f18c8d5c7d66ae83b2941ded authored over 1 year ago
ci: fix .pre-commit-config.yaml

github.com/lvgl/lvgl - bf55ffcb4898ad2ddfd4b22981d34db1f01ddd95 authored over 1 year ago
demos(render): start render demo

github.com/lvgl/lvgl - 3ff625483c00458ebcf54307fad16b1cc402ff32 authored over 1 year ago
demo(benchmark): rework benchmark

github.com/lvgl/lvgl - a61d87f8403d7be17f238640b520ca0fd96c5c57 authored over 1 year ago
feat(arc): add float support

github.com/lvgl/lvgl - 84c8cf8573e41cd969375cf8937e4399ee85b846 authored over 1 year ago
fix issue:LVGL V9 music compiling error (#4703)

Signed-off-by: lijianjun <[email protected]>
Co-authored-by: lijianjun <[email protected]>

github.com/lvgl/lvgl - f273475d285608b20aa9d70e4988af667e8b0f63 authored over 1 year ago
feat(nuttx): add libuv mode for nuttx dev and poll for nuttx fbdev (#4683)

Signed-off-by: YanXiaowei <[email protected]>
Signed-off-by: rongyichang <rongyichang@xiaom...

github.com/lvgl/lvgl - d98e7b27cb0b730a728aae85b27845d912864f63 authored over 1 year ago
feat(timer): support lv_timer_handler_set_resume_cb (#4680)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - 4bc07a8552daaab1bd1fece52bf97342b607a724 authored over 1 year ago
chore(deps): bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.4.3 (#4700)

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

github.com/lvgl/lvgl - 0c2815ee8d71ad8633950d274db31d362988ad0a authored over 1 year ago
chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.3.0 to 1.7.1 (#4702)

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

github.com/lvgl/lvgl - 21ec1ec8cc7ab8aaf39ce29048811b5816b1c89d authored over 1 year ago
chore(deps): bump codecov/codecov-action from 2 to 3 (#4699)

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

github.com/lvgl/lvgl - 098407768828c6cae96b777ca96a545a5264396e authored over 1 year ago
chore(deps): bump actions/stale from 5 to 8 (#4701)

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

github.com/lvgl/lvgl - 4b3f9f83bfa71cf51dc8e6308a2457cd64486094 authored over 1 year ago
chore(deps): bump actions/setup-python from 1 to 4 (#4698)

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

github.com/lvgl/lvgl - 5a1f31fe5a2f7543adcf7854f6c21ab91341ee6c authored over 1 year ago
ci: mode dependabot.yml to the .github folder

github.com/lvgl/lvgl - 69201a4731e5f2b084814648c65a21d5aea07577 authored over 1 year ago
ci: fix typo in dependabot.yml

github.com/lvgl/lvgl - 2c5b9374bfde6bf8cf9dd6e1f3e02728c5fbac16 authored over 1 year ago
chore: fix execute permissions and shebangs (#4695)

github.com/lvgl/lvgl - 742682ae51cb5035e1cda650080e316e2bbee7a5 authored over 1 year ago
ci: add dependabot.yml

see #4694

github.com/lvgl/lvgl - 7930506fd4a8c0c40cbf84d048e6671d0f5a451e authored over 1 year ago
fix: fix compile errors with zoom (#4697)

github.com/lvgl/lvgl - 178297bbc8a7e425dd7add52c44df4bda20dc00a authored over 1 year ago
docs(driver): fix titles

github.com/lvgl/lvgl - 1ff84ac1d0e354e32f3188302a00273efc18820c authored over 1 year ago
ci(typos): add typos to .pre-commit-config.yaml

github.com/lvgl/lvgl - 8057f215b8e874664110858d7e77d61b518f527f authored over 1 year ago
feat(obj): rename lv_obj_set_flag to lv_obj_update_flag (#4655)

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

github.com/lvgl/lvgl - 1d41ec37399203e8bcdca889159885a435d16c87 authored over 1 year ago
perf(dev): use triple buffering for linux drm (#4661)

github.com/lvgl/lvgl - 2bee95d43e74c778dbeeae2fa866aa5b31d544f8 authored over 1 year ago
fix(draw): fix image recoloring with partial update

fixes #4692

github.com/lvgl/lvgl - ea847a3830a7b861f244fa031bd4182f14619670 authored over 1 year ago
Revert "chore(scons): remove debug code (#4686)"

This reverts commit dc5468c75162c06bfe09f12731b3e220cbe470ba.

github.com/lvgl/lvgl - 5c75618c49f6ec87f89c667fce0e78a49a1a41da authored over 1 year ago
docs: reorganize and add Integartion and drivers section

github.com/lvgl/lvgl - a9328bbe827f41fb165a49969d8f7283ac47d651 authored over 1 year ago
chore: update ROADMAP.rst

github.com/lvgl/lvgl - 14c2ac43d03ebb5198367bad19a23fb183fa72d1 authored over 1 year ago
docs(js): fix typo simualtor -> simulator

github.com/lvgl/lvgl - df2073eb828b5f4a4363f78927e0f9dec50306ce authored over 1 year ago
docs: fix typos (#4684)

github.com/lvgl/lvgl - 285c51e5bc1713a6cc8ecb81086753eb39d16cc3 authored over 1 year ago
chore: remove BOM and fix typos (#4685)

github.com/lvgl/lvgl - f9572ed303b27194579b28189ae71b7cc976962d authored over 1 year ago
chore: remove BOM

see https://github.com/lvgl/lvgl/pull/4684#issuecomment-1773768596

github.com/lvgl/lvgl - 89dd481747302eb4cdf6f2986cef6273dcdbc590 authored over 1 year ago
chore(scons): remove debug code (#4686)

github.com/lvgl/lvgl - dc5468c75162c06bfe09f12731b3e220cbe470ba authored over 1 year ago
Update ROADMAP.rst

github.com/lvgl/lvgl - 86b17ccdaaca566d9e102e8c15fabb21c16f7ac9 authored over 1 year ago
feat(dev): port evdev input driver (#4672)

github.com/lvgl/lvgl - 3dbb103c424cb72c4d00de1e3bc94dd1eaeceebd authored over 1 year ago
feat(draw): add non uniform scale (scale_x and scale_y)

github.com/lvgl/lvgl - 85798af3cdb08ebb5c1332b9b307703d8e97a545 authored over 1 year ago
feat(bar): reverse drawing direction of lv_bar if min > max (#4654)

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

github.com/lvgl/lvgl - 8f57f12a4417ed3dc0e9519b012544e008959833 authored over 1 year ago
chore: cleanup LV_USE_MSG (#4681)

Signed-off-by: XiaoweiYan <[email protected]>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi...

github.com/lvgl/lvgl - c0356c93801d75fedf4cc07502ca465933a82730 authored over 1 year ago
fix(scale): fix round scale label positons

github.com/lvgl/lvgl - 094db896d24d7a8dc1e2c8de2d423672addd0bc8 authored over 1 year ago
fix(scale): fix tick count and example issues

github.com/lvgl/lvgl - 195c3f72d2c752f1856a109f9183a702e3a64dc4 authored over 1 year ago
fix: compile error (#4675)

github.com/lvgl/lvgl - aa0e82ca431a71355256d0ef8797e161d8b09dab authored over 1 year ago
docs(scale): fix scale docs

github.com/lvgl/lvgl - 4081130dd91567cd0b9b21d5e5c9e9dbcbff930e authored over 1 year ago
refactor(draw_buf): update buf clear and copy API

github.com/lvgl/lvgl - 6a7d2e651cd87466d52bf3f55d6159bd54bee580 authored over 1 year ago
docs(scale): fix rst

github.com/lvgl/lvgl - 74ca34c8de9323b41a482efa6dd2d822402cbfb2 authored over 1 year ago
chore(color): use lv_color_fomat_get_bpp instead of get_size (#4668)

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

github.com/lvgl/lvgl - c8987aa4d8a39ff6023c2861cb715f5d41c3c91c authored over 1 year ago
feat(draw): add SIMD draw support. #4463 (#4590)

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

github.com/lvgl/lvgl - 505eeeaeb5b10b482d9d04619b1df3d5096f2809 authored over 1 year ago
chore: minor docs fixes

github.com/lvgl/lvgl - 865a2f64a07668d56c4af1449d10e87b99bb66ee authored over 1 year ago
chore(conf): clean up lv_conf_template.h

github.com/lvgl/lvgl - abe89ba1febcfd3770ab862a44e448cacb8bd6e7 authored over 1 year ago
fix(tiny_ttf): add line_height as a parameter in font glyph cache (#4662)

github.com/lvgl/lvgl - 4a7f31017e0f891e43cd3ecf2d543a54aa51f8f8 authored over 1 year ago
docs(chart): update chart example

github.com/lvgl/lvgl - 666f839977924d2d65e62f68657d630979c4227e authored over 1 year ago
fix(dev): drm driver awaits vsync before drm_wait_vsync (#4659)

github.com/lvgl/lvgl - 9ea46f2f3e20115ae389fac3e177875f25c8f8c1 authored over 1 year ago
fix(arc): handle click outside background angle range (#4586)

github.com/lvgl/lvgl - 5ede301ef4c26113e65766c26142b4c7f9813648 authored over 1 year ago
fix(scale): fix ITEM section styling

github.com/lvgl/lvgl - 7320d1aa2130a349813c4641585db732b205963d authored over 1 year ago
demo(widget): improve the 3rd scale

github.com/lvgl/lvgl - f7c25b7966adfe5e469c936e0761b75a01d1ff88 authored over 1 year ago
refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale

github.com/lvgl/lvgl - bccbde0cef4ed0a621663f9745cac6851737baac authored over 1 year ago
chore: fix micropython example

github.com/lvgl/lvgl - d3aee1d7f69df3fb7e1f10f470e4a31519b15f00 authored over 1 year ago
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state

github.com/lvgl/lvgl - 9ec5417dd305c8a6c8afa21c2e1310342b3ad5c3 authored over 1 year ago
chore. fix micropythn example

github.com/lvgl/lvgl - 0ff2d1c2e435e4fc401f6639e5ffc1c6596d2c01 authored over 1 year ago
docs: fix examples

github.com/lvgl/lvgl - 4b981f7d6dcabfeeace79b88de201b06714e4023 authored over 1 year ago
chore(chart): remove unused zoom related prototypes

github.com/lvgl/lvgl - 0d59e0b221d19d14c98fc7759a35d98a4f43c8ed authored over 1 year ago
refactor(scale): remove lv_meter use lv_scale instead

github.com/lvgl/lvgl - 6163437afd4502a5ecf9940c805a06cc3f161f86 authored over 1 year ago
feat(draw_buf): update lv_draw_buf_invalidate_cache API

github.com/lvgl/lvgl - d975e398d1b73fc08ab044daf52c563bf2f3ed33 authored over 1 year ago
feat(nuttx): add structure default initialization (#4651)

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

github.com/lvgl/lvgl - 5e0d0630860f4bae18efc4d979894e812dd67613 authored over 1 year ago
feat(log): add file line number printing option (#4653)

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

github.com/lvgl/lvgl - afd410c1deeef1a2746974e2d4e59df8740405f5 authored over 1 year ago