Gabor Kiss-Vamosi
f28d18dda4
fix: minor fixes to make the CI work
2023-02-20 22:19:00 +01:00
Gabor Kiss-Vamosi
124f9b0f9f
arch(driver): new driver architecture with new color format support
2023-02-20 20:50:58 +01:00
Gabor Kiss-Vamosi
b9b55a9eed
fix(arduino): fix typo
2023-02-04 17:41:42 +01:00
Gabor Kiss-Vamosi
801d776e78
fix(arduino): fix the include path of the demos and examples
...
related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482
2023-02-04 17:40:52 +01:00
Carlos Diaz
76547db1d7
refactor(rename): LV_IMG_ZOOM_NONE to LV_ZOOM_NONE ( #3957 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-02-04 17:20:42 +01:00
nicusorcitu
7c7e99604f
feat(gpu): improve NXP's PXP and VGLite accelerators ( #3948 )
...
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Stefan Babatie <stefan.babatie@nxp.com>
Signed-off-by: Wenbin Yuan <wenbin.yuan@nxp.com>
Co-authored-by: Stefan Babatie <stefan.babatie@nxp.com>
Co-authored-by: Wenbin Yuan <wenbin.yuan@nxp.com>
2023-01-28 23:14:40 +01:00
_VIFEXTech
889634398a
feat(libs): add barcode widget ( #3778 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-12-11 11:48:03 +01:00
_VIFEXTech
e7da3b247e
refact(freetype): clean up global variables and infrequent functions ( #3782 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-24 12:27:38 +01:00
Uli Raich
01b33b4aba
example(canvas): add MicroPython draw examples ( #3823 )
2022-11-24 11:16:34 +01:00
Gabor Kiss-Vamosi
3940f53782
chore(example): fix copy/paset error in lv_example_canvas_7
2022-11-23 10:29:27 +01:00
Gabor Kiss-Vamosi
e45ba58bd8
example(get_started): add simple hello world example
2022-11-22 14:37:51 +01:00
Gabor Kiss-Vamosi
d47851ad3c
examples(canvas): add canvas drawing examples
2022-11-21 23:08:32 +01:00
Gabor Kiss-Vamosi
ff66e6369d
chore: fix MicroPython test
2022-11-20 16:44:18 +01:00
Gabor Kiss-Vamosi
1d06c6c58d
ci(exmpple): update meter MicrpPython examples
2022-11-20 15:17:57 +01:00
Gabor Kiss-Vamosi
a218d75409
feat(meter): remove the option to add multiple scales
...
API BREAKING
2022-11-19 08:42:03 +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
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
_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
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
_VIFEXTech
14c126a883
chore(examples): fix unused-variable warning ( #3732 )
...
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-10-10 15:31:29 +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
0a9772bcdf
docs: add lv_example_tiny_ttf_2 to index.rst
2022-10-02 18:22:30 +02:00
Gabor Kiss-Vamosi
884faf0a17
examples(tiny_ttf): add file read example
2022-09-28 11:12:07 +02:00
honey the codewitch
57e0943b10
feat(tiny_ttf): ttf support ( #3680 )
...
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-26 17:30:07 +02:00
Uli Raich
29ec34be77
examples(micropython): add a few missing MP examples ( #3672 )
2022-09-21 11:21:36 +02:00
Uli Raich
de81f85ed7
examples(micropython): corrected examples to run on Linux ( #3671 )
2022-09-21 11:20:36 +02:00
Gabor Kiss-Vamosi
8f3f60337f
example(imgfont): fix the path of the image
...
related to https://github.com/lvgl/lvgl/issues/3637#issuecomment-1249047687
2022-09-21 08:58:19 +02:00
Gabor Kiss-Vamosi
451eddb123
example(event): simplify lv_example_event_4
2022-09-08 23:55:11 +02:00
Gabor Kiss-Vamosi
8a2dd6c70a
chore(example): fix warnings
...
related to #3659
2022-09-05 10:14:26 +02:00
Yobe Zhou
7802d2006d
chore(file_explorer): use the correct example path ( #3658 )
2022-09-04 18:16:36 +02:00
Yobe Zhou
f09c04b935
feat(file_explorer): add API to use file explorer ( #3601 )
...
Co-authored-by: 100ask <team100ask@outlook.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-04 16:57:15 +02:00
Douglas Healy
3b7411893f
fix(examples) resolve string formatting compiler warnings ( #3654 )
2022-09-04 09:47:38 -04:00
Amir Gonnen
33d8ca779d
feat(examples) adjust micropython examples to use lv_png ( #3639 )
2022-08-29 17:12:37 -04:00
Uli Raich
fd331980bb
example(ffmpeg): replaced av_init_packet by av_packet_alloc to get rid of deprecation … ( #3634 )
2022-08-28 19:30:02 +02:00
Amir Gonnen
75fabab38a
fix(imgfont) add user_data argument to callback ( #3630 )
2022-08-27 09:31:33 -04:00
Gabor Kiss-Vamosi
327dbb6031
feat(msg): allow using variable address as msg_id
2022-08-25 14:20:43 +02:00
Derek Carter
bdd520e00c
fix(img): lv_img_buf_get_img_size miscalculation for 1/2/4 it images ( #3611 )
2022-08-24 10:05:48 +02:00
Gabor Kiss-Vamosi
4519a874d7
fix(canvas): fix clipéping on transformation
...
fixes : #3545
2022-08-07 21:09:46 +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
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
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
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
Gabor Kiss-Vamosi
b9adb0a048
example: fix MicroPython examples
2022-07-21 22:21:43 +02:00
Gabor Kiss-Vamosi
e42f01a38a
fix(make): update lvgl.mk and remove unnecessary mk files
2022-07-20 12:10:00 +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
9add9acadb
refactor(style): add width and height paramaters to style_size
2022-07-19 15:47:00 +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
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