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

fix: LV_INDEV_STATE_PR/REL for backward compatibility (#4649)

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

github.com/lvgl/lvgl - 7506b61527195fdc96803fe94f5ba141b6e5a9e8 authored over 1 year ago
feat(nuttx): add syslog porting (#4650)

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

github.com/lvgl/lvgl - 4e84901479cbe17d12813d7a4a86b1a773d05cc9 authored over 1 year ago
refactor(draw_buf): remove lv_draw_buf_t and make all functions work on void * buffer directly

github.com/lvgl/lvgl - 8deea70049cf91e0113370d488dfdf9015397c4b authored over 1 year ago
feat(nuttx): refactor Nuttx porting layer (#4634)

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

github.com/lvgl/lvgl - 17d0f568c87ad715a386fdbe494fa347712db37b authored over 1 year ago
feat(checkbox): add RTL support (#4646)

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

github.com/lvgl/lvgl - f190d56f5d937eb957d085e7fcbe694473c6f2c1 authored over 1 year ago
chore(demos): add common entry for lv_demos (#4610)

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

github.com/lvgl/lvgl - 14c0869e685b85a5dcd874598387e2f305024aad authored over 1 year ago
ci: temporary remove lv_example_tiny_ttf_3.py

github.com/lvgl/lvgl - 3adaee8fde802b4afe7c739ea1a1f4b461b3148e authored over 1 year ago
feat(tiny_ttf): use draw_buf and the cache (#4639)

Co-authored-by: Fabian Blatz <[email protected]>
Co-authored-by: Mike Fikes <mike@fikesfarm...

github.com/lvgl/lvgl - cc628426b84d7dad664728f41583b681175774ca authored over 1 year ago
feat(disp): add double buffered direct-mode efficient sync algorithm (#4443)

Signed-off-by: YanXiaowei <[email protected]>
Co-authored-by: bjsylvia <[email protected]>
...

github.com/lvgl/lvgl - 8c63327f668ba341894281971de3386885b8de35 authored over 1 year ago
refactor(msg): remove lv_msg in favor of lv_observer

github.com/lvgl/lvgl - 80149e7f988bafed1a7958d0f75312a5c907d9ae authored over 1 year ago
chore: fix observer docs

github.com/lvgl/lvgl - 9bf50c65cfc99549584c881fdd158d7ffdc5f09e authored over 1 year ago
chore: add observer to index.rst

github.com/lvgl/lvgl - 955656f958f35ed02cd209dac7dbd4ccc5894583 authored over 1 year ago
feat(observer): implemented an observer pattern (#4541)

Co-authored-by: Zoltan Janosy <[email protected]>
Co-authored-by: Gabor Kiss-Vamosi <kisvegab...

github.com/lvgl/lvgl - 4f541cf523df34ca2117d82a17e7cc06dee33882 authored over 1 year ago
docs(obj): fix lv_obj_remove_style description: add -> remove (#4635)

github.com/lvgl/lvgl - c4decea1ab10e03341382148e1d958cef3c594f1 authored over 1 year ago
feat(lv_group): get group count and retrieve by index (#4632)

github.com/lvgl/lvgl - 7d52859fe8a3a896d41c44e2edecdb4daa30e311 authored over 1 year ago
feat(draw_buf): modify cache_invalidate API

use void lv_draw_buf_invalidate_cache(void * buf, size_t size) for more flexibility

see https:...

github.com/lvgl/lvgl - e12ac1ae9c79c36a24f75b3e96cbcdb3547afb6a authored over 1 year ago
fix(disp): update nuttx disp framebuffer (#4633)

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

github.com/lvgl/lvgl - d9b4283e0edb86ac7111c228eb82d554688f0b60 authored over 1 year ago
fix(draw): use lv_draw_buf_malloc in lv_draw_sw_img

github.com/lvgl/lvgl - a7d03e09ef1c8ab0d435561583cfb90d00c7e9e1 authored over 1 year ago
fix(style): fix style caching in lv_obj_report_style_change

github.com/lvgl/lvgl - 644c1c46f308cfe9edf8c428aabc9f0df9acf01b authored over 1 year ago
fix(benchmark): fix typos (#4627)

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

github.com/lvgl/lvgl - 066c7a1864723c98eb6733c7d50b0b737abe92ae authored over 1 year ago
doc(zephyr): add Zephyr RTOS getting started guide (#4628)

github.com/lvgl/lvgl - a4eccdcc77987e0158222cb116a11e760bfd7366 authored over 1 year ago
dev(sdl): release the mouse on window leave event

github.com/lvgl/lvgl - f3b500179d0e873427ce3f8ccaa511eaf69b565f authored over 1 year ago
docs(obj): fix wording

github.com/lvgl/lvgl - 9b069721041ea24ec39c21b2d8c17fadec2efffd authored over 1 year ago
chore: remove accidentally added files

github.com/lvgl/lvgl - aed8473d106d01df3019ea116e63e30900b32993 authored over 1 year ago
chore: remove commented code

github.com/lvgl/lvgl - 0d193d662005ad9661867da72222bb5b6d8a9b3b authored over 1 year ago
fix(draw): fix using placeholders in a glyph is not found

github.com/lvgl/lvgl - edc89960ea4a5c78731a8f2f57accb18906f4b73 authored over 1 year ago
chore(draw): fix typo

github.com/lvgl/lvgl - fe72ac512b0e45c62ee2b82f083671f0b050d09c authored over 1 year ago
fix(draw_sw): fix crash with RGB565A8 transformation

github.com/lvgl/lvgl - 2debd1d169ace4f3c5e3f77903bdc14c28c6de1c authored over 1 year ago
fix(dev): do not wait for vsync between partial linux drm flushes (#4621)

github.com/lvgl/lvgl - 950e79cc06f81fe532a7de8c601f4a167df065b7 authored over 1 year ago
feat(benchmark): increase the weights for rotation and scaling(zoom) … (#4620)

github.com/lvgl/lvgl - 896941522004b0676f7f3ee42078e87d92617bb9 authored over 1 year ago
ci(span): add unit test (#4595)

github.com/lvgl/lvgl - 0b66468f2f372adc295f03cb55634536b5448272 authored over 1 year ago
chore(api): update deprecated api map (#4614)

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

github.com/lvgl/lvgl - f751ad3c5ef2b9c4bdf698cf5808339981bbc262 authored over 1 year ago
fix(display): fix screen loading with zero time

github.com/lvgl/lvgl - 5c87cb6b1db42c9a4f71adde770a1eefad78297f authored over 1 year ago
fix(dev): fix linux drm compile after display system changes (#4616)

github.com/lvgl/lvgl - f7c275dac5dfac06ccf00023b7c19d89e476fbf5 authored over 1 year ago
fix(draw) fix stride realted bugs in SW render

github.com/lvgl/lvgl - 9d8570aa3f3abaa4eb581171db6bf7fd8c983004 authored over 1 year ago
perf(bar): minimize the layer usage in bar indicator drawing

github.com/lvgl/lvgl - f55c9fa06e179d7f980405d10a0f5e8f3796f462 authored over 1 year ago
chore: code and documentation cleanups, renames and fixes (#4607)

github.com/lvgl/lvgl - 8c2fc7ec4ba4b86d9e82475ff37c9f2e7e042aac authored over 1 year ago
fix(roller): fix warning with MSVC

fixes #4601

github.com/lvgl/lvgl - 4a95d1467ffb110797963e3808347162adaac24c authored over 1 year ago
feat(cache): add empty_cb, add cache manager replace function, fix builtin cache init and tracing, update image overview documentation (#4604)

github.com/lvgl/lvgl - d57000349c96148cf8a73443c94269afa4565c8c authored over 1 year ago
fix(dropdown): avoid partial match in lv_dropdown_get_option_index (#4598)

github.com/lvgl/lvgl - c4cab173c965196b2263c165618272c053658c96 authored over 1 year ago
fix(tjpgd): make it work with subsampled images

github.com/lvgl/lvgl - 5fc558edb6f9d61cf0ccd1ae1970641fe0695396 authored over 1 year ago
feat(grid): add a basic subgrid implementation

github.com/lvgl/lvgl - 9c437d107320369584e06d85367f72086f056616 authored over 1 year ago
chore: code and configs cleanups; add builtin cache tracing (#4593)

github.com/lvgl/lvgl - 453235c2452167dda380c6c1682ebe208f0599bb authored over 1 year ago
feat(disp): update nuttx disp framebuffer (#4591)

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

github.com/lvgl/lvgl - 064a844d7438803bd48a4c42f040f304f2d76f9e authored over 1 year ago
feat(obj): add obj_id, class names, and dump support (#4536)

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

github.com/lvgl/lvgl - 27357d51393be5dea7a252147ab1182e45e55906 authored over 1 year ago
chore: fix TEST_ASSERT_MEM_LEAK_LESS_THAN

github.com/lvgl/lvgl - 87d323f240fd6da8d000357ac8d6baf649854b53 authored over 1 year ago
ci: add TEST_ASSERT_MEM_LEAK_LESS_THAN and use it in image decoder tests

github.com/lvgl/lvgl - 4eedc8cd5a3555bd0461d51ab4cef0c3704c78c4 authored over 1 year ago
feat(timer): add API to set custom parameter to timer (#4596)

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

github.com/lvgl/lvgl - a08a2aa3e203335b350d46fd1d516a70660d31fc authored over 1 year ago
feat(libs): add libpng decoder (#4569)

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

github.com/lvgl/lvgl - 99371383921a5606625ce01d6ffe2902a8bc6a5d authored over 1 year ago
feat(barcode): add vertical display mode (#4564)

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

github.com/lvgl/lvgl - 2f67d804ce7fccab691e2703083f927e1601fedf authored over 1 year ago
chore(label): fix typo and add some description to test align

github.com/lvgl/lvgl - f0c58a1719a6c1328b302a822dcc0531ee7be5d6 authored over 1 year ago
fix(dropdown): reset char_i = 0, avoid access overflow (#4589)

github.com/lvgl/lvgl - eea960e76bcbfc4fed2eb6b541261d37a08e3c54 authored over 1 year ago
chore: fix docs build

github.com/lvgl/lvgl - 5c134a2bfba87f89317ba23209851d711dc981d6 authored over 1 year ago
chore: format code

github.com/lvgl/lvgl - 3c10315b86efb9d63ccd205996ecdabf6681b82e authored over 1 year ago
example(libjpeg): add fallback if disabled

required for the docs

github.com/lvgl/lvgl - 81914f57d3306425c87829f3a120b0b4a2209260 authored over 1 year ago
docs(label): mention how the use text align

fixes https://github.com/lvgl/lvgl/issues/2816#issuecomment-1730051132

github.com/lvgl/lvgl - 94245932e49053fe2a408801390eccab5f04a828 authored over 1 year ago
chore(conf): clean up duplicate configuration items (#4584)

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

github.com/lvgl/lvgl - 9178f67a718881a61c5b609c96e70582580f5ac8 authored over 1 year ago
feat(libs): add libjpeg-turbo decoder (#4567)

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

github.com/lvgl/lvgl - c4c4627ae0f8196bb4fe63e80dd2d04aaba55c24 authored over 1 year ago
feat(scale): remove float and adding padding handling(#4552)

github.com/lvgl/lvgl - 2a9c2ede4373047cb21bb3f00fefaefa50602288 authored over 1 year ago
feat(indev): discard input events on disabled objects (#4547)

github.com/lvgl/lvgl - c6ab5021cfce85910aa2573ff2a589013db8203f authored over 1 year ago
chore(chart): fix warning

github.com/lvgl/lvgl - 202599040d7be8ab9cfbd2f3e7bdd3c793752872 authored over 1 year ago
fix(lv_theme_mono): fix heap-buffer-overflow when memzero (#4583)

github.com/lvgl/lvgl - 92114367e4d605e1e415a99918a8d65ec22d7596 authored over 1 year ago
chore(example): fix warning

github.com/lvgl/lvgl - f67dd2af55c40ff9972b5b689545b0dc44d85107 authored over 1 year ago
refactor: use only uint32_t and int32_t in the widget's API

github.com/lvgl/lvgl - 971c5333753493a49c600e28e797ae8129bc94e7 authored over 1 year ago
feat(obj): construct obj with specified class_p (#4582)

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

github.com/lvgl/lvgl - 2b356bf01e7c3d9cf688065294104fb0d357b8e5 authored over 1 year ago
fix(btnmatrix): set LV_BTNMATRIX_BTN_NONE when clicking of disabled button (#4571) (#4578)

Co-authored-by: Gregor Buß <[email protected]>

github.com/lvgl/lvgl - b7be054493a8e5872f7127b991f41b197e8b3e2e authored over 1 year ago
feat(libs): add tjpgd and lodepng deinit method (#4581)

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

github.com/lvgl/lvgl - 7a306da303814423f0475751c0377011b488a236 authored over 1 year ago
feat(image_decoder): add image decoder list traversal method (#4577)

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

github.com/lvgl/lvgl - 206c89302aaf11350923b72f3eed64682670258c authored over 1 year ago
feat(vglite, pxp): add beta version of NXP's PXP and VG-Lite acceleration (#4568)

Signed-off-by: Nicușor Cîțu <[email protected]>

github.com/lvgl/lvgl - 733e11d86dd16242f86656e8c8f8559b6607564c authored over 1 year ago
chore(tjpgd): minor fixes

github.com/lvgl/lvgl - 97dad61dd82b782460bc36cdf93ac683dcde9cb0 authored over 1 year ago
chore(libs/jpg): rename `lv_jpg` to `lv_tjpgd` (#4573)

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

github.com/lvgl/lvgl - e53cd59fcb6c7527705d5d5800c3edd791ccc6ec authored over 1 year ago
chore(libs/png): rename `lv_png` to `lv_lodepng` (#4574)

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

github.com/lvgl/lvgl - 45fb2148d50d08b4f531f54420b4140feda1a750 authored over 1 year ago
fix(roller): fix bubbling events (#4542)

github.com/lvgl/lvgl - f77cacd1b76d9e59bd68ea7ce8647dcb84d3d9ee authored over 1 year ago
fix(span): fix unicode display error (#4570)

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

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

github.com/lvgl/lvgl - da0d5343f425581f43cbd4b3ae0fef08c29bedd0 authored over 1 year ago
chore: add typedef lv_display_t lv_disp_t;

github.com/lvgl/lvgl - 4641a10e7cffdb69af78ca2b55c1fa311fead60f authored over 1 year ago
docs(jpg): fix example path

github.com/lvgl/lvgl - 6b1516926a549f9e5a2e07c81a22bb6a33ddddb0 authored over 1 year ago
chore: code formatting

github.com/lvgl/lvgl - 888fc1859b6c2525feb9010df70ceb6ff7adada9 authored over 1 year ago
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale

github.com/lvgl/lvgl - 0721884ee981c298c2ccb0e229db6802545321c4 authored over 1 year ago
chore: code formatting

github.com/lvgl/lvgl - 57a83cb2adbb57511a6ef3d1a458bf4cb85ccf85 authored over 1 year ago
chore: fix build errors

github.com/lvgl/lvgl - e657c74aca61542095b8b399684f28476c408786 authored over 1 year ago
chore: code formatting

github.com/lvgl/lvgl - f3cb2c57727f1498dc2bd0e06c540f575c8e02af authored over 1 year ago
arch(img_decoder): replace read_liine_c with get_area_cb

also remove sjpeg support as get_area_cb can de quite same (some optimization is still needed to...

github.com/lvgl/lvgl - ca55b2ed8dd81bbab451157e76f978d0ae5a4136 authored over 1 year ago
feat(indev): add an indev reset event (#4539)

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

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

github.com/lvgl/lvgl - 788ba766382e9fa1512a5c0f9cd84e0d99279951 authored over 1 year ago
docs(roadmap): use consistent checkbox

github.com/lvgl/lvgl - 48eb88a8ee2af1f085beb44194cd4e087f8a94b9 authored over 1 year ago
fix(rlettie): fix cache usage

github.com/lvgl/lvgl - fed57a96251e7f08c9e9715732fcc08ecd664093 authored over 1 year ago
fix(ffmpeg): fix cache usage

github.com/lvgl/lvgl - 2116fc3e8d7c543aab3dd1c6b938fe714e8a19f5 authored over 1 year ago
chore: fix warning and build error

github.com/lvgl/lvgl - 10414b2f96e6700ccd7072deb8229167fc862231 authored over 1 year ago
feat(cache): rework cache

- based in cache size instead of entry count
- not only for images
- needs to be called manually ...

github.com/lvgl/lvgl - 757877b1fc04c77b92a1807e2df8720a9c0539e6 authored over 1 year ago
refactor(btn, img): rename btn to button and img to image

github.com/lvgl/lvgl - 09c12d0f9c1e09abec3e58127c9c67cfb958782f authored over 1 year ago
chore(lv_keyboard): minor optimization and formatting (#4555)

github.com/lvgl/lvgl - e91786ce4999eef3f875dee01575ddacfe37c024 authored over 1 year ago
fix(cmake): fix issue of cmake generating header files (#4557)

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

github.com/lvgl/lvgl - f6e0ab80ebae6bcbc41dfe64c45f7d9d5ea0cf10 authored over 1 year ago
fix(music): delete timer when deleting related-object (#4558)

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

github.com/lvgl/lvgl - 06238e4947f7756b04ba2f117cbc197695122f48 authored over 1 year ago
fixup! fix(anim): fix reading deleted anaimations in lv_anim_del

fix(anim): fix infinite loop in lv_anim_del

github.com/lvgl/lvgl - 0c1f5510d72c6bdf77da19a935d4bfe7d474f99d authored over 1 year ago
fix(docs): fix small mistakes in grid layout docs (#4559)

github.com/lvgl/lvgl - d935cb676afa333b60a38af48bde42e1a2ab89f2 authored over 1 year ago
fix(anim): fix reading deleted anaimations in lv_anim_del

see #4508

github.com/lvgl/lvgl - ca0fed9344cf82edd2b2599332fbff2d9b70cf09 authored over 1 year ago
fix(disp): should clean up event_cb when deleting lv_disp and lv_obj (#4550)

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

github.com/lvgl/lvgl - 140369c5c0b1ee7e0997ea261b71daec7fde88fd authored over 1 year ago
chore: changes `lv_lru_free_t` function pointer typedef (#4544)

github.com/lvgl/lvgl - 57d06dd5b4ee5ccf9f04fd10c02c0d00f59ef61e authored over 1 year ago
fix(docs): fix typos (#4546)

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

github.com/lvgl/lvgl - 0762003b870cb13ccccc41b1e3621c938c18a4d0 authored over 1 year ago