Gabor Kiss-Vamosi
|
4081130dd9
|
docs(scale): fix scale docs
|
2023-10-19 11:36:27 +02:00 |
|
Gabor Kiss-Vamosi
|
6a7d2e651c
|
refactor(draw_buf): update buf clear and copy API
|
2023-10-19 11:31:03 +02:00 |
|
Gabor Kiss-Vamosi
|
74ca34c8de
|
docs(scale): fix rst
|
2023-10-19 10:50:16 +02:00 |
|
Neo Xu
|
c8987aa4d8
|
chore(color): use lv_color_fomat_get_bpp instead of get_size (#4668)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-10-19 10:14:29 +02:00 |
|
terry.rong
|
505eeeaeb5
|
feat(draw): add SIMD draw support. #4463 (#4590)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
|
2023-10-19 10:13:17 +02:00 |
|
Gabor Kiss-Vamosi
|
865a2f64a0
|
chore: minor docs fixes
|
2023-10-17 14:32:09 +02:00 |
|
Gabor Kiss-Vamosi
|
abe89ba1fe
|
chore(conf): clean up lv_conf_template.h
|
2023-10-17 14:32:09 +02:00 |
|
sirius506
|
4a7f31017e
|
fix(tiny_ttf): add line_height as a parameter in font glyph cache (#4662)
|
2023-10-17 12:08:59 +02:00 |
|
Gabor Kiss-Vamosi
|
666f839977
|
docs(chart): update chart example
|
2023-10-16 23:43:35 +02:00 |
|
Niklas Fiekas
|
9ea46f2f3e
|
fix(dev): drm driver awaits vsync before drm_wait_vsync (#4659)
|
2023-10-16 10:48:51 +02:00 |
|
Carlos Diaz
|
5ede301ef4
|
fix(arc): handle click outside background angle range (#4586)
|
2023-10-12 22:05:07 +02:00 |
|
Gabor Kiss-Vamosi
|
7320d1aa21
|
fix(scale): fix ITEM section styling
|
2023-10-12 22:01:56 +02:00 |
|
Gabor Kiss-Vamosi
|
f7c25b7966
|
demo(widget): improve the 3rd scale
|
2023-10-12 21:58:38 +02:00 |
|
Gabor Kiss-Vamosi
|
bccbde0cef
|
refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale
|
2023-10-12 21:50:46 +02:00 |
|
Gabor Kiss-Vamosi
|
d3aee1d7f6
|
chore: fix micropython example
|
2023-10-12 21:23:56 +02:00 |
|
Gabor Kiss-Vamosi
|
9ec5417dd3
|
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
0ff2d1c2e4
|
chore. fix micropythn example
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
4b981f7d6d
|
docs: fix examples
|
2023-10-12 20:25:32 +02:00 |
|
Gabor Kiss-Vamosi
|
0d59e0b221
|
chore(chart): remove unused zoom related prototypes
|
2023-10-12 17:28:13 +02:00 |
|
Gabor Kiss-Vamosi
|
6163437afd
|
refactor(scale): remove lv_meter use lv_scale instead
|
2023-10-12 17:21:52 +02:00 |
|
Gabor Kiss-Vamosi
|
d975e398d1
|
feat(draw_buf): update lv_draw_buf_invalidate_cache API
|
2023-10-12 16:33:00 +02:00 |
|
_VIFEXTech
|
5e0d063086
|
feat(nuttx): add structure default initialization (#4651)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-10-11 23:51:08 +02:00 |
|
_VIFEXTech
|
afd410c1de
|
feat(log): add file line number printing option (#4653)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-10-11 23:30:53 +02:00 |
|
Mahesh Phalke
|
7506b61527
|
fix: LV_INDEV_STATE_PR/REL for backward compatibility (#4649)
Signed-off-by: MPhalke <mahesh.phalke@analog.com>
|
2023-10-11 23:08:31 +02:00 |
|
_VIFEXTech
|
4e84901479
|
feat(nuttx): add syslog porting (#4650)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-10-11 23:05:38 +02:00 |
|
Gabor Kiss-Vamosi
|
8deea70049
|
refactor(draw_buf): remove lv_draw_buf_t and make all functions work on void * buffer directly
|
2023-10-11 21:33:23 +02:00 |
|
bjsylvia
|
17d0f568c8
|
feat(nuttx): refactor Nuttx porting layer (#4634)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-10-11 06:38:36 +02:00 |
|
xaowang96
|
f190d56f5d
|
feat(checkbox): add RTL support (#4646)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
|
2023-10-10 23:02:05 +02:00 |
|
bjsylvia
|
14c0869e68
|
chore(demos): add common entry for lv_demos (#4610)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-10-10 22:28:17 +02:00 |
|
Gabor Kiss-Vamosi
|
3adaee8fde
|
ci: temporary remove lv_example_tiny_ttf_3.py
|
2023-10-10 22:20:43 +02:00 |
|
honey the codewitch
|
cc628426b8
|
feat(tiny_ttf): use draw_buf and the cache (#4639)
Co-authored-by: Fabian Blatz <fabianblatz@gmail.com>
Co-authored-by: Mike Fikes <mike@fikesfarm.com>
Co-authored-by: Zoltan Janosy <janosy.zoltan@gmail.com>
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-10-10 21:51:02 +02:00 |
|
Brandon Holland
|
8c63327f66
|
feat(disp): add double buffered direct-mode efficient sync algorithm (#4443)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: bjsylvia <bjsylvia@163.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Fabian Blatz <fabianblatz@gmail.com>
Co-authored-by: Mike Fikes <mike@fikesfarm.com>
Co-authored-by: Zoltan Janosy <janosy.zoltan@gmail.com>
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
|
2023-10-10 21:44:32 +02:00 |
|
Gabor Kiss-Vamosi
|
80149e7f98
|
refactor(msg): remove lv_msg in favor of lv_observer
|
2023-10-10 20:48:46 +02:00 |
|
Gabor Kiss-Vamosi
|
9bf50c65cf
|
chore: fix observer docs
|
2023-10-10 07:19:59 +02:00 |
|
Gabor Kiss-Vamosi
|
955656f958
|
chore: add observer to index.rst
|
2023-10-10 00:01:54 +02:00 |
|
Zoltan Janosy
|
4f541cf523
|
feat(observer): implemented an observer pattern (#4541)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-10-09 23:20:29 +02:00 |
|
Mike Fikes
|
c4decea1ab
|
docs(obj): fix lv_obj_remove_style description: add -> remove (#4635)
|
2023-10-09 19:43:19 +02:00 |
|
Fabian Blatz
|
7d52859fe8
|
feat(lv_group): get group count and retrieve by index (#4632)
|
2023-10-09 18:36:47 +02:00 |
|
Gabor Kiss-Vamosi
|
e12ac1ae9c
|
feat(draw_buf): modify cache_invalidate API
use void lv_draw_buf_invalidate_cache(void * buf, size_t size) for more flexibility
see https://github.com/lvgl/lvgl/issues/4597#issuecomment-1750569534
|
2023-10-08 19:57:00 +02:00 |
|
bjsylvia
|
d9b4283e0e
|
fix(disp): update nuttx disp framebuffer (#4633)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-10-08 07:58:36 +02:00 |
|
Gabor Kiss-Vamosi
|
a7d03e09ef
|
fix(draw): use lv_draw_buf_malloc in lv_draw_sw_img
|
2023-10-05 20:25:49 +02:00 |
|
Gabor Kiss-Vamosi
|
644c1c46f3
|
fix(style): fix style caching in lv_obj_report_style_change
|
2023-10-05 10:49:37 +02:00 |
|
bjsylvia
|
066c7a1864
|
fix(benchmark): fix typos (#4627)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
|
2023-10-05 09:22:20 +02:00 |
|
Fabian Blatz
|
a4eccdcc77
|
doc(zephyr): add Zephyr RTOS getting started guide (#4628)
|
2023-10-05 09:05:20 +02:00 |
|
Gabor Kiss-Vamosi
|
f3b500179d
|
dev(sdl): release the mouse on window leave event
|
2023-10-04 23:27:25 +02:00 |
|
Gabor Kiss-Vamosi
|
9b06972104
|
docs(obj): fix wording
|
2023-10-04 13:30:27 +02:00 |
|
Gabor Kiss-Vamosi
|
aed8473d10
|
chore: remove accidentally added files
|
2023-10-04 10:36:29 +02:00 |
|
Gabor Kiss-Vamosi
|
0d193d6620
|
chore: remove commented code
|
2023-10-04 10:34:49 +02:00 |
|
Gabor Kiss-Vamosi
|
edc89960ea
|
fix(draw): fix using placeholders in a glyph is not found
|
2023-10-04 10:33:35 +02:00 |
|
Gabor Kiss-Vamosi
|
fe72ac512b
|
chore(draw): fix typo
|
2023-10-03 13:50:02 +02:00 |
|