Commit Graph

10366 Commits

Author SHA1 Message Date
Mike Trzaska
8d8b279638 feat(indev): add scroll_time and scroll_throw setter (#6723) 2024-08-23 14:25:43 +08:00
Liam
69d440335f fix(fs): remove Arduino SD initialization (#6725) 2024-08-23 08:16:52 +02:00
Gabor Kiss-Vamosi
f874ab3e9a fix(benchmark): use assets only from its own folder (#6666) 2024-08-23 06:19:04 +02:00
Gabor Kiss-Vamosi
a7853fbe56 docs(obj): fix typo of LV_OBJ_FLAG_IGNORE_LAYOUT (#6713) 2024-08-23 08:43:46 +08:00
Victor Wheeler
77892ee0ad fix(Kconfig): remove leading spaces on line 1692 (#6695) 2024-08-23 08:43:13 +08:00
VIFEX
afd82d0666 feat(draw): add physical clipping area to solve the scaling accuracy problem (#6703)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-22 02:18:40 +02:00
Gabor Kiss-Vamosi
3313664b70 chore: move the astyle repo to the lvgl organization (#6614) 2024-08-22 02:16:47 +02:00
Liu Yi
bac9b29b77 fix(roller): fix roller error in ubuntu24.04 uefi (#6683)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-08-21 11:47:55 +02:00
becseya
a476098fcc feat(fs): default drive letter + ESP FS docs (#6367)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-21 11:47:29 +02:00
Koen De Vleeschauwer
5f7a5605cd fix(rtthread): display driver hang (#6667) 2024-08-21 11:47:12 +02:00
Gabor Kiss-Vamosi
f8e0932316 feat(freertos): add functions to better measure the CPU usage (#6619) 2024-08-21 11:46:51 +02:00
Fabian Blatz
b78a4de898 chore(docs): update Zephyr documentation (#6581) 2024-08-21 11:46:40 +02:00
Neo Xu
afcf722e6f fix(objid): free old id before assign new one (#6697)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-21 10:20:37 +02:00
Neo Xu
78d29d2853 fix(demo): fill image->data_size field (#6710) 2024-08-21 08:31:05 +08:00
yushuailong
c52aa10128 chore(display): prevent disp_refr from becoming a wild pointer (#6618)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-08-17 18:27:04 +02:00
Fabian Blatz
d7b82c7966 feat(core): Add lv_group_get_obj_by_index method (#6589) 2024-08-15 09:41:22 +02:00
Tomas Rezucha
58c7bb110a docs(espressif): Update Espressif's documentation with esp_lvgl_port (#6658) 2024-08-15 09:40:41 +02:00
Neo Xu
c37ad55160 feat(draw_buf): make draw buf API more OOP style (#6427)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-15 09:40:05 +02:00
Liam
44eb318d54 feat(opengles): multiple windows and embed user opengl textures (#6600)
Co-authored-by: Dany Liu <dany.yang.liu@email.com>
2024-08-15 11:06:59 +08:00
yushuailong
d2545c3ecf fix(indev): fix indev not send gesture event (#6676)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-08-14 10:13:00 +08:00
VIFEX
491b899c14 fix(indev): swap the order of sending indev events and obj events (#6636)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-14 10:12:38 +08:00
Liam
cda2d609bb feat(obj): add lv_obj_null_on_delete (#6599) 2024-08-13 23:58:03 +08:00
Makoto Schoppert
2d2a18b346 chore(demos/README.md): fix typo LV_MEME_SIZE (#6669) 2024-08-13 11:06:09 +02:00
Liu Yi
51649d5e82 fix(scripts): fix update_version error (#6662)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-08-13 11:05:46 +02:00
Lemon
0e60911f8a fix(refr): reshape using draw_buf stride (#6567)
Signed-off-by: liujp <liujp@xiaomi.com>
Co-authored-by: liujp <liujp@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-13 10:08:05 +02:00
Antoine Villeret
90cfb6c61b feat(indev): add long press time setter (#6664) 2024-08-13 10:20:15 +08:00
Pavi92
83582f6a3a fix(arc): add missing private include (#6648)
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
2024-08-12 14:54:42 +02:00
Carlos Diaz
5cc4aec82a docs(scale): Add note about major tick label calculation when no custom labels are set (#6585) 2024-08-12 14:52:12 +02:00
Benign X
cd9ff84788 chore(tiny_ttf): fix docstring on each API (#6514)
Co-authored-by: PGNetHun <gabor.p1983@gmail.com>
2024-08-12 14:49:12 +02:00
Victor Wheeler
75bcfc6bec fix(docbuild): Doxygen warnings from format errors (part 2 of 2) (#6653) 2024-08-12 14:21:53 +02:00
Victor Wheeler
14461f1d9d fix(docbuild): Doxygen warnings from format errors (part 1 of 2) (#6652)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-12 14:20:15 +02:00
Tomas Rezucha
8699a7e86e feat(cmake): Make LVGL version available for all CMake environments (#6654) 2024-08-09 12:29:22 +08:00
Liu Yi
6264265715 fix(API): keep ime struct lv_pinyin_dict_t public (#6645)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-08-08 11:00:47 +01:00
Benign X
c4ce53c28b chore(text): update ISO8859-1 text functions' docstring (#6590) 2024-08-08 16:57:50 +08:00
Gabor Kiss-Vamosi
1c4d84e07d fix(draw_sw): fix swapped 90/270 rotation in case of RGB888 (#6642) 2024-08-07 08:44:21 +02:00
Victor Wheeler
c98fb29dea fix(docs): fix Doxygen warnings caused by format errors (#6584) 2024-08-07 08:40:10 +02:00
VIFEX
7e3be59dda fix(freetype): fix outline font being cropped (#6639)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-06 16:23:43 +08:00
razor5k
bd7ef59034 docs: Added docs for BDF fonts (#6398)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-06 10:37:46 +08:00
dependabot[bot]
c8c3bf08bd chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.2 to 1.9.0 (#6620)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 14:40:32 +02:00
dependabot[bot]
c2effc312c chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#6621)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 14:40:06 +02:00
Liu Yi
2bb3d62435 chore(api_map_v8): API for adapting imagebutton for version V8 (#6641)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-08-05 14:33:27 +02:00
pengyiqiang
1d647adaef fix(refr): NOT draw if scale is 0
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-05 13:35:08 +02:00
Neo Xu
d6495b576b fix(image): image inner align name should not conflict with obj's align
If the name conflicts with base class property name, the property is overridden. This is the property's feature.
The image inner align name is update to 'inner_align'.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 13:34:21 +02:00
Neo Xu
c191ecbfb6 fix(property): support user added property index
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
7c1a8a523d feat(dropdown): add properties
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
a793178bbf feat(roller): add properties
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
357d5b7ff9 feat(textarea): add properties
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
cd48c3c8d6 feat(keyboard): add properties
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
Neo Xu
6dc75d4995 feat(property): add boolean type support
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-05 11:03:08 +02:00
elahav
6de668fe4a docs(qnx): reflect on the changed build directory (#6583)
Co-authored-by: Elad Lahav <elahav@qnx.com>
2024-08-05 11:02:22 +02:00