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

feat(stdlib): add lv_memmove

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
The `Set up a Simulator` link is broken

github.com/lvgl/lvgl - GorgonMeducer opened this issue about 1 year ago
feat(style): add skew style

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
lvgl micropython

github.com/lvgl/lvgl - klora-sun opened this issue about 1 year ago
fix(cmake): add asm file compile definitions

github.com/lvgl/lvgl - PeterBee97 opened this pull request about 1 year ago
feat(draw): add global matrix drawing modes

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
chore: fix typo related to lv_msgbox

github.com/lvgl/lvgl - PierreRambaud opened this pull request about 1 year ago
fix(draw_mask): fix wrong draw dispatch calls

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
lv_disp_get_default always returns 0

github.com/lvgl/lvgl - HugoWeijersContecto opened this issue about 1 year ago
feat(gif):do not start timer if gif resource not loaded

github.com/lvgl/lvgl - xaowang96 opened this pull request about 1 year ago
chore(format): fix code format issue CI reported

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(stdlib): Replace strcmp with lv_strcmp

github.com/lvgl/lvgl - lhdjply opened this pull request about 1 year ago
Mess with SWAPPING and ENDIANNESS

github.com/lvgl/lvgl - djixon opened this issue about 1 year ago
Add LZ4 compressed binary image support

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
feat(lib): add lz4 lib support

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(make): fix compile break when using make

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Add RLE compressed binary image support

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
feat(point): add helpers to operate point and precise point

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Run the image convert in the browser

github.com/lvgl/lvgl - W-Mai opened this issue about 1 year ago
fix(text): do not draw letters treated as marker

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(typos): fix some typos

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
chore(rt-thread):env adapts to the latest functions in v9

github.com/lvgl/lvgl - lhdjply opened this pull request about 1 year ago
fix(rt-thread): fix create lvgl thread problem

github.com/lvgl/lvgl - mysterywolf opened this pull request about 1 year ago
feat(draw): add unified NEON acceleration

github.com/lvgl/lvgl - PeterBee97 opened this pull request about 1 year ago
fix(fs): seek fs brfore writing data to file

github.com/lvgl/lvgl - xaowang96 opened this pull request about 1 year ago
fix(draw_line): use lv_point_precise_t to describe coordinates

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(nuttx): fix null pointer exception

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
Invisible unicode characters will be displayed

github.com/lvgl/lvgl - fuxiujun opened this issue about 1 year ago
Feature Request: Curved text support in LVGL.

github.com/lvgl/lvgl - XuNeo opened this issue about 1 year ago
feat(gif): add API to pause/resume gif timer

github.com/lvgl/lvgl - xaowang96 opened this pull request about 1 year ago
fix(cache):fix use after free in lv_cache_invalidate_by_src

github.com/lvgl/lvgl - terry0012 opened this pull request about 1 year ago
fix(jpeg): fix jpeg cache param error.

github.com/lvgl/lvgl - terry0012 opened this pull request about 1 year ago
fix(example): fix gradient has no effect

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(test): remove space in file name

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(nuttx): fix uninitialized variables

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
chore(demos): fix warning

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
chore(sdl): fix warning

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(typos): fix typos in lv_map API document

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
feat(log): add option to custom file/line format

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(draw): use byte as stride unit for draw_transform

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(txt): add cjk Unicode range

github.com/lvgl/lvgl - fuxiujun opened this pull request about 1 year ago
feat(test): add stride aligned image test

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
test barcode won't work with get_area_cb

github.com/lvgl/lvgl - XuNeo opened this issue about 1 year ago
feat(label): LV_LABEL_WAIT_CHAR_COUNT can be configured externally

github.com/lvgl/lvgl - qinshijing opened this pull request about 1 year ago
fix(anim): remove unused header

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
Plans for caching in v9

github.com/lvgl/lvgl - niklasf opened this issue about 1 year ago
feat(decoder): add decoder open args

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(draw_buf): add draw buf struct definition

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(image): add image flag bitfield

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(gif): correct the name in gifdec_mve.h

github.com/lvgl/lvgl - terry0012 opened this pull request about 1 year ago
How to customize _lv_text_is_a_word ?

github.com/lvgl/lvgl - fuxiujun opened this issue about 1 year ago
Move lvgl binary image decoder to standalone file

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(sdl): revert error comment for tick

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
feat(indev): start scroll_throw animation using lv_anim_start

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
fix(draw): delete duplicate prototype

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
Lottie and SVG support

github.com/lvgl/lvgl - kisvegabor opened this issue about 1 year ago
chore(timer):add assertions for null pointer

github.com/lvgl/lvgl - cnjhb opened this pull request about 1 year ago
Rotating a style only works twice for the entire code.

github.com/lvgl/lvgl - XanCraft21 opened this issue about 1 year ago
Stride fix for canvas and image decoder

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
add mve(helium) support for gif decoder

github.com/lvgl/lvgl - terry0012 opened this pull request about 1 year ago
fix(barcode): use draw buffer for canvas image

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Fix issue that snapshot may stuck on layer dispatch

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(snapshot): need to set disp refreshing firstly

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fixed lvgl.pc source dir in install step if using FetchContent

github.com/lvgl/lvgl - gcopoix opened this pull request about 1 year ago
Rotation Codes for ILI9341

github.com/lvgl/lvgl - monkeytronics opened this issue about 1 year ago
Unified VG-Lite implementation

github.com/lvgl/lvgl - kisvegabor opened this issue about 1 year ago
fix(draw): use byte as stride unit instead of pixel

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix compile warnings

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(roadmap): fix typos

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
fix(draw): remove LV_LAYER_MAX_MEMORY_USAGE

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
fix(obj): fix arduino compile warnings

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(cmsis-pack): fix a typo introduced recently

github.com/lvgl/lvgl - GorgonMeducer opened this pull request about 1 year ago
Use lv_draw_buf_t where possible

github.com/lvgl/lvgl - XuNeo opened this issue about 1 year ago
fix(sysmon): fix LOG mode not printing

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
Fix decoder memory leak

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Update custom.cmake

github.com/lvgl/lvgl - totocmc opened this pull request about 1 year ago
Support C array type of alpha-only image

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(image): remove explicit initialization to always_zero

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Added x11 driver (display/input) support

github.com/lvgl/lvgl - gcopoix opened this pull request about 1 year ago
fix(leak): fix custom style memory leak

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
chore(init): release indev and display automatically

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
feat(sdl): support indev LV_EVENT_DELETE

github.com/lvgl/lvgl - bjsylvia opened this pull request about 1 year ago
Reame dead for test

github.com/lvgl/lvgl - Shiroshibin opened this pull request about 1 year ago
fix(sysmon):fix the MEM_MONITOR using incorrect variables

github.com/lvgl/lvgl - lhdjply opened this pull request about 1 year ago