Commit Graph

69 Commits

Author SHA1 Message Date
Tomas Rezucha
da278c764b
fix(esp): fix ESP-IDF pedantic builds (#4132) 2023-04-14 11:39:24 +02:00
_VIFEXTech
afe29b7dab
refact(user_data): remove LV_USE_USER_DATA configuration (#4056)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-14 14:34:56 +01:00
Gabriel Wang
c4f993a245
fix(gpu): Fix GPU Arm-2D (#4028) 2023-03-02 00:13:52 +01:00
Gabriel Wang
9c34a8f47e
fix(cmsis-pack): update cmsis-pack scripts (#4020)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-02-27 17:17:28 +01:00
Gabor Kiss-Vamosi
124f9b0f9f arch(driver): new driver architecture with new color format support 2023-02-20 20:50:58 +01:00
Gabriel Wang
a12326ed2d
chore(cmsis-pack): update pidx for v8.3.5 release (#3974) 2023-02-08 09:52:38 +01:00
Joachim Krech
837f503592
fix(cmsis-pack): fix LVGL.pidx (#3947) 2023-01-29 01:04:58 +01:00
Gabriel Wang
4e3f341b88
feat(cmsis-pack): monthly update for January (#3931) 2023-01-17 08:09:27 +01:00
Gabriel Wang
7d0de1aabe
feat(cmsis-pack): last update for 2022 (#3895) 2023-01-01 13:32:01 +01:00
Gabriel Wang
76318ba2e2
chore(cmsis-pack): monthly update for december (#3872) 2022-12-20 08:10:13 +01:00
Forairaaaaa
ecafa88d2c
chore: add an option to "LV_TICK_CUSTOM" (#3870) 2022-12-19 16:24:54 +01:00
Man, Jianting (Meco)
3c83a1e35b
fix(rt-thread): sync rt-thread v5.0.0 rt_align (#3864) 2022-12-13 11:45:24 +01:00
Gabriel Wang
f433ed6224
chore(cmsis-pack): Monthly update for Nov (#3840) 2022-11-29 08:29:13 +01:00
Man, Jianting (Meco)
ea15573988
fix(rt-thread): fix compiler cannot find the lvgl/lvgl.h file with SquareLine (#3814) 2022-11-28 20:58:24 +01:00
Gabriel Wang
1191c433b9
cmsis pack monthly update for Nov (#3804) 2022-11-17 21:31:51 +01:00
Gabriel Wang
0738d1ac36
feat(cmsis-pack): monthly update for October (#3779) 2022-11-02 18:31:54 +01:00
legerborea
541b431546
feat(cmake-build): add options to disable build of examples/demos (#3738) 2022-10-13 11:55:36 +02:00
legerborea
5971894a9b
fix(cmake-build): Add missing definition for LVGL conf path (#3733) 2022-10-11 19:46:00 +02:00
Gabriel Wang
df7d5859f4
chore(cmsis-pack): monthly update for september (#3718) 2022-10-03 08:10:22 +02:00
Lyon
81fcd8c482
fix(pikascript): fix some warnings (#3697) 2022-09-19 23:14:31 +02:00
Gabriel Wang
c23ff83bda
cmsis pack monthly update (#3692) 2022-09-19 11:50:33 +02:00
sparkles43
eb54353f00
feat(cmake-build): build all libraries either SHARED or STATIC (#3669) 2022-09-09 21:52:20 +02:00
tvanfossen-bissell
209e8ef1a2
docs(rlottie): adding patch file, sample CMakeLists, and ESP-IDF doc (#3610)
Co-authored-by: tvanfossen <vanfosst@gmail.com>
2022-09-07 10:11:44 +02:00
Gabor Kiss-Vamosi
7040518d2d fix(pikascript): use realtive include path 2022-09-05 10:09:40 +02:00
Carlos Diaz
46f7384320
test(spinbox) add unit tests (#3575) 2022-08-31 12:09:05 -04:00
Gabriel Wang
eb2e296d23
cmsis pack monthly update for Aug (#3640) 2022-08-31 07:49:27 +02:00
Lyon
125b72f010
chore: add binding for PikaScript. (#3636) 2022-08-29 16:00:10 +02:00
Gabriel Wang
e88a868005
feat(cmsis-pack): monthly update for August (#3574) 2022-08-17 13:08:42 +02:00
Man, Jianting (Meco)
704363c5bd
[rt-thread][squareline] support squareline studio for every rt-thread bsp which has supported LVGL (#3566)
Squareline Studio can automatically put the generated C files into `ui` folder, so that rt-thread will automatically detect them; or, as a user,  you can move the generated C files into `ui` folder manually.
2022-08-15 14:47:58 +02:00
Man, Jianting (Meco)
95e6fcc566
[rt-thread] attach redefine LV_SNPRINTF and LV_VSNPRINTF (#3567)
attach 965552e446
2022-08-15 13:26:17 +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
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
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
a16e6a83f5 chore(CMSIS): update LVGL.lvgl.pdsc to the new directory structure 2022-07-20 13:44:33 +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
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
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
wangyz1997
9d0896cdef
fix(cmake-build): Fix example and demo build on esp-idf (#3466) 2022-07-13 18:07:30 +02:00
Man, Jianting (Meco)
60139e27fa
fix(rt-thread): thread align to 8 bytes (#3467) 2022-07-11 14:23:41 +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>
2022-07-06 10:36:45 +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
Gabriel Wang
922108dbbe
chore: cmsis pack monthly update (#3435)
* update lv_gpu_arm2d to support  LV_IMG_CF_RGB565A8

* feat(porting) minor update

* feat(cmsis-pack): monthly update for June

* Update LVGL.pidx

* fix(draw): solve memory leaking issue

* Update lv_draw_sw_layer.c

* Update LVGL.lvgl.1.0.5.pack

* Update LVGL.lvgl.1.0.5.pack
2022-07-01 20:20:48 +02:00
Gabriel Wang
ca9aff6119
cmsis pack monthy update for June (#3413)
* fix(benchmark): remove duplicated output in report log

* doc(benchmark): update the method for performance analysis

* feat(cmsis-pack): v1.0.5-alpha1

* fix(template): use consistent resolution information

* Update LVGL.lvgl.1.0.5-alpha1.pack
2022-06-14 13:03:50 +02:00
Gabriel Wang
ce0605182c
feat(cmsis-pack): monthly update for May (#3394) 2022-06-03 10:40:33 +02:00
Man, Jianting (Meco)
c63d12f6da
feat(rt-thread): allow users to control refresh period in the lvgl thread (#3375) 2022-05-22 14:45:49 +02:00
Gabriel Wang
a7cfc0b901
feat(cmsis-pack): Monthly update for May (alpha) (#3359)
* feat(cmsis-pack): Monthly update for May

* fix(benchmark): fix a typo

* fix(draw): fix warning

* Update LVGL.lvgl.1.0.4-alpha5.pack

* feat(arm-2d): add a quick patch to support RGB565A8
2022-05-16 20:41:59 +02:00
Man, Jianting (Meco)
40e9c6b9e0
chore(rt.thread): improve rt-thread marcos (#3355) 2022-05-12 09:35:28 +02:00
Man, Jianting (Meco)
a6cbf3146a
improve rt-thread initialization process (#3345) 2022-05-10 19:55:22 +02:00
Gabriel Wang
b81437e964
feat(cmsis-pack): Monthly update for April (#3300)
* feat(cmsis-pack): Monthly update for April

* fix typo
2022-04-27 14:29:01 +02:00