Gabor Kiss-Vamosi
|
2e5a551028
|
fix(vector): make vector examples and demos work with the docs
|
2023-11-09 12:22:39 +01:00 |
|
lhdjply
|
62c3f1c0b5
|
fix(rtthread):too few arguments to function 'rt_sem_create' (#4770)
|
2023-11-09 11:40:25 +01:00 |
|
Zhang Ji Peng
|
8cf0bbb558
|
feat(draw): add implements vector graphic APIs (#4528) (#4691)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-11-09 11:37:33 +01:00 |
|
Gabor Kiss-Vamosi
|
3bb649db7f
|
test: add binding test reference
related to #4645
|
2023-11-08 22:28:14 +01:00 |
|
Gabor Kiss-Vamosi
|
06d74742ad
|
refactor(table): rename lv_table_set/get_user_data to lv_table_set/get_cell_user_data
|
2023-11-08 22:27:28 +01:00 |
|
Oleg Belousov
|
81e498baf4
|
feat(table): add user_data to table cells (#4767)
Co-authored-by: Oleg Belousov <bov@silentwings.ru>
|
2023-11-08 16:41:25 +01:00 |
|
Benign X
|
a5f6e2761f
|
chore(lv_label): remove codes for recolor feature (#4766)
|
2023-11-08 16:25:54 +01:00 |
|
bjsylvia
|
fa17aae81c
|
fix(demos): fix demos compiling error (#4759)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-11-08 16:20:26 +01:00 |
|
Gabor Kiss-Vamosi
|
048b28be23
|
test: reorganize tests and ref_images
|
2023-11-08 00:53:41 +01:00 |
|
Gabor Kiss-Vamosi
|
21a5841f6b
|
chore: update ROADMAP.rst
|
2023-11-08 00:41:36 +01:00 |
|
Gabor Kiss-Vamosi
|
d02562b796
|
feat(image): add lv_image_align_t to stretch, tile, and align images
related to #4733
|
2023-11-08 00:34:22 +01:00 |
|
bjsylvia
|
f07649bce8
|
fix(nuttx): fix compiling error for log (#4763)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-11-07 15:40:50 +01:00 |
|
bjsylvia
|
09d07c9d8a
|
fix(mem): fix locking mutex before initializing mutex (#4762)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-11-07 14:51:00 +01:00 |
|
bjsylvia
|
be72afaa15
|
chore(api): update lv_api_map.h (#4757)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-11-07 11:11:10 +01:00 |
|
_VIFEXTech
|
21df509ef4
|
fix(snapshot): fix buffer misalignment (#4760)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-11-07 10:30:50 +01:00 |
|
Gabor Kiss-Vamosi
|
cad26b55ae
|
fix(demo): fix music player demo initial animation
|
2023-11-06 20:19:09 +01:00 |
|
Gabor Kiss-Vamosi
|
dbd347fdf3
|
fix(draw): image transformation with no antialiasing
|
2023-11-06 20:18:37 +01:00 |
|
Gabor Kiss-Vamosi
|
d4613aecbe
|
feat(draw): add lv_draw_sw_rgb565_swap
|
2023-11-06 15:22:33 +01:00 |
|
Niklas Fiekas
|
91edcf0930
|
feat(stdlib): add and use lv_malloc_zeroed (#4728)
|
2023-11-06 15:10:56 +01:00 |
|
bjsylvia
|
fbb65d2fe3
|
fix(leak): fix common memory leak on lv_init (#4750)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-11-06 14:55:52 +01:00 |
|
1000len-4959
|
361663ee5f
|
feat(build): make it work with MSVC build (#4704)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: bjsylvia <bjsylvia@163.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: Niklas Fiekas <niklas.fiekas@backscattering.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lhdjply <1029652979@qq.com>
|
2023-11-06 14:35:06 +01:00 |
|
Gabor Kiss-Vamosi
|
96ce505651
|
fix(demo): fix showing the average FPS
|
2023-11-06 14:25:35 +01:00 |
|
Adam Nilsson
|
e3380a8fe8
|
feat(build): add pkgconfig file (#4744)
Co-authored-by: Adam x Nilsson <adamni@axis.com>
|
2023-11-06 14:00:07 +01:00 |
|
Gabor Kiss-Vamosi
|
2a8f876da6
|
fix(draw): fix shadow drawing
fixes #4755
|
2023-11-06 13:52:51 +01:00 |
|
Gabor Kiss-Vamosi
|
235190d00a
|
fix(debug): fix LV_USE_PARALLEL_DRAW_DEBUG
|
2023-11-06 11:33:11 +01:00 |
|
Gabor Kiss-Vamosi
|
386250a336
|
fix(draw): stride handling in case of layers
|
2023-11-06 09:55:43 +01:00 |
|
Gabor Kiss-Vamosi
|
981a9843fd
|
fix(scale): use LV_FONT_DEFAULT in the examples
|
2023-11-06 09:52:29 +01:00 |
|
Gabor Kiss-Vamosi
|
69342908ee
|
fix(draw): initialize layer->buf_stride
|
2023-11-06 09:49:53 +01:00 |
|
lhdjply
|
0bdd54abed
|
fix(lv_rtthread.h):fix the variable definition of thread (#4749)
|
2023-11-03 15:49:35 +01:00 |
|
lhdjply
|
b95d74bfcb
|
feat(os): add rt-thread for osal (#4746)
|
2023-11-03 10:54:11 +01:00 |
|
Gabor Kiss-Vamosi
|
e86b1a6ec9
|
Revert "feat(gh-codespace): prebuild the project"
This reverts commit 493af0ec26 .
|
2023-11-02 22:57:15 +01:00 |
|
Gabor Kiss-Vamosi
|
8c2fee20e4
|
fix(gh-codespace): update lv_conf.h
|
2023-11-02 22:49:11 +01:00 |
|
Gabor Kiss-Vamosi
|
493af0ec26
|
feat(gh-codespace): prebuild the project
|
2023-11-02 22:48:44 +01:00 |
|
Gabor Kiss-Vamosi
|
ba3960e867
|
chore: remove accidentally added files
|
2023-11-02 12:32:11 +01:00 |
|
Gabor Kiss-Vamosi
|
9d624b64bd
|
fix(freertos): do not reinitalize mutex condition
|
2023-11-02 11:10:58 +01:00 |
|
dependabot[bot]
|
3922858f02
|
chore(deps): bump mymindstorm/setup-emsdk from 9 to 12 (#4743)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-11-02 11:04:14 +01:00 |
|
dependabot[bot]
|
1d05a6168e
|
chore(deps): bump uraimo/run-on-arch-action from 2.1.1 to 2.5.1 (#4742)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-11-02 11:03:58 +01:00 |
|
dependabot[bot]
|
882e4f6964
|
chore(deps): bump actions/checkout from 1 to 4 (#4741)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-11-02 11:03:37 +01:00 |
|
dependabot[bot]
|
34d6c39f31
|
chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.7.1 to 1.8.0 (#4740)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-11-02 11:03:20 +01:00 |
|
dependabot[bot]
|
ccd9cee527
|
chore(deps): bump actions/cache from 2 to 3 (#4739)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-11-02 11:03:05 +01:00 |
|
Niklas Fiekas
|
1c15c4d705
|
perf(dev): use flush_wait_cb for direct double-buffered drm (#4738)
|
2023-11-02 11:02:27 +01:00 |
|
bjsylvia
|
f86d16bb2d
|
fix(leak): fix memory leak on lv_demo_widgets (#4737)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-11-02 11:01:27 +01:00 |
|
bjsylvia
|
406631bd92
|
fix(config): add config LV_USE_OS in Kconfig (#4736)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-11-02 11:00:57 +01:00 |
|
bjsylvia
|
cafc8393a7
|
fix(leak): fix memory leak on music list (#4732)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-11-02 09:33:39 +01:00 |
|
bjsylvia
|
9e252bdff7
|
feat(global): support user_data for lv_global_t (#4734)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-11-02 09:33:03 +01:00 |
|
Neo Xu
|
3539083d55
|
chore(image): fix warning of unchecked return value (#4730)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
|
2023-11-02 09:19:09 +01:00 |
|
lhdjply
|
93885918d4
|
chore(template): fix the variable name of the button input device (#4729)
|
2023-11-02 09:17:09 +01:00 |
|
Gabor Kiss-Vamosi
|
17ab0518c7
|
chore: update ROADMAP.rst
|
2023-11-02 06:56:09 +01:00 |
|
Gabor Kiss-Vamosi
|
535a4896e4
|
fix(tiny_ttf): fix warning
|
2023-10-31 20:47:07 +01:00 |
|
Gabor Kiss-Vamosi
|
16302e9c7b
|
chore: rename zoom_x/y paramters and local variables to scale_x/y
|
2023-10-31 20:19:12 +01:00 |
|