Neo Xu
|
27357d5139
|
feat(obj): add obj_id, class names, and dump support (#4536)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-09-25 10:58:36 +02:00 |
|
_VIFEXTech
|
9937138392
|
feat(libs): add libpng decoder (#4569)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-25 10:28:35 +02:00 |
|
_VIFEXTech
|
9178f67a71
|
chore(conf): clean up duplicate configuration items (#4584)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-22 10:44:35 +02:00 |
|
_VIFEXTech
|
c4c4627ae0
|
feat(libs): add libjpeg-turbo decoder (#4567)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-22 10:43:59 +02:00 |
|
nicusorcitu
|
733e11d86d
|
feat(vglite, pxp): add beta version of NXP's PXP and VG-Lite acceleration (#4568)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
|
2023-09-20 12:32:24 +02:00 |
|
_VIFEXTech
|
e53cd59fcb
|
chore(libs/jpg): rename lv_jpg to lv_tjpgd (#4573)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-20 10:38:47 +02:00 |
|
_VIFEXTech
|
45fb2148d5
|
chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-20 10:30:04 +02:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
e657c74aca
|
chore: fix build errors
|
2023-09-18 21:29:22 +02:00 |
|
Gabor Kiss-Vamosi
|
757877b1fc
|
feat(cache): rework cache
- based in cache size instead of entry count
- not only for images
- needs to be called manually in decoders (and not the cache manages the decoders)
|
2023-09-14 23:23:29 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +02:00 |
|
Carlos Diaz
|
5c1fc63647
|
feat(scale): add the lv_scale widget (#4196)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-08-31 15:09:40 +02:00 |
|
Zoltan Janosy
|
ca54d127c2
|
feat(fs): add support for memory-mapped files (#4462)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-08-31 13:00:26 +02:00 |
|
Gabor Kiss-Vamosi
|
45ff2a663b
|
feat(draw_buf): add lv_draw_buf_handlers to allow using custom callbacks
|
2023-08-25 22:49:31 +02:00 |
|
bjsylvia
|
83cd50b4df
|
fix(typos): fix some typos for style (#4469)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-20 21:03:24 +02:00 |
|
Gabor Kiss-Vamosi
|
0b83a82a07
|
feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
|
2023-08-19 01:42:37 +02:00 |
|
Gabor Kiss-Vamosi
|
1f807ae714
|
feat(draw_buf): add option to select draw_buf implementation
|
2023-08-18 23:01:56 +02:00 |
|
Gabor Kiss-Vamosi
|
4736ebfbca
|
perf(style): speed up getting stye properties by adding LV_OBJ_STYLE_CACHE
|
2023-08-15 07:31:33 +02:00 |
|
bjsylvia
|
67ca457a07
|
fix: fix typos (#4451)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-08-14 16:49:30 +02:00 |
|
Gabor Kiss-Vamosi
|
76d4e56036
|
feat(sdl): make SDL work with all rendering modes and 1 or 2 buffers
|
2023-08-10 08:23:01 +02:00 |
|
Gabor Kiss-Vamosi
|
45aa59a473
|
feat(draw_buf): add lv_draw_buf_t for stride support (#4423)
|
2023-07-31 18:44:02 +02:00 |
|
yushuailong
|
933db950bb
|
feat: add config set LV_WIDGETS_HAS_DEAFULT_VALUE (#4371)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
|
2023-07-19 15:09:06 +02:00 |
|
Peter Bee
|
2cdd41345a
|
feat(dev): add nuttx lcd driver (#4377)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
|
2023-07-17 08:03:33 +02:00 |
|
Gabor Kiss-Vamosi
|
b78d4dc04b
|
demo: add lv_demo_scroll
|
2023-07-15 23:24:58 +02:00 |
|
Peter Bee
|
0aa856aeb7
|
feat(driver): add NuttX fbdev and touchscreen support (#4360)
|
2023-07-13 20:31:33 +02:00 |
|
Gabor Kiss-Vamosi
|
f753265a79
|
arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
|
2023-07-05 13:05:19 +02:00 |
|
_VIFEXTech
|
06b3b62475
|
feat(profiler): add built-in profiler (#4255)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
|
2023-06-05 16:53:57 +02:00 |
|
Johannes Marbach
|
0a62fd692e
|
feat(disp): port DRM driver from lv_drivers (#4253)
|
2023-05-29 13:48:15 +02:00 |
|
Gabor Kiss-Vamosi
|
ec2acbe091
|
feat(sdl): add LV_SDL_DIRECT_EXIT
fixes #4250
|
2023-05-29 12:40:10 +02:00 |
|
_VIFEXTech
|
fa5388a38b
|
fix(profiler): fixed inability to disable and add new measurement points (#4224)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-05-18 13:02:17 +02:00 |
|
_VIFEXTech
|
540c028d60
|
feat(profiler): add performance profiler hook (#4211)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-05-11 11:10:47 +02:00 |
|
_VIFEXTech
|
4658c27f37
|
refact(monitor): refact system monitor component (#4195)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-05-02 10:40:13 +02:00 |
|
_VIFEXTech
|
9b5f7d91af
|
feat(refr): implement the monitor component (#4121)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-05-01 09:56:53 +02:00 |
|
_VIFEXTech
|
7e20b12930
|
feat(mem): add lv_strcpy_builtin (#4145)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-04-20 05:35:41 +02:00 |
|
_VIFEXTech
|
afe29b7dab
|
refact(user_data): remove LV_USE_USER_DATA configuration (#4056)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-03-14 14:34:56 +01:00 |
|
_VIFEXTech
|
0449c400b8
|
fix(sdl): fix warning (#4048)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-03-13 13:41:32 +01:00 |
|
Gabor Kiss-Vamosi
|
5e75754095
|
feat(sdl): handle the tick internally and automatically
|
2023-03-08 10:16:08 +01:00 |
|
Gabor Kiss-Vamosi
|
d78aebf224
|
feat(sdl): add PARTIAL_MODE to emulate setups with display controller
|
2023-03-06 12:04:00 +01:00 |
|
Gabor Kiss-Vamosi
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
domologic
|
8b6f71a8a7
|
feat(color): added option to overwrite lv_color_mix (#3998)
Co-authored-by: komelov <e.komelov@domologic.de>
|
2023-02-20 11:52:30 +01:00 |
|
Forairaaaaa
|
ecafa88d2c
|
chore: add an option to "LV_TICK_CUSTOM" (#3870)
|
2022-12-19 16:24:54 +01:00 |
|
_VIFEXTech
|
0ef4e6f48b
|
feat(demo): add flex_layout demo (#3755)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: W-Mai <1341398182@qq.com>
Co-authored-by: Uli Raich <uli.raich@gmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2022-12-15 13:34:13 +01:00 |
|
wrgallo-navitas
|
5cdf242a21
|
fix(msg): able to create/delete msgs during notify (#3847)
Co-authored-by: wrgallo <28547933+wrgallo@users.noreply.github.com>
|
2022-12-11 12:02:31 +01:00 |
|
_VIFEXTech
|
889634398a
|
feat(libs): add barcode widget (#3778)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-12-11 11:48:03 +01:00 |
|
_VIFEXTech
|
e7da3b247e
|
refact(freetype): clean up global variables and infrequent functions (#3782)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-11-24 12:27:38 +01:00 |
|
_VIFEXTech
|
8ff87647da
|
feat(tlsf): add memory pool expansion support (#3757)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-10-26 10:36:26 +02:00 |
|
_VIFEXTech
|
648d1cbd03
|
fix(mem): add missing stdio.h and string.h include (#3753)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-10-24 08:05:28 +02:00 |
|
dongie
|
f8196747a9
|
feat(GD GPU): add support for GD32F450 "IPA" 2D GPU. (#3622)
|
2022-10-03 01:12:47 +02:00 |
|
honey the codewitch
|
57e0943b10
|
feat(tiny_ttf): ttf support (#3680)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-09-26 17:30:07 +02:00 |
|
_VIFEXTech
|
f9eb73bfae
|
fix(txt): append ')]}' to LV_TXT_BREAK_CHARS (#3675)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-09-08 23:29:38 +02:00 |
|