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

Scaling of Images by Dave2D

github.com/lvgl/lvgl - jeremy-baker opened this pull request about 1 year ago
feat(decoder): add indexed image support for GPU

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(vector): do not adjust stride for ThorVG to draw image

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(vg_lite): unify recolor behavior

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(vector): change draw rectangle rx, ry to float type.

github.com/lvgl/lvgl - onecoolx opened this pull request about 1 year ago
feat(draw_buf): add ALLOCATED image header flag

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
feat(image): add YUV format enum and adapter yuv for vglite GPU

github.com/lvgl/lvgl - terry0012 opened this pull request about 1 year ago
chore(decode): add default decoder open args

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(decoder): fix potential mem leak in image decoder

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
feat(draw_buf): add api to duplicate draw buf

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Request for Enhanced Scroll Prediction in LVGL

github.com/lvgl/lvgl - XuNeo opened this issue about 1 year ago
fix(jpeg_turbor_decoder): fix wrong decoded size in cache

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
feat(nuttx): add utouch monitor

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(vg_lite): remove 'always_zero' fix build break

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(lz4): do not expose internal lz4.h

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
feat(build): add pkgconfig file (#4744)

github.com/lvgl/lvgl - johanadamnilsson opened this pull request about 1 year ago
[master] lv_disp: invoke scr_load_internal upon completion

github.com/lvgl/lvgl - Lzw655 opened this pull request about 1 year ago
chore: fix warning

github.com/lvgl/lvgl - lion2tomato opened this pull request about 1 year ago
V9 fix build warning

github.com/lvgl/lvgl - lion2tomato opened this pull request about 1 year ago
chore: fix warning of typedef redefinition

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
lv_disp: invoke scr_load_internal upon completion

github.com/lvgl/lvgl - Lzw655 opened this pull request about 1 year ago
refact(anim_timeline): refact anim timeline design

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(lv_canvas): fix undefined behavior

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
feat(indev) Add crown support to pointer input device

github.com/lvgl/lvgl - kisvegabor opened this pull request about 1 year ago
refactor(draw): use draw buf for label

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
feat(style): add API to check specific style property is set

github.com/lvgl/lvgl - fuxiujun opened this pull request about 1 year ago
Use `image_buf` instead of `draw_buf`

github.com/lvgl/lvgl - XuNeo opened this issue about 1 year ago
feat(math): add LV_ALIGN_UP macro

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
refactor(drawbuf): eliminate clear/copy buffer callbacks

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
refactor(image): add magic to image header

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(image): remove useless check

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
feat(cache): new cache framework

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
fix(vg_lite): fix build break

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
Performance of 'lv_textarea'

github.com/lvgl/lvgl - philmoz opened this issue about 1 year ago
chore(conf): use EXTERNAL and INTERNAL macro to config libs

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
feat(draw-sw): add Helium acceleration to draw-sw

github.com/lvgl/lvgl - GorgonMeducer opened this pull request about 1 year ago
New core member

github.com/lvgl/lvgl - kisvegabor opened this issue about 1 year ago
Fix/dave2d

github.com/lvgl/lvgl - kisvegabor opened this pull request about 1 year ago
Support YUV color format

github.com/lvgl/lvgl - terry0012 opened this issue about 1 year ago
Fix dashed horizontal line rendering.

github.com/lvgl/lvgl - philmoz opened this pull request about 1 year ago
chore(api): update lv_api_map.h

github.com/lvgl/lvgl - lhdjply opened this pull request about 1 year ago
chore(README): follow naming changes in README

github.com/lvgl/lvgl - lhdjply opened this pull request about 1 year ago
feat(draw_buf): remove legacy lv_draw_buf_go_to_xy

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
fix(draw_vector): fix build break when thorvg disabled

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(area): fix narrowing conversion error

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
feat(snapshot): create draw buf for snapshot image

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore: rename _unaligned to avoid MSVC compile issue

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

github.com/lvgl/lvgl - EBQA opened this issue about 1 year ago
fix(demo): change variable to static

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
chore(anim): use const lv_anim_t for get methods

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Version8.0

github.com/lvgl/lvgl - kenbio216 opened this pull request about 1 year ago
feat(canvas): use draw buffer for canvas

github.com/lvgl/lvgl - XuNeo opened this pull request about 1 year ago
Implemented ST7789 LCD driver

github.com/lvgl/lvgl - zjanosy opened this pull request about 1 year ago
Added mixing RGB565 function for speed testing

github.com/lvgl/lvgl - djixon opened this pull request about 1 year ago
chore: fix warning when log disable

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
fix(bin_decoder): add missing cache_data_type register

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
fix(decoder):optimize the logic of bin decoder

github.com/lvgl/lvgl - terry0012 opened this pull request about 1 year ago
feat(lv_math): add lv_rand_set_seed api

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
fix(canvas): fix canvas unaligned access buffer

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
About the style of the tileview

github.com/lvgl/lvgl - IAMMX opened this issue about 1 year ago
feat(draw): add vg-lite draw unit

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
This is HUGE unnecessary BUG in v8.3

github.com/lvgl/lvgl - djixon opened this issue about 1 year ago
feat(draw): add generic draw image helpers

github.com/lvgl/lvgl - kisvegabor opened this pull request about 1 year ago
chore: fix warning

github.com/lvgl/lvgl - FASTSHIFT opened this pull request about 1 year ago
How is the lv_draw_label function used

github.com/lvgl/lvgl - shma102 opened this issue about 1 year ago
How to use STM32U599 NeoChrom GPU?

github.com/lvgl/lvgl - Fluency1224 opened this issue about 1 year ago
Fix memory leak in lv_chart_remove_series

github.com/lvgl/lvgl - pfyra opened this pull request about 1 year ago
indev: change LV_EVENT_LONG_PRESSED to code

github.com/lvgl/lvgl - jianglianfang opened this pull request about 1 year ago
lvgl:add vsync_poll

github.com/lvgl/lvgl - jianglianfang opened this pull request about 1 year ago
lvgl:add lv_display_remove_event_cb_with_user_data

github.com/lvgl/lvgl - jianglianfang opened this pull request about 1 year ago
adds MicroPython test to lvgl

github.com/lvgl/lvgl - kdschlosser opened this pull request about 1 year ago
feat(lv_rb): add drop_node and remove_node api

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
Make most of the draw_sw_image logic reusable

github.com/lvgl/lvgl - kisvegabor opened this issue about 1 year ago
fix(cmsis-pack): fix issue #4992

github.com/lvgl/lvgl - GorgonMeducer opened this pull request about 1 year ago
Build error in cmsis-pack/lv_os_custom.c

github.com/lvgl/lvgl - kisvegabor opened this issue about 1 year ago
fix: Removed unsed typedef

github.com/lvgl/lvgl - glueckm opened this pull request about 1 year ago
fix(lv_sdl): remove useless `bg_img` code

github.com/lvgl/lvgl - W-Mai opened this pull request about 1 year ago
fix(lv_rb): memzero the new node

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