Commit Graph

8177 Commits

Author SHA1 Message Date
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 5369d7d473

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

* fix(config): remove LV_COLOR_SCREEN_TRANSP related stuff

follow commit 5369d7d473

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
Gabor Kiss-Vamosi
5369d7d473
arch(conf, api) refactor lv_conf and some API (#3501)
Kconfig and MicroPython config is not updated yet.


* start to refactor lv_conf.h

* further mem refactoring

* create lv_mem_builtin.c/h

* update lv_conf_internal.h

* add lv_strlen and lv_strncpy

* rename LV_DRAW_COMPLEX to LV_USE_DRAW_MASK

* update lv_conf_template

* minor fix
2022-07-19 13:31:42 +02:00
Gabor Kiss-Vamosi
c03d817192 fix(animing): fix incorrect animation end value
fixes https://forum.lvgl.io/t/how-to-stop-the-animation-image-at-the-last-image/9374
2022-07-18 20:07:47 +02:00
Gabor Kiss-Vamosi
023279f126 chore: fix warning 2022-07-18 17:51:46 +02:00
Gabor Kiss-Vamosi
e2771db8ce example(keyboard): add an example to show how to set a new map
fixes #3490
2022-07-18 17:50:35 +02:00
Takashi
009bfa78da
docs(readme): add version japanese (#3491)
* docs(readme): add version japanese

* docs(readme): add version japanese

* docs(readme): add version japanese

* docs(readme): add version japanese
2022-07-18 16:20:51 +02:00
Xiang Xiao
7eff407fea
chore(format): order the header file and function prototype (#3492)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 15:29:04 +02:00
Xiang Xiao
dc1e4c87b0
fix(format): check more source code (#3493)
and sync .pre-commit-config.yaml with scripts/code-format.py

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 15:28:16 +02:00
Xiang Xiao
2fd2b6e4ed
fix(config): remove LV_FONT_CUSTOM_DECLARE from Kconfig (#3495)
since the code doesn't expect it's type is string

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 15:26:51 +02:00
Xiang Xiao
8538f88793
Minor fix for cmake (#3498)
* chore(cmake): correct LV_CONF_INCLUDE_SIMPLE prompt message in custom.cmake

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

* chore(cmake): remove the duplication statements in esp.cmake

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

* chore(cmsis): remove README_zh.md reference from gen_pack.sh

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 15:06:45 +02:00
Xiang Xiao
d44de4d311
chore(format): add LV_FORMAT_ATTRIBUTE to lv_table_set_cell_value_fmt (#3500)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 14:51:01 +02:00
Ali Rostami
cc715e0278
Update ROADMAP.md (#3489) 2022-07-17 23:27:50 +08:00
Rafael Melo
ca78f57f72
docs:(README) update pt-br README (#3486)
* docs:(pt-br) new README layout

* docs:(pt-br) adjust examples section
2022-07-16 00:30:04 +02:00
_VIFEXTech
d11171d2bd
fix(obj): reset all input devices when disable obj (#3483)
* fix(obj): reset all input devices when disable obj

* remove const

* Replace lv_obj_reset_input with lv_indev_reset

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-07-15 14:21:11 +02:00
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