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

8571 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
05fe76fb97
chore(docs): fix heading levels in micropython.md 2022-11-05 18:29:00 +01:00
W-Mai
b01229e451
fix(lv_flex): simplify mem alloc approach (#3781)
Signed-off-by: xinbingnan <xinbingnan@xiaomi.com>
Signed-off-by: W-Mai <1341398182@qq.com>
2022-11-03 12:48:21 +01:00
Amir Gonnen
35e1402f1e
docs(micropython): add coding conventions section(#3774)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-11-02 18:33:45 +01:00
_VIFEXTech
be1e1fca3a
fix(qrcode): remove global variables and lv_qrcode_delete (#3771)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-02 18:32:48 +01:00
Gabriel Wang
0738d1ac36
feat(cmsis-pack): monthly update for October (#3779) 2022-11-02 18:31:54 +01:00
Gabor Kiss-Vamosi
6f22c5e02e fix(draw): fix transformation accuracy
fixes #3777
2022-11-02 17:27:37 +01:00
Gabor Kiss-Vamosi
7d20d4ca7a
doc(cmake): fix how to fetch LVGL from GitHub 2022-11-02 16:57:43 +01:00
Pablo J. Rogina
e339779e49
feat(animimg): add getters for properties (duration and repeat count) (#3773) 2022-11-01 18:32:03 +01:00
Gabor Kiss-Vamosi
4d4d22e99c fix(printf): rename _vsnprintf to _lv_vsnprintf
It avoids possible conficts with functions from std lib

Fixes https://github.com/lvgl/lvgl/pull/3753#issuecomment-1297914953
2022-11-01 17:57:48 +01:00
_VIFEXTech
39db14d75e
fix(printf): fix built-in snprintf cannot be disabled (#3776)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-30 08:41:57 +01:00
xaowang96
532a3ebbc7
feat(theme):add ability to inhrit theme from base class (#3770)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2022-10-29 16:39:29 +02:00
Gabor Kiss-Vamosi
6e62fcfd08
chore: try to fix md table 2022-10-29 10:38:24 +02:00
Leo Chung
146598c6a6
fix(benchmark): add missing LV_USE_DEMO_BENCHMARK (#3767)
Signed-off-by: Leo Chung <gewalalb@gmail.com>
2022-10-29 10:30:22 +02:00
Gabor Kiss-Vamosi
4972efc3ee fix(gif): fix the handling of non-repeating gifs
fixes #3760
2022-10-29 10:29:25 +02:00
Uli Raich
5d50fbc066
example(tiny_ttf): added MP example (#3707) 2022-10-26 20:48:12 +02:00
_VIFEXTech
677ab54bda
fix(draw): center imgfont's drawing position (#3668)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
2022-10-26 13:53:53 +02:00
Gabor Kiss-Vamosi
887f831c89
docs(pr template): add more checkpoints
see https://github.com/lvgl/lv_binding_micropython/issues/234
2022-10-26 11:54:43 +02:00
_VIFEXTech
8ff87647da
feat(tlsf): add memory pool expansion support (#3757)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-26 10:36:26 +02:00
T-Rekt
c6add5f107
docs(intro): fix HTML escaped characters in code (#3768) 2022-10-26 10:35:43 +02:00
Gabor Kiss-Vamosi
064e478742 fix(draw): fix text color with sub pixel rendering and BGR order
fixes: #3764
2022-10-26 10:15:13 +02:00
_VIFEXTech
69e50712a9
fix(png): fix file leaks (#3765)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-25 12:22:34 +02:00
Gabor Kiss-Vamosi
9d027b354f fix(style): remove the reduntant define of LV_GRADIENT_MAX_STOPS
fixes #3752
2022-10-24 16:04:22 +02:00
W-Mai
5f83566cff
fix(lv_flex.c): fix typos (#3762) 2022-10-24 13:19:32 +02:00
_VIFEXTech
648d1cbd03
fix(mem): add missing stdio.h and string.h include (#3753)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-24 08:05:28 +02:00
_VIFEXTech
a201df799b
fix(Kconfig): remove the maximum limit on LV_MEM_SIZE (#3758)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-24 08:00:23 +02:00
_VIFEXTech
d1e8c676a4
fix(examples): fix invalid include for unistd.h in file_explorer example (#3756)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-24 07:59:37 +02:00
Frankie A
4f8949c57b
docs(readme): add reference to RIOT OS LVGL Package (#3761) 2022-10-23 11:51:45 +02:00
Gabor Kiss-Vamosi
b64dceae0a
Update ROADMAP.md 2022-10-23 10:39:58 +02:00
Gabor Kiss-Vamosi
c9a1d50bd2 docs(licence): move LICENCE.txt to the root folder to make GitHub recognize it. 2022-10-21 10:39:57 +02:00
Gabor Kiss-Vamosi
1bad397caf fix(ime_pinyin): make ime_pinyin_set_keyboard() change the parent of pinyin IME to the keyboard's parent
fixes: #3749
2022-10-21 10:10:39 +02:00
some00
ab2446c247
fix(test cmake): capitalize Ruby_EXECUTABLE variable (#3751) 2022-10-20 12:20:03 +02:00
Gabor Kiss-Vamosi
5612a99135 docs(msg): minor fixes 2022-10-19 08:38:46 +02:00
Daniel Fedai Larsen
c564a7197c
perf(lottie): improve conversion from ARGB32 to RGBA5658 (#3743) 2022-10-17 15:57:46 +02:00
Gabor Kiss-Vamosi
bcf5d79cb4
Update ROADMAP.md 2022-10-16 10:51:22 +02:00
Johannes Marbach
15c67c5706
fix: take border side into account in flex and scrolled objects (#3744) 2022-10-15 21:18:54 +02:00
Sergei Silnov
747eae6144
ci(esp): fix push to the component registry on tag (#3740) 2022-10-13 12:14:47 +02:00
_VIFEXTech
6a9f324a4f
fix(demo_music): remove font resource compilation dependencies (#3739)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-13 11:58:01 +02:00
legerborea
541b431546
feat(cmake-build): add options to disable build of examples/demos (#3738) 2022-10-13 11:55:36 +02:00
Gabor Kiss-Vamosi
0afa27d5c3 fix(widgets demo): improve soft keyboard usability
Related to https://forum.lvgl.io/t/problem-about-the-textarea-focus/9955/3
2022-10-12 10:44:54 +02:00
_VIFEXTech
bc90ebe72d
chore(Kconfig): replace space indent with Tab (#3737)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-12 10:11:03 +02:00
Johannes Marbach
ffd3b4cdbd
fix(btnmatrix): add lv_obj_get_style_space_...() and use them to consider border width in btnmatrix (#3725) 2022-10-11 21:14:14 +02:00
Gabor Kiss-Vamosi
853163f615 docs(calvas): fix that LV_CANVAS_BUF_SIZE_ return byte count and not pixel count
fixes #3734
2022-10-11 20:17:18 +02:00
legerborea
5971894a9b
fix(cmake-build): Add missing definition for LVGL conf path (#3733) 2022-10-11 19:46:00 +02:00
_VIFEXTech
14c126a883
chore(examples): fix unused-variable warning (#3732)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-10 15:31:29 +02:00
some00
c3a49327ba
test add valgrind support and address technical debt (#3731)
Test runners are now properly generated by CMake only when needed
2022-10-09 17:06:56 -04:00
gianlucacornacchia
d788cd9d7b feat(keyboard): ported arabic keyboard from release 7.10.0 (#3728) 2022-10-09 19:27:01 +02:00
martaaay
e40a82a1b7
fix(style): prevent overflow in the style count (#3727) 2022-10-07 19:12:32 +02:00
Pablo J. Rogina
53465aec94
ci(colorwheel): add unit test (#3719) 2022-10-07 19:05:11 +02:00
Gabor Kiss-Vamosi
66a36b7ba9 example(arduino): fix the example INO file.
fixes: #3686
2022-10-06 14:24:55 +02:00
Gabor Kiss-Vamosi
affa938ef3 ci(arc, line): add basic render test 2022-10-05 22:05:49 +02:00