1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

10216 Commits

Author SHA1 Message Date
liamHowatt
3e21769fa6
chore(text): move "_" funcs to private h (#5913) 2024-04-06 09:01:11 +02:00
Klaus Musch
c9a6b25885
fix(example): LVGL_Arduino.ino millis() as tick source (#5999) 2024-04-05 16:23:43 +08:00
RoboSchmied
a3d20a78dd
docs: fix typo in the comments [ci skip] (#6027)
Signed-off-by: RoboSchmied <github@roboschmie.de>
2024-04-05 16:20:00 +08:00
liamHowatt
33867f6127
fix(textarea): update password bullets immediately on set (#5943) 2024-04-05 10:15:43 +02:00
VIFEX
a3e9b11cda
fix(nuttx): fix gesture event failure (#5996)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-04-04 18:08:09 +08:00
Benign X
c9922d5701
chore(vg_lite_tvg): fix build warnings (#5984)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-04-04 14:57:05 +08:00
Jaeyoon Jung
29662d1c35
fix(fbdev): set resolution prior to buffer (#6004)
Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
2024-04-04 14:55:34 +08:00
liamHowatt
4fcf70828d
fix(thorvg): fix windows build break (#5978) 2024-04-03 15:35:15 +02:00
Pieter van Ginkel
f7b860ffde
feat(evdev): automatically calibrate pointer input devices. (#5989) 2024-04-02 21:47:54 +02:00
Benign X
03498a2f83
feat(draw_buf): user can separate font draw buf from default draw buff now (#5982) 2024-03-30 13:13:05 +08:00
Benign X
83b66d5374
chore(kconfig): move use_vector to correct place (#5995) 2024-03-29 18:15:14 +08:00
liamHowatt
c6c2c1e961
feat(scale): mutiple line needles (#5937) 2024-03-29 10:33:29 +01:00
Ramesh
436172e582
fix(kconfig): update as per lv_conf_template.h (#5980) 2024-03-29 08:19:19 +01:00
Benign X
db84c4ee29
feat(draw_buff): add user custom draw buffer instance support (#5974) 2024-03-29 11:16:54 +08:00
Ramesh
dee1d27e0d
chore(vg_lite): fix typo (#5993) 2024-03-29 11:04:55 +08:00
Benign X
650b57cd2c
feat(cache): add more profile notes (#5983) 2024-03-29 10:39:42 +08:00
Benign X
00c83eb2d2
feat(font): add lv_font_glyph_release_draw_data api to release glyph data (#5985) 2024-03-28 20:53:28 +01:00
VIFEX
4cce3b5cd9
perf(draw): skip border drawing when border side is none (#5959)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-28 19:37:48 +01:00
Gabor Kiss-Vamosi
30d1a5cf9b
docs(renesas): fix the links (#5977) 2024-03-28 18:59:56 +01:00
jiangxiaobaiyuenyxx
ab6ee94aee
fix(anim): optimize repeat_count type (#5975)
Signed-off-by: bailinjiang <915290475@qq.com>
2024-03-28 09:49:31 +08:00
lhdjply
dc0210b9c6
fix(rtthread): implement lv_strcat function in rt-thread due to absence of rt_strcat (#5920)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-03-27 21:17:05 +01:00
Gabor Kiss-Vamosi
fea8a97f5f
docs(renesas): add a general introduction page (#5969) 2024-03-27 11:11:59 +01:00
pengyiqiang
9b3e8eec6d chore(Makefile): remove useless macro LV_USE_DEV_VERSION
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-27 16:13:42 +08:00
VIFEX
ed5d528de8
chore(vg_lite): remove duplicate parameter judgments (#5960)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-27 08:52:31 +01:00
Benign X
000699827f
feat(nuttx): add defer feature for nuttx image cache (#5967) 2024-03-27 14:36:29 +08:00
liamHowatt
03b5f583bc
fix(span): handle trailing newline (#5957) 2024-03-27 06:24:44 +01:00
lhdjply
45e4aa9fc3
fix(sdl_keyboard): fix warning of the implicit declaration of function memmove (#5962)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-03-27 10:56:45 +08:00
lhdjply
b426209f0c
chore(PR): modify the astyle version description in PR (#5963)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-03-27 10:56:22 +08:00
bailinjiang
6e3f6866cb fix(anim): fix lv_anim_set_repeat_count configuration parameter may be truncated
Signed-off-by: bailinjiang <915290475@qq.com>
2024-03-27 10:55:17 +08:00
bailinjiang
150d1a1d37 fix(animimg): Optimize the structure size of animations
Signed-off-by: bailinjiang <915290475@qq.com>
2024-03-27 10:54:22 +08:00
cristian-stoica
ac576a2bf4
feat(vglite) add implementation for partial border (#5912)
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
2024-03-26 17:57:17 +08:00
Gabor Kiss-Vamosi
bcb8dbb736
feat(mask): add support for image file bitmap masks (#5911) 2024-03-26 17:28:09 +08:00
Gabriel Wang
667f401db6
chore(cmsis-pack): minor update (#5948) 2024-03-26 10:59:47 +08:00
VIFEX
e33bc08e54
fix(obj_tree): fix event loss caused by obj deletion (#5950)
Signed-off-by: HaoHangyu <haohangyu@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: HaoHangyu <haohangyu@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-26 10:59:32 +08:00
Marex
b339e67581
fix(sdl): handle both LV_IMAGE_SRC_FILE and LV_IMAGE_SRC_VARIABLE (#5852)
Signed-off-by: Marek Vasut <marex@denx.de>
Co-authored-by: Marek Vasut <marex@denx.de>
2024-03-25 19:49:17 +01:00
Marcel Kalmes
7722f0f5ce fixed compile error on line 402 when using two SDL frame buffers 2024-03-25 22:38:55 +08:00
Marex
9dec22dfaa
fix(demos): update README to match lv_demos.c (#5939)
Signed-off-by: Marek Vasut <marex@denx.de>
Co-authored-by: Marek Vasut <marex@denx.de>
2024-03-25 14:43:27 +08:00
liamHowatt
ba42133458
feat(stdlib): add lv_strncat and refactor strcat uses (#5927) 2024-03-25 14:37:51 +08:00
liamHowatt
0cdad0299d
chore(observer): rename lv_button_bind_checked to lv_obj_bind_checked (#5944) 2024-03-25 14:13:31 +08:00
Benign X
48416d7dae
refactor(font): refactor font glyph data acquire method (#5884) 2024-03-22 11:51:08 +01:00
Benign X
213cb5971e
feat(cache): image cache supports dynamic setting of cache size (#5926) 2024-03-22 10:51:03 +08:00
Sean Wilson
9fe9cf6368
Optimize lv_color_16_16_mix() when c1 == c2 (#5929) 2024-03-22 10:07:00 +08:00
lion2tomato
21dd110e63
feat(draw): add draw thread stack size config option (#5910)
Signed-off-by: lijianjun <lijianjun@xiaomi.com>
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Co-authored-by: lijianjun <lijianjun@xiaomi.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-22 10:06:27 +08:00
Peter Bee
f37aebf332
feat(draw): optimize helium asm (#5702)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2024-03-21 13:41:28 +01:00
Johannes Marbach
1b97f0f2c0
feat(fbdev,sdl): support display rotation (#5703)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-03-21 19:36:38 +08:00
lhdjply
910257fa8a
docs(changelog): fixed changelog displaying no line breaks (#5931)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-03-21 19:22:45 +08:00
Xu Xingliang
49053e9d96 feat(libpng): use I8 format if png is 8bit mode
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-03-21 18:26:20 +08:00
Xu Xingliang
3116dc469e feat(libpng): let png handle stride alignment
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-03-21 18:26:20 +08:00
liamHowatt
4b41590cf1
fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915) 2024-03-20 23:31:53 +01:00
Gabor Kiss-Vamosi
905de3d7c8
fix(platformio): fix CI to automatically publish release (#5924) 2024-03-20 21:24:57 +08:00