kolliemo
09cc0de573
docs: mention incompatibility between software rotation and direct_mode
or full_refresh
( #4308 )
2023-06-23 22:39:10 +02:00
Gabor Kiss-Vamosi
227ac02341
docs(faq): don't say 24 bit is support as LVGL can't render in RGB888 directly
2023-06-23 09:52:25 +02:00
Gabor Kiss-Vamosi
8b83fe7ea5
feat(rt-thread): make the rt-thread env recursively glob the UI files
2023-06-20 07:53:34 +02:00
Gabor Kiss-Vamosi
edd5ad28ad
fix(btnmatrix): fix array out of bounds addressing with groups and no buttons
2023-06-19 10:28:23 +02:00
pete-pjb
07bce7466d
fix:(BtnMatrix) Backport https://github.com/lvgl/lvgl/pull/4185
...
Stop disabled/hidden button matrix keys from getting stuck in a loop
2023-06-16 17:51:49 +01:00
pete-pjb
1713cd3fd8
Revert "fix:(BtnMatrix) Backport https://github.com/lvgl/lvgl/pull/4185 "
...
This reverts commit cb602ea7785de21a187ef5ee5f7de4e3aa3f7e0e.
2023-06-16 17:42:08 +01:00
pete-pjb
cb602ea778
fix:(BtnMatrix) Backport https://github.com/lvgl/lvgl/pull/4185
...
Stop Button Matrix getting stuck in loop if buttons disable/hidden
2023-06-16 17:31:34 +01:00
Rbb666
caf29ef0c5
add(docs): add renesas-ra6m3 get-started document ( #4278 )
2023-06-12 12:21:46 +02:00
jacquesdmernok
a3199514ab
fix(stm32): static function prototypes moved from .h to .c ( #4276 )
2023-06-12 12:12:12 +02:00
Rbb666
78cbdfc151
add(gpu): add renesas-ra6m3 gpu adaptation ( #4270 )
2023-06-08 10:42:34 +02:00
Gabor Kiss-Vamosi
75e6ef4e1d
fix(btnmatrix): fix using > 7 as button width
2023-05-31 22:49:41 +02:00
Lorenzo Arena
2376c57860
fix(png): fix decode image size and some warnings ( #4248 )
2023-05-29 10:43:49 +02:00
Gabor Kiss-Vamosi
e3659c46b1
fix(arduino): fix messed up variable types
2023-05-24 11:09:51 +02:00
Lorenzo Arena
df96b57f4e
fix(bidi): add more Hebrew checks to RTL characters set ( #4171 ) ( #4239 )
2023-05-24 10:00:07 +02:00
Gabor Kiss-Vamosi
67b3011f83
fix(chart): fix division by zero if there are no ticks
2023-05-19 10:25:17 +02:00
nicusorcitu
d87737612a
perf(pxp, vglite): improve performance and add more features ( #4222 )
...
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Stefan Babatie <stefan.babatie@nxp.com>
Signed-off-by: Jason Yu <zejiang.yu@nxp.com>
Co-authored-by: Stefan Babatie <stefan.babatie@nxp.com>
Co-authored-by: Jason Yu <zejiang.yu@nxp.com>
2023-05-18 22:43:19 +02:00
Gabor Kiss-Vamosi
6a89bd2d74
fix(msgbox): fix typo
2023-05-18 13:01:17 +02:00
Gabor Kiss-Vamosi
6843c191b7
fix(msgbox): add missing lv_obj_class_init_obj
...
fixes #4226
2023-05-18 11:53:58 +02:00
Gabor Kiss-Vamosi
1caafc55dd
fix(disp): fix memory leak lv_scr_load_anim with auto_del and time=0
...
fixes : #4212
2023-05-18 11:14:16 +02:00
Gabor Kiss-Vamosi
5ba90a5c41
fix(flex): register LV_STYLE_FLEX_GROW
...
fixes #4214
2023-05-10 08:25:04 +02:00
jadergn
630da9c6ca
fix(img): fix getting the image type on big endian systems ( #4215 )
2023-05-09 20:27:54 +02:00
Mariotaku
ee95e7dc25
fix(sdl): destroy texture after use if not stored in cache ( #4173 )
2023-05-08 17:02:49 +02:00
Gabor Kiss-Vamosi
45b13c378f
fix(draw): typo with LV_COLOR_DEPTH 8
2023-05-03 10:34:18 +02:00
Gabriel Wang
2b56e04205
chore(cmsis-pack): update cmsis-pack for v8.3.7 ( #4203 )
v8.3.7
2023-05-03 10:11:24 +02:00
Gabor Kiss-Vamosi
177900b033
docs(changelog): update changelog for v8.3.7
2023-05-03 10:07:40 +02:00
Oleg Belousov
203e7fc97d
fix (spinbox): doubling characters entered from the keyboard ( #4190 )
2023-05-01 11:11:56 +02:00
Gabriel Wang
7345e62355
fix(arm-2d): fix transform-chrome-keying issue ( #4178 )
2023-04-28 11:26:53 +02:00
Gabor Kiss-Vamosi
48d7878bac
fix(style): fix trasition on bg_grad color
...
fixes : #4174
2023-04-28 10:37:32 +02:00
Gabor Kiss-Vamosi
a0795b49e8
fix(indev): fix integer overflow in recursive zoom calculation
2023-04-24 20:10:33 +02:00
Gabor Kiss-Vamosi
a150b15e45
feat(btnmatrix): review ctrl map and allow width values to be max 15
2023-04-24 10:54:47 +02:00
Posejdos
a95714ba7c
fix(menu): prevent setting the current page again ( #4136 )
2023-04-18 10:50:22 +02:00
Tomas Rezucha
8536152d81
fix(esp): fix ESP-IDF pedantic builds (backport v8.3) ( #4135 )
2023-04-17 13:03:58 +02:00
moinmoin-sh
6314441839
fix: color mixing with LV_COLOR_SWAP == 1 ( #4101 )
2023-04-03 15:10:03 +02:00
Gabor Kiss-Vamosi
88c51b22ad
docs: udpate changelog
v8.3.6
2023-04-03 10:29:45 +02:00
Gabriel Wang
6b0092c0d9
chore(cmsis-pack): update cmsis-pack for v8.3.6 ( #4108 )
2023-04-03 10:27:16 +02:00
Gabor Kiss-Vamosi
aa313806d0
fix(bar): delete running animations when a new value is set without animation
...
fixes #4094
2023-04-03 10:25:04 +02:00
Gabor Kiss-Vamosi
5e0e1c8c4e
chore: code formatting
2023-03-28 13:56:17 +02:00
Gabor Kiss-Vamosi
d0e19eb2d3
fix(arc): fix knob area invalidation
2023-03-28 13:53:59 +02:00
Neo Xu
fd20fabfda
fix(group): fix default_group becomes wild pointer when deleted ( #4076 )
2023-03-20 15:27:22 +01:00
Gabor Kiss-Vamosi
399069b4a2
Update build_html_examples.sh
2023-03-17 17:08:33 +01:00
Gabor Kiss-Vamosi
501230e0fc
docs: use a fixed commit of lv_web_emscripten
...
fixes #4071
2023-03-17 17:00:52 +01:00
Neo Xu
adcf166382
fix(fs_posix): allow creating new file and set permission. ( #3976 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2023-03-17 09:40:23 +01:00
Gabor Kiss-Vamosi
2f294aa76c
docs(arduino): add note to not use lv_examles library
2023-03-14 07:40:48 +01:00
Gabor Kiss-Vamosi
9a870b34a9
format code
2023-03-08 11:12:11 +01:00
Gabor Kiss-Vamosi
0b7777f27a
fix(slider): consider animations on pressing
2023-03-08 11:09:38 +01:00
Neo Xu
e8d8f399e0
fix(img): support negative angles ( #3846 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-02-27 17:16:08 +01:00
yuqingli05
0df09db23e
fix(gif): synchronize with master ( #4003 )
2023-02-20 21:05:48 +01:00
Morgan Diepart
e2386fd46d
fix(gpu): fix STM GPU drivers for some variants ( #4004 )
2023-02-20 14:26:11 +01:00
fvanroie
2944277f07
fix(img): possible divide by 0 exception (lvgl#3988) ( #3990 )
...
Co-authored-by: fvanroie <cpt_jack@msn.com>
2023-02-15 20:57:19 +01:00
Gabor Kiss-Vamosi
6af01798d8
feat(msg): add lv_msg_unsubcribe_obj
2023-02-14 13:36:12 +01:00