Commit Graph

8134 Commits

Author SHA1 Message Date
martaaay
11602976e9 fix(btnmatrix): tapping just outside a button in a button matrix can cause the last tapped button to repeat. (#3487) 2022-07-15 08:03:05 +02:00
Gabor Kiss-Vamosi
67d6661839 docs: make the root directory cleaner 2022-07-14 18:57:47 +02:00
Gabor Kiss-Vamosi
a2ebfb2571 fix(arc): fix arc knob invalidation in SYMMETRICAL mode
fixes #3465
2022-07-14 17:19:23 +02:00
Gabor Kiss-Vamosi
277a5a2ae9 Update ROADMAP.md 2022-07-14 16:51:44 +02:00
Gabor Kiss-Vamosi
9264531811 Update ROADMAP.md 2022-07-14 16:49:25 +02:00
Gabor Kiss-Vamosi
88c5f31a04 chore(README): add links to the docs 2022-07-14 12:59:26 +02:00
Gabor Kiss-Vamosi
0eed7670ac Update README.md 2022-07-14 12:37:22 +02:00
Gabor Kiss-Vamosi
f0d90a65a6 docs(README): add more examples 2022-07-14 12:27:20 +02:00
Gabor Kiss-Vamosi
0d9ab4ee0e chore(README): minor fixes 2022-07-14 10:49:27 +02:00
Gabor Kiss-Vamosi
0934a8929b docs(README): add contributor list 2022-07-14 01:25:24 +02:00
Gabor Kiss-Vamosi
261be2d154 chore(README): minor fixes 2022-07-13 22:43:56 +02:00
Gabor Kiss-Vamosi
a827abee68 chore(README): minor formatting 2022-07-13 22:04:16 +02:00
Gabor Kiss-Vamosi
5dba46de72 docs(README): imporve style 2022-07-13 21:57:19 +02:00
Nuno Goncalves
891aee1e8e fix(chart): fix unhandled branch (#3479)
If chart->type != LV_CHART_TYPE_LINE and != LV_CHART_TYPE_SCATTER and != LV_CHART_TYPE_BAR return sane values

Fixes GCC warning p_out->x may be used uninitialized in this function

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

Co-authored-by: Nuno Goncalves <nunog@fr24.com>
2022-07-13 20:57:39 +02:00
Gabor Kiss-Vamosi
bfcaaff610 docs(README): add the smartwatch demo 2022-07-13 19:49:10 +02:00
Gabor Kiss-Vamosi
c9faf14282 chore: minor fix in the README 2022-07-13 18:19:58 +02:00
Gabor Kiss-Vamosi
31011e56f1 docs: update README.md (#3482)
* Update README.md

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
2022-07-13 18:17:34 +02:00
wangyz1997
9d0896cdef fix(cmake-build): Fix example and demo build on esp-idf (#3466) 2022-07-13 18:07:30 +02:00
Gabor Kiss-Vamosi
5c5e15b629 chore: fix warning related to #3472 2022-07-13 17:48:08 +02:00
Gabor Kiss-Vamosi
b9a2977711 fix(style): make the style parameter const in lv_obj_add/remove_style functions
fixes #3472
2022-07-13 17:02:26 +02:00
Nuno Goncalves
7a8a643dff fix: GCC warning cell_area.x1 and x2 may be used uninitialized in this function (#3478)
While the code is correct the rtl depedent initialization can't be tracked by GCC

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

Co-authored-by: Nuno Goncalves <nunog@fr24.com>
2022-07-13 17:00:45 +02:00
Xiang Xiao
ea1d670f06 chore(make): order the source files in *.mk (#3468)
* chore(make): sync component.mk with the last directory layout

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* chore(make): order the source files in *.mk

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-13 16:51:52 +02:00
卢华东
4133f1d317 fix(demo): can not found lvgl.h file (#3477) 2022-07-12 12:29:51 +02:00
Man, Jianting (Meco)
60139e27fa fix(rt-thread): thread align to 8 bytes (#3467) 2022-07-11 14:23:41 +02:00
_VIFEXTech
aafa32aaeb fix(bar): fix division by 0 (#3463)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-07-11 14:19:15 +02:00
Xiang Xiao
0e367d0a76 chore(config): fix the style issue in lv_conf_template.h (#3469)
* chore(config): fix the style issue in lv_conf_template.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* chore(format): don't exclude lv_conf_internal.h from code-format.cfg

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-11 14:06:31 +02:00
Yobe Zhou
5923494b79 docs(ime_pinyin): improve the description of mode switching (#3471)
* docs(ime_pinyin): improve the description of mode switching

* Update ime_pinyin.md

* Update ime_pinyin.md

Co-authored-by: 100ask <team100ask@outlook.com>
Co-authored-by: 100ask <48745717+100ask@users.noreply.github.com>
2022-07-11 14:03:26 +02:00
Gabor Kiss-Vamosi
56a5742c77 fix(refr): fix lv_refr_get_top_obj
related to https://forum.lvgl.io/t/how-to-speed-up-the-v8-version/9091/21
2022-07-09 14:37:19 +02:00
Gabor Kiss-Vamosi
0eab027a33 fix(slider): fix knob drawing in symmetrical mode 2022-07-08 20:53:31 +02:00
Gabor Kiss-Vamosi
1ed6404456 chore(docs): fix typo 2022-07-07 22:34:04 +02:00
Yobe Zhou
8f9c84420e feat(ime_pinyin): add API to use 9-key numeric keypad (#3460)
Like the 9-key Pinyin input mode, it is customized to adapt to the small screen.

Co-authored-by: 100ask <team100ask@outlook.com>
2022-07-07 21:10:30 +02:00
Badokas
d8ff7ebd96 docs(readme): fix LVGL version typo (8.3.0) (#3462) 2022-07-07 21:05:56 +02:00
Gabor Kiss-Vamosi
373dcfc76e docs(checkbox): describe how to get the checkbox's the state 2022-07-07 20:41:49 +02:00
Gabor Kiss-Vamosi
189ef10a95 chore(README): add note about the not stable master branch 2022-07-07 09:31:56 +02:00
Gabor Kiss-Vamosi
ecc8058641 fix(fonts): make built-in fonts work with v9 2022-07-07 09:05:40 +02:00
Gabor Kiss-Vamosi
27cf84637d chore: bump version numbers to v9.0.0-dev 2022-07-07 08:40:07 +02:00
Gabor Kiss-Vamosi
a0c1ee0fc9 Update ROADMAP.md 2022-07-07 07:17:29 +02:00
Gabor Kiss-Vamosi
50c7f193e2 Update ROADMAP.md 2022-07-07 07:16:50 +02:00
100ask
810f59c9ee fix(ime_pinyin): fix 4 problems in ime-pinyin 9-key input mode (#3455)
1. Fix the problem of inputting Pinyin syllable AAA but actually getting BB result.
2. Fix the problem that the last letter in the Pinyin syllable cannot be deleted by the delete key in the 9-key input mode.
3. Fix array lv_btnm_def_pinyin_k9_map and array default_kb_ctrl_k9_map out of bounds.
4. Fix some other problems.
2022-07-07 07:01:11 +02:00
Gabor Kiss-Vamosi
43fdc279c7 Update ROADMAP.md 2022-07-07 07:00:20 +02:00
Gabriel Wang
8d3d850dd0 docs(gpu): add docs for arm-2d (#3456) 2022-07-07 06:58:45 +02:00
Gabor Kiss-Vamosi
97b6b358f1 Update ROADMAP.md 2022-07-06 16:21:36 +02:00
Gabor Kiss-Vamosi
6737aef4a2 chore: update ROADMAP 2022-07-06 16:13:42 +02:00
Gabriel Wang
49c59f4615 feat(cmsis-pack): update cmsis-pack for v8.3.0 release (#3453)
* feat(cmsis-pack): cmsis-pack for v8.3.0 release

* minor update

* Update env_support/cmsis-pack/LVGL.lvgl.pdsc

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* update cmsis-pack for v8.3.0 release

* Update LVGL.lvgl.1.0.6.pack

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
v8.3.0
2022-07-06 10:36:45 +02:00
Gabor Kiss-Vamosi
eb992e2355 set version numbers to v8.3.0 2022-07-06 10:28:20 +02:00
Gabriel Wang
702659132d feat(cmsis-pack): cmsis-pack for v8.3.0 release (#3450)
* feat(cmsis-pack): cmsis-pack for v8.3.0 release

* minor update

* Update env_support/cmsis-pack/LVGL.lvgl.pdsc

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
2022-07-06 10:25:38 +02:00
Man, Jianting (Meco)
c2628fd7ef chore(demo): fix the path of picture files in readme (#3451) 2022-07-06 09:06:31 +02:00
100ask
10e0b7a1ad feat(ime_pinyin): add API to support 9-key input mode (#3447)
* feat(ime_pinyin): add API to support 9-key input mode

* some optimizations for lv_ime_pinyin

* Update lv_example_ime_pinyin_2.c

* Update src/extra/others/ime/lv_ime_pinyin.h

Co-authored-by: YobeZhou <smilezyb@163.com>
Co-authored-by: Yobe Zhou <33565334+YobeZhou@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-07-06 09:04:53 +02:00
_VIFEXTech
73114028d3 feat(font): add font placeholder drawing configuration (#3446)
* feat(font): add font placeholder drawing configuration

* Turn on placeholder by default in Kconfig

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>

* When disabled LV_USE_FONT_PLACEHOLDER set box_w=0

* Remove placeholder_font to get glyphs

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-07-05 16:42:46 +02:00
Gabor Kiss-Vamosi
5a06fce472 perf(draw): speed up non normal blend modes 2022-07-05 14:54:08 +02:00