Block or Report
Block or report FASTSHIFT
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
446 contributions in the last year
Less
More
Contribution activity
April 2022
Created 11 commits in 3 repositories
Created 1 repository
Created a pull request in lvgl/lvgl that received 1 comment
fix(png): fix possible memory leak when decoding fails
Description of the feature or fix
Checkpoints
Follow the styling guide
Run code-format.py from the scripts folder. astyle needs to be installed.
…
+6
−0
•
1
comment
Opened 6 other pull requests in 1 repository
lvgl/lvgl
1
open
5
merged
- feat(hal): add render_start_cb to disp_drv
- fix(msgbox): do not execute init obj when obj == NULL
- fix(menu): use LV_ASSERT_MALLOC check for new_node
- fix(obj_style): prevent access to class null pointer
- pref(png): use lv_memcpy/memset to improve performance
- fix(libs): fix possible buffer underflow caused by extension matching
Created an issue in lvgl/lvgl that received 9 comments
Add layout finished event callback in disp_drv
Introduce the problem
My screen driver has two fullscreen buffers and lvgl uses direct_mode to render directly on the buffers. When the buffer swit…
9
comments