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

8197 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
95e8358962 Update ROADMAP.md 2022-08-07 23:25:46 +02:00
Gabor Kiss-Vamosi
84361f9ea3 fix(colorwheel): fix updating color when using lv_colorwheel_set_hsv
fixes https://forum.lvgl.io/t/about-colorwheel-updates-bug/9522
2022-08-07 23:05:55 +02:00
Gabor Kiss-Vamosi
4519a874d7 fix(canvas): fix clipéping on transformation
fixes: #3545
2022-08-07 21:09:46 +02:00
tries
4a7ddf9f19
feat(textarea): add lv_textarea_get_current_char(obj) (#3536)
* Update lv_textarea.h

add uint32_t lv_textarea_get_right_char(lv_obj_t * obj);  //Get a the right character from the current cursor position

* Update lv_textarea.c

Add uint32_t lv_textarea_get_right_char(lv_obj_t * obj); Get a the right character from the current cursor position

* Add uint32_t lv_textarea_get_right_char(lv_obj_t * obj); /* Get a the right character from the current cursor position */Y

* Rename name to 'lv_textarea_get_current_char(..)' and modify 'int' to 'uint32_t'

Co-authored-by: root <root@localhost.localdomain>
2022-08-05 00:24:58 +02:00
Man, Jianting (Meco)
35a3b5ee8d
docs(README): update Chinese README (#3543) 2022-08-04 10:48:49 +02:00
Bora Özgen
6012d3e31c
fix(bar): stop animation when set with LV_ANIM_OFF (#3538) 2022-08-03 08:13:15 +02:00
Gabor Kiss-Vamosi
cc0bedbcbc
Update README.md 2022-08-02 19:20:33 +02:00
100ask
35d845b360
fix(ime_pinyin): fix the problem that lv_ime_pinyin is not hidden together with the keyboard (#3540)
In fact, the use of lv_ime_pinyin does not need to use the lv_ime_pinyin object itself, so we decided to hide it to avoid some other unnecessary problems.
2022-08-02 17:38:18 +02:00
Gabor Kiss-Vamosi
25f311e465
ci(stale): exclude next major and next minor labels too 2022-08-02 08:09:28 +02:00
Gabriel Wang
b454a66e0b
Cmsis pack montly update july (#3531)
* fix(gpu): fix arm2d support

* fix(cmsis-pack): fix cmsis-pack script

* feat(cmsis-pack): Monthly update for July

* fix: format

* remove unrequired white-spaces
2022-08-02 08:01:12 +02:00
Amir Gonnen
7a23be73ab
fix(examples) adjust constant names in Micropython examples (#3532)
Due to spurious enums (https://github.com/lvgl/lv_binding_micropython/issues/199) wrong constant names were generated. Fix these constants.
2022-07-30 11:10:56 -04:00
Gabor Kiss-Vamosi
2461ac0758 docs: bring back flat widget directory structure 2022-07-27 10:51:11 +02:00
Amir Gonnen
cd11476592
fix(msg): make it work with Micropython (#3488)
* fix(msg): fill callback prototype

lv_msg_subscribe_cb_t does not follow the callback conventions.
Remove unused void* argument to fix that.

* fix(msg):  move subs_ll to gc roots

* fix(msg): rename subsribe to subscribe

* fix(msg): update docs

* fix(msg): Add example_1

* fix(msg): fix include paths

* fix(mgs): Fix python example typo and comments

* fix(msg):  LV_EVENT_MSG_RECEIVED event code
2022-07-27 09:42:48 +02:00
embeddedt
ca8f0ab549
refactor(style) prefix const property IDs with an underscore 2022-07-26 13:18:23 -04:00
Gabor Kiss-Vamosi
71e040d832
docs(README): add sponsor section 2022-07-26 13:12:31 +02:00
Gabor Kiss-Vamosi
8699c7dcdc ci: protect test.c with #if LV_BUILD_TEST 2022-07-25 21:22:56 +02:00
Mariotaku
03b04a45b9
fix(SDL): fix typos and other minor issues (#3517)
* fix(sdl): wrong coords for transformed backgrounds

* fix(sdl): fixed typo

* fix(sdl): fixed typo
2022-07-25 21:00:48 +02:00
Gabor Kiss-Vamosi
efa34d00d7 ci(mem): make sys/def heap tests work correctly with the new lv_conf.h settings 2022-07-25 14:37:41 +02:00
Gabor Kiss-Vamosi
17730c276c fix(spinbox): fix lv_spinbox_set_cursor_pos()
fixes #3516
2022-07-25 14:07:34 +02:00
Gabor Kiss-Vamosi
38da678c13 docs(changelog): add v8.3.1 changes 2022-07-25 13:03:30 +02:00
Gabor Kiss-Vamosi
45d006e73c
Update ROADMAP.md 2022-07-25 09:31:06 +02:00
Gabor Kiss-Vamosi
85ef9b2b84 perf(draw): optimize LV_COLOR_FORMAT_NATIVE 2022-07-24 22:02:31 +02:00
Gabor Kiss-Vamosi
c6f76ec755 example(freetype): Update the Micropython example to use the Lato font 2022-07-24 20:45:17 +02:00
Gabor Kiss-Vamosi
9ce59a734f chore: fix warnings 2022-07-24 17:39:05 +02:00
Gabor Kiss-Vamosi
cd4d07a4ba fix(snapshot): make snapshot work again
Support inly true color, true color alpha and a8 formats
2022-07-24 16:22:55 +02:00
Gabor Kiss-Vamosi
7823db1ded fix: fix area invalidation issue with style_transform_zoom/ange 2022-07-24 16:22:55 +02:00
Gabor Kiss-Vamosi
689e584d52 feat(draw): add transformation for LV_IMG_CF_A8 images 2022-07-24 16:22:50 +02:00
Gabor Kiss-Vamosi
7354b2eacb example(freetype): replace the arial font with lato to avoid licensing issues
fixes https://github.com/zephyrproject-rtos/zephyr/issues/48111
2022-07-23 20:40:22 +02:00
Adam Martini
30d860adc1
fix(led): add bg_color draw descriptors back to led draw event to support LV_DRAW_COMPLEX 0 (#3515)
Co-authored-by: Hopper Automation <automation_hopper@hopper.com>
2022-07-23 20:37:51 +02:00
xaowang96
fcd4011f22
feat(img): do not show "no data" if src is NULL (#3510)
* feat(img):do not show "no data" if src is NULL

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

* format code

Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2022-07-23 20:03:06 +02:00
Xiang Xiao
343c61375b
fix(config): remove LV_DISP_DEF_REFR_PERIOD related stuff (#3512)
* fix(config): remove LV_DISP_DEF_REFR_PERIOD related stuff

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

* fix(config): remove LV_INDEV_DEF_READ_PERIOD related stuff

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-23 00:27:48 +02:00
Gabor Kiss-Vamosi
efe47b17e4 minor fixes 2022-07-21 23:09:54 +02:00
Gabor Kiss-Vamosi
59818094c5 update lv_conf_temaple.h 2022-07-21 22:45:23 +02:00
Gabor Kiss-Vamosi
4c980c1a94 refactor(mem): move builtin memcpy, memset, strcpy, strlen into a separate file 2022-07-21 22:22:35 +02:00
Gabor Kiss-Vamosi
b9adb0a048 example: fix MicroPython examples 2022-07-21 22:21:43 +02:00
Gabor Kiss-Vamosi
536a5e319b chore: fix warning 2022-07-21 07:31:39 +02:00
Gabor Kiss-Vamosi
453ac21254 arch(color): define generic color formats and add draw_ctx->buffer_convert 2022-07-21 07:28:19 +02:00
Gabor Kiss-Vamosi
a16e6a83f5 chore(CMSIS): update LVGL.lvgl.pdsc to the new directory structure 2022-07-20 13:44:33 +02:00
Gabor Kiss-Vamosi
e42f01a38a fix(make): update lvgl.mk and remove unnecessary mk files 2022-07-20 12:10:00 +02:00
Gabor Kiss-Vamosi
35c0b17b81
Update ROADMAP.md 2022-07-20 11:34:04 +02:00
Gabor Kiss-Vamosi
c79501bdce arch: use a flatter directory structure 2022-07-20 11:32:47 +02:00
embeddedt
d6e5200013
refactor(style): store constant property IDs with a pointer instead of directly (#3506) 2022-07-20 11:32:40 +02:00
Xiang Xiao
9ed5b3fe06
Sync up Kconfig with lv_config_template.h (#3508)
* fix(config): remove LV_COLOR_16_SWAP related stuff

follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2

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

* fix(config): remove LV_COLOR_SCREEN_TRANSP related stuff

follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-20 11:29:34 +02:00
Gabor Kiss-Vamosi
a956b0bdba
Update ROADMAP.md 2022-07-19 18:10:52 +02:00
Gabor Kiss-Vamosi
965552e446 fix: make C tests work again 2022-07-19 17:37:36 +02:00
Gabor Kiss-Vamosi
6104855491 fix(conf): fix a lot of new config realted issues 2022-07-19 17:21:19 +02:00
Gabor Kiss-Vamosi
09301a0970 refactor(style): rename LV_STYLE_PROP_... to LV_STYLE_PROP_FLAG_... 2022-07-19 15:57:36 +02:00
Gabor Kiss-Vamosi
9add9acadb refactor(style): add width and height paramaters to style_size 2022-07-19 15:47:00 +02:00
_VIFEXTech
a6f7370d75
feat(imgfont): add option to use img cache to buffer img headers (#3504)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-07-19 13:33:55 +02:00
Gabor Kiss-Vamosi
451a1e56f9
Update ROADMAP.md 2022-07-19 13:32:34 +02:00