Ecosyste.ms: OpenCollective

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

github.com/lvgl/lvgl

Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
https://github.com/lvgl/lvgl

docs(disp): Fix pointer cast in flush_cb example (#5439)

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

8d19189422c91401f9aaa9f23aa32a687fde315f authored about 1 year ago
feat(vg_lite): add profiler instrumentation (#5434)

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

5c9a0cc017dd23b2103dbc6b88fb155193020187 authored about 1 year ago
fix(bar): mask the brackground to fix it on value adjustment (#5426)

1a182a70ed1d6af0c34db09bc762db616800eb94 authored about 1 year ago
chore(Kconfig): add missing profiler trace buffer size config (#5436)

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

9b7de6ee871fd0efcf228976766d1773eac66db5 authored about 1 year ago
fix(lvgl.mk): fix vg_lite_tvg.cpp not compiling (#5435)

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

3fd20b58ba426f958d35a1cce654ca7b5b2eb79c authored about 1 year ago
fix(ci): use the dev branch of PlatformIO (#5432)

27e79328aac758211faf58181daf02a91c8beb69 authored about 1 year ago
docs(font): about "base dir" (#5429)

5ec8de60cc75e7f3953e9000be0de11656068c42 authored about 1 year ago
chore(libpng): fix warning (#5431)

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

bf44514ad3a5cd89ed43ace4897b3370ef9a7788 authored about 1 year ago
fix(vector) : add path bounding and matrix transform functions. (#5389)

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

377a99947f66e27cdc65742b36e6c07fd9a24978 authored about 1 year ago
perf(vg_lite): add asynchronous rendering support (#5398)

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

b125d1baad7ba791970413264c2aa501b916ffd7 authored about 1 year ago
chore(cmsis-pack): update cmsis-pack for some missing PRs (#5424)

09cb87cdc6a0168a98bc0a3182a8439b13249ead authored about 1 year ago
chore(cmsis-pack): prepare for releasing LVGL9 (#5417)

51b8d8e4ea7ed4cb7a4ad295234740b81fc46e6b authored about 1 year ago
feat(sysmon): add option to use custom idle function (#5421)

1771cf0b38107e7a6cdfd63d826ba852db7ad16f authored about 1 year ago
feat(nuttx): add builtin profiler adaptation (#5415)

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

2e90e65383ad63c114a9ffd4be8384283b393126 authored about 1 year ago
feat(image_decoder): add image decoder header cache (#5420)

7b68aef4abb7ed3d7bdf80f2b90482b038ad3fad authored about 1 year ago
fix(gridnav): fix the `lv_gridnav_remove` which may remove the event incorrectly (#5410)

4a60e01f8ce6d5c3c7f2eb3720d714300e33b621 authored about 1 year ago
feat(image_decoder): simplify `lv_image_decoder_get_info/open` workflow (#5404)

4e49a6bf96d1d56f4520abc07191f0f6abfa075f authored about 1 year ago
feat(profiler_builtin): add enable/disable interface (#5414)

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

151da62a9e679ce2110d7ebb6b50d5fed5594189 authored about 1 year ago
fix(decoder_dsc): replace `decoder_dsc.header` with `decoder_dsc.decoded->header` (#5405)

cf7ee6feba83cae584870051d7c065d8576bf18e authored about 1 year ago
feat(image_decoder): remove `args` for `open_cb` (#5402)

40b9a8f6ec6d06915fa063982ccf006517d5cd42 authored about 1 year ago
revert "feat(decoder): add image header cache" (#5418)

2297338c0d05b0f7093661719f8ec96b55762aeb authored about 1 year ago
perf(draw): use lv_memzero to quickly clean up transparent masks (#5401)

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

59c624aa38ef4834dc18b231749c5235dfeb0c43 authored about 1 year ago
feat(decoder): add image header cache (#5407)

d26eac8f3a6cbddf12d13c78fd1a51ffec4a9410 authored about 1 year ago
fix(draw_label): fix draw label missing format mapping (#5413)

356f3ed0185ffd24e687a7cf16730eb024576235 authored about 1 year ago
fix(CI): fix CI not working properly (#5403)

838cbd6ae6b494c66a7d337bc1b3b9d36a923f0a authored about 1 year ago
fix(display): fix incorrect assert conditions (#5400)

a8f1d82b6628853e2ccb40f8fee603e5a7af528a authored about 1 year ago
docs: add Chinese README (#5388)

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

f470539f4c732ac9e5984e30448727a8336a8229 authored about 1 year ago
docs: improve PR template (#5332)

24d8946daffcd9c152a3efb5c35367fa081fea26 authored about 1 year ago
feat(display): assert when buffer is not aligned (#5272)

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

f42917ad0984d09b75fce66b706664fb2b003dc1 authored about 1 year ago
fix(demos): remove unnecessary dependencies (#5390)

13f60d65f55bf93680a9dc672ac04276c04541e1 authored about 1 year ago
chore(image_decoder): remove unused codes (#5393)

c0d2e094cc977617b6c33939ea1e298b47c56f74 authored about 1 year ago
feat(assert): support format string in assert message (#5392)

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

24115615bc49cc80602579ecfe33a0e200b82ffe authored about 1 year ago
feat(test): automatically generate test image (#4976)

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

214d72da88b53736adf5085cc615b7ffed4a55fd authored about 1 year ago
fix(gridnav): fix warning when logging is disabled (#5395)

7c1cb04deebe884690528f076ee12e36dbb8138f authored about 1 year ago
test(obj): Add initial tests for `lv_obj_move_to_index` (#5284)

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

481d867cc341a4f8607e7e792f457075375a6d91 authored about 1 year ago
docs: fix build error (#5385)

1a81b836a8166a1809cf570e30b21abc2f7ba480 authored about 1 year ago
chore(bin_decoder): make ownership of decompressed memory clear (#5369)

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

3a8c6ce340caa138979d4e1f36e25b687c3804b8 authored about 1 year ago
fix(draw): use image area to check if decoded image usable (#4948)

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

578a5e7c6cf3a83377d128702a9c3d9e8af09f12 authored about 1 year ago
feat(event): use lv_array for event descriptors (#5301)

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

38b455bcef122ecfd89dfccfcd3134365446a303 authored about 1 year ago
fix:replace lv_image_get_zoom with lv_image_get_scale (#5383)

6528e38ed05ed4fcd22d987163691a4a205b8c1c authored about 1 year ago
refactor(driver): rename dev to drivers + Arduino update (#5377)

0a0f4b484d82b3fee34654c8ee836faafc49177c authored about 1 year ago
fix(anim): fix missing changes from #5378 (#5380)

f2cb462be334f4bf945c40f39d09035e722b0a86 authored about 1 year ago
feat(array): make the API of `lv_array` module STL-like (#5300)

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

ed3e485b221e173054f694be05f321c6bc4cfb83 authored about 1 year ago
chore(api_map): remove unused api and repalce error name api (#5367)

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

d939316e266702c5c35881998a261772e694eb3d authored about 1 year ago
refactor(anim): rename ready_cb to completed_cb (#5378)

3883b61a7d8b91064016bf1f4f2ec9b252d79f3f authored about 1 year ago
fix(string): need to use correct copy direction when memory overlaps (#5374)

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

3b26b045ecda58021fb354c9a0366913c247a17c authored about 1 year ago
doc(fs_template): fix doc params missing (#5376)

8f774ccb29e7d4317811dbc418d26c872c61010a authored about 1 year ago
fix(dave2d): fix drawing border corners (#5366)

cc7b10ddf2a404982dd20a32ccdb1ee7a61efacf authored about 1 year ago
chore(fs_posix): remove win32 support (#5365)

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

8cba0670ac58bab30c50e7377fce28c6217928c1 authored about 1 year ago
fix(disp): minor fixes for flushing (#5360)

b9f6dfd84b9c7b163ff72a173e3865b16918fef2 authored about 1 year ago
feat(indev): in event-driven mode,needn't `continue_reading` (#5363)

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

1881ef22d23fdc69102cc8593a383cc5cf2fb652 authored about 1 year ago
chore(decoder): only premultiply for images have alpha (#5370)

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

8d67e9c4888bf0a7bdd568e9ec627da736a933c1 authored about 1 year ago
fix(vg_lite): fix draw mask rect error (#5372)

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

0d3f2990fd388d6051f89b1c51c6e5e521982cbe authored about 1 year ago
chore(LVGLImage): triple double-quoted strings should be used for docstrings (#5373)

c2707d3fca154aeaf908ffb9417ea637ad05b00f authored about 1 year ago
chore(decoder): call image post process directly (#5371)

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

dd42600e24d9b79bd32fa2f8412a482b33b82a2a authored about 1 year ago
docs(disp): fix minor typo in docs/porting/display.rst (#5368)

Co-authored-by: 袁苏义 <[email protected]>

67f9997184da9e5e71fc5ac5ec1d711c240936f8 authored about 1 year ago
fix(sysmon): performance measurement (#5361)

b48fd4863f8b5a2846aac748478359e1ad617e59 authored about 1 year ago
fix(strcpy): replace `lv_strcpy` to `lv_strncpy` (#5364)

a7737a936a82e244db6c1ba7a14f33b9763b44d2 authored about 1 year ago
feat(fs): add `fn_len` for `lv_fs_dir_read` (#5362)

2001d869a130ea365a9ad47b2652d2f89f899ec6 authored about 1 year ago
fix(event): fix assert in event bubble mode. (#5357)

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

122acbd00f2d209ddb25f637bfe72c06428a43cc authored about 1 year ago
chore(vg_lite): clean useless function and macro (#5346)

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

0379088110631f9d60d3d01b295efe47d46bdefc authored about 1 year ago
chore(imgfont): simplify imgfont_dsc_t data structure (#5354)

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

32828206d14722560e369f1281667938bce12426 authored about 1 year ago
fix(sprintf): fix sprintf compile errors (#5358)

a00ce5ab0d08c0ee2a8ba66a3098d66a2c4667b0 authored about 1 year ago
perf(vg_lite): remove path bounds secondary loop calculation (#5359)

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

4be9409a09ffd084823930be32adf4e387bf96fa authored about 1 year ago
feat(tests): add whitelist for compile flag check (#5356)

9a0ada3ebf1348b6ccab0bae0ab1f73f5adcf46c authored about 1 year ago
fix(vg_lite): fix freetype build break and imgfont draw error (#5353)

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

ff897e3b6ff22f4f3bec7b37d279d67a23f03637 authored about 1 year ago
feat(nuttx): add cache interface (#5348)

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

86138aad3767db04e86233e19dd10e13734eb157 authored about 1 year ago
fix(vg_lite): fix outline label is not displayed under transform (#5345)

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

5c459ba5446d4e711dc380cb8ddaad4ae972c44a authored about 1 year ago
fix(windows): remove the imm32 static linking dependency and reduce compilation warnings (#5347)

ab15bc80921798b5c249b4a44d51db71a6b45d41 authored about 1 year ago
fix(codespace): update lv_conf.h for GitHub codespace (#5342)

ba92532bcbee985f3ddaea9472a92586f6ad6636 authored about 1 year ago
chore(cmsis-pack): prepare for LVGL9 release (#5323)

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

78a6b2f4251ad47feb8238b27988614020f2a06b authored about 1 year ago
fix(fbdev): minor fixes (#5344)

f1739b864cd790c5b61353c613e90569c771071c authored about 1 year ago
fix(draw): fix bg image drawing (#5341)

4c5e139ea0e17f1ea71f48b4f0c5b3c9b0fe0e37 authored about 1 year ago
refactor(style): rename style_anim_time -> style_anim_duration (#5338)

fb0fc86895331bac9f5ce514ef6324342e8ed3c6 authored about 1 year ago
fix(nxp): follow LVGL changes (#5339)

d757aa24de568c6f120bb7e1b085fd12a058c882 authored about 1 year ago
fix(calendar): Add 2025 and 2024 to default year list (#5340)

821bb1f1a84886351453b10a96b9d5e71871068e authored about 1 year ago
fix(dave2d): follow lvgl changes (#5334)

b086c76152324124b8a991f20b0d17b7fafe35aa authored about 1 year ago
refact(binfont): unified font creation API (#5333)

Co-authored-by: pengyiqiang <[email protected]>

106519bd2d6a24d09f9d94a7046fba5cc3e9b284 authored about 1 year ago
fix(conf): mode LV_USE_SYSMON and LV_USE_PEFRF/MEM_MONITOR closer (#5314)

c7bece7d98a11a6fd017f5da0dea272c81b29e30 authored about 1 year ago
Install dlls to correct location (#5331)

b1d14987903fd1551872406fd473d818c378c007 authored about 1 year ago
Revert "feat(tiny_ttf): add lv_font_* as paramater to lv_tiny_ttf_create" (#5327)

Co-authored-by: pengyiqiang <[email protected]>

178789a937dae942136a0b8a28b524bd928235ca authored about 1 year ago
fix(vg_lite): fix warning (#5317)

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

9849f65254c0ece2393e3580b46e7ff1530966a3 authored about 1 year ago
feat(draw_buf) make lv_draw_buf_malloc a static function (#5318)

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

c8bd402192ade29cc9c85061e93575681ad25c74 authored about 1 year ago
perf(vg_lite): simplify the global path acquisition method (#5325)

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

d619d6b7f58b8e4cf06984c8f54830e3e5bb7723 authored about 1 year ago
chore(tests): replace sprintf -> lv_snprintf (#5319)

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

e0be0c925392d287a3708eb04d6074a4ba1b9fc9 authored about 1 year ago
fix(indev): use `lv_anim_delete` to delete scroll_throw_anim (#5324)

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

751bc99b982df37d2367782470fc160ea69e1add authored about 1 year ago
feat(draw_buf): use lv_draw_buf_t as argument of API lv_draw_buf_clear/copy (#5322)

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

57cda3b91cccadeb11c4da2fe4ef81406b71f375 authored about 1 year ago
fix(vector): fix draw image pattern with opacity. (#5330)

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

adfd8c2e8bb151fabc63d0e38fe9db48b5a53d88 authored about 1 year ago
fix(demos/vector_graphic): fix memory out-of-bounds access (#5326)

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

5e62ce3fb483179071c9112c6ad99a7b54fc4e1a authored about 1 year ago
feat(drivers): add Windows backend for LVGL v9 (#5313)

cab1336d8ed1abf7318e73452c721f9efe4e69af authored about 1 year ago
fix: remove LV_USE_DEV_VERSION (#5312)

b4cf95e7fa5811d70c39d71ec6bb11814cfdd9ca authored about 1 year ago
fix(theme): limit the theme applied tabview header buttons (#5309)

1e1caef81364ff1247fb58c70a0bf73e9d5367a4 authored about 1 year ago
Added LCD driver options to Kconfig. (#5298)

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

2cbeddce8a74007c101967c5e744cfd087141701 authored about 1 year ago
fix(calendar): style today and highlighted dates (#5310)

74c72d7c7c64e19318c361311b429edc18ba6300 authored about 1 year ago
fix(conf): lower the default RAM usage from 256k to 64k (#5308)

1b69c1c3419eac1793a6fb999a77d2febf2a9a5a authored about 1 year ago
chore(indev): support lv_indev_get_mode (#5186)

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

e916de1e9df7c3a3a4cc5a8b03076603862581ff authored about 1 year ago
feat(vg_lite_tvg): upgrade vg_lite.h v4.0.47 (#5297)

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

2e8bec8392ffac47526882c14bc76469b560cacb authored about 1 year ago
feat(windows): add some more decls spec attributes (#5259)

ed2056b6204cf6436517ac3430e024b9858320bf authored about 1 year ago
refact(layer): use draw_buf to replace raw pointers (#5254)

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

8701dece6561870b052d1ec1380aad5157dd5663 authored about 1 year ago
docs(disp): recommend to use lv_display_set_buffers instead (#5304)

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

4dd7773e255a1a9f173ae362fba2f9a39b16c75c authored about 1 year ago