github-actions[bot]
24340fa927
Merge a7c4fc410ae45cdf7d83055821646cc7e51c4299 into dev
2020-11-10 21:00:26 +00:00
Gabor Kiss-Vamosi
a7c4fc410a
fix(arc): fix and improve arc dragging
...
It was difficult to handle the pressed angle on the arc when it crossed the 360 degree boundery.
The solution is to handle the angle relative to the bg_start_angle. This way no angle can be larger than 360.
The other issue was the case when a smaller than min. or larger than max. angle was pressed.
It is handled by introducing 'min_close' flag which stores which end is closer on the last valid press
and prefer this end in uncleary situation.
2020-11-10 21:59:37 +01:00
github-actions[bot]
08fcf03c3f
Merge 93138759a956d9b86aa9f8cb97ba0ba2292d5468 into dev
2020-11-10 16:26:09 +00:00
Gabor Kiss-Vamosi
93138759a9
fix(btnmatrix): fix setting the same map with modified pointers
...
fix #1889
2020-11-10 17:25:17 +01:00
Gabor Kiss-Vamosi
380df4578e
fix(lv_font_unscii_16) use relative include path to lvgl.h
2020-11-10 10:18:08 +01:00
github-actions[bot]
71619aa8f6
Merge a07583331e38579255ad4c2ad2abd89c4bfa3f24 into dev
2020-11-09 15:12:28 +00:00
Gabor Kiss-Vamosi
a07583331e
docs(changelog): update changelog
2020-11-09 16:11:48 +01:00
github-actions[bot]
2afd887fdf
Merge 1bc1d278eb7595181655e6e9754461718dc4b4e2 into dev
2020-11-09 15:11:28 +00:00
Gabor Kiss-Vamosi
1bc1d278eb
fix(draw_triangle): fix polygon/triangle drawing when the order of points is counter-clockwise
2020-11-09 16:10:46 +01:00
github-actions[bot]
fc5709d04c
Merge b3c909683062e0bac2f62ce51bd3fafd0dfcafb8 into dev
2020-11-09 12:13:49 +00:00
Gabor Kiss-Vamosi
b3c9096830
Use copy of va_list rather than original va_list in txt_set_text_vfmt ( #1890 )
...
Fix issue #1886
Co-authored-by: Wenting Zhang <zephray@outlook.com>
2020-11-09 13:13:18 +01:00
github-actions[bot]
74efc2e73e
Merge 85c5e786a4a41257d03a701828626ad77514b941 into dev
2020-11-09 09:30:43 +00:00
Gabor Kiss-Vamosi
85c5e786a4
fix(library.json) set the version to the last release
...
platform.io haven't recognized the last version
https://forum.lvgl.io/t/platformio-repository-for-lvgl-not-updating/3607
2020-11-09 10:30:14 +01:00
github-actions[bot]
8a489b3a8e
Merge b19fb8620f9d59d86580e380796f78d52b5a373f into dev
2020-11-06 08:51:06 +00:00
Maureen Helm
b19fb8620f
lv_font: Fix compiler warning when compressed fonts are disabled ( #1880 )
...
Fixes a compiler warning in lv_font_fmt_txt.c when compressed fonts are
disabled (LV_USE_FONT_COMPRESSED=0):
/home/maureen/zephyrproject/modules/lib/gui/lvgl/src/lv_font/lv_font_fmt_txt.c:349:13: warning: 'decompress' defined but not used [-Wunused-function]
349 | static void decompress(const uint8_t * in, uint8_t * out, lv_coord_t w, lv_coord_t h, uint8_t bpp, bool prefilter)
| ^~~~~~~~~~
This was found after upgrading Zephyr to use LVGL v7.6.1, building with
the Zephyr SDK 0.11.3 toolchain.
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2020-11-06 09:50:32 +01:00
Gabor Kiss-Vamosi
2d986871c9
fix(lv_conf_internal): re-generate to add LV_FONT_UNSCII_16
2020-11-05 12:42:20 +01:00
Gabor Kiss-Vamosi
ef81e0fbc3
feat(font): add unscii-16 built-in font
...
https://forum.lvgl.io/t/more-unscii-font-version/3433
2020-11-05 12:38:44 +01:00
Gabor Kiss-Vamosi
b00628e77d
merge master
2020-11-03 11:04:34 +01:00
Gabor Kiss-Vamosi
d110731409
add v7.7.2 to changelog
2020-11-03 11:03:26 +01:00
Gabor Kiss-Vamosi
92c75a6e8c
minor release script fixes
2020-11-03 11:02:26 +01:00
Gabor Kiss-Vamosi
2f40ca37df
Update master version
2020-11-03 10:02:00 +01:00
Gabor Kiss-Vamosi
112c894e73
Merge branch 'master' into dev
2020-11-03 09:23:29 +01:00
Gabor Kiss-Vamosi
5035c0c780
Release v7.7.1
v7.7.1
2020-11-03 09:23:29 +01:00
Gabor Kiss-Vamosi
f42afb1c52
Update lv_conf_kconfig.h
2020-11-02 16:12:24 +01:00
github-actions[bot]
4f9869fc7e
Merge f915b4cfb6273ef84f8221513fe95feb23a397f6 into dev
2020-11-02 15:04:17 +00:00
Gabor Kiss-Vamosi
f915b4cfb6
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-11-02 16:03:37 +01:00
github-actions[bot]
06ae6be9d4
Merge b62ddf8f64e436c9a6ec25d1b21c5dc1fbe7b30a into dev
2020-11-02 15:03:22 +00:00
Gabor Kiss-Vamosi
b62ddf8f64
push test
2020-11-02 16:02:47 +01:00
Gabor Kiss-Vamosi
b05aaaeb6b
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-11-02 15:55:10 +01:00
Gabor Kiss-Vamosi
47687fc252
Update changelog
2020-11-02 15:54:54 +01:00
github-actions[bot]
a85ed5b949
Merge 929d9f7a579c9af0588cc65161610503c07bdc84 into dev
2020-11-02 12:13:31 +00:00
Gabor Kiss-Vamosi
929d9f7a57
Update release.yml
2020-11-02 13:13:01 +01:00
github-actions[bot]
20d034c279
Merge 23aec1e1ce7ebc6a5202802921c9f2fdd3238273 into dev
2020-11-02 11:52:32 +00:00
Gabor Kiss-Vamosi
23aec1e1ce
Update release.yml
2020-11-02 12:52:03 +01:00
github-actions[bot]
0931bb6cae
Merge d487acd7cc7e67bb219ba76e9586b3611335cc9b into dev
2020-11-02 11:51:39 +00:00
Gabor Kiss-Vamosi
d487acd7cc
Create release.yml
2020-11-02 12:51:12 +01:00
github-actions[bot]
380b59fddd
Merge 6d92d084f78600885cf478a84b91fcc142944526 into dev
2020-11-02 11:24:52 +00:00
Gabor Kiss-Vamosi
6d92d084f7
group: fix in lv_group_remove_obj to handle deleting hidden obejcts correctly
2020-11-02 12:24:12 +01:00
Carlos Diaz
16678b78bc
lv_conf_kconfig: Update ( #1870 )
...
* lv_conf_kconfig: Update
* lv_conf_kconfig: Define CONFIG_LV_COLOR_TRANSP with lv_color_hex.
2020-11-02 11:10:33 +01:00
github-actions[bot]
8f14c31bc9
Merge a2b4bbcd2a997a874ab924fa0dd31820964233ea into dev
2020-10-29 22:05:58 +00:00
Gabor Kiss-Vamosi
a2b4bbcd2a
add missing #include <stdarg.h>
2020-10-29 23:05:16 +01:00
github-actions[bot]
20f901f9e3
Merge 85c80148804af2c0d8d7652100ad789292d29be8 into dev
2020-10-28 10:18:12 +00:00
Gabor Kiss-Vamosi
85c8014880
gauge: make the needle images to use the styles from LV_GAUGE_PART_PART
2020-10-28 11:14:05 +01:00
github-actions[bot]
b5ddf8d19d
Merge b3cca917dfb1cd48c0f540e2aa84a1e7c4d4ebe9 into dev
2020-10-28 09:14:53 +00:00
Ali Rostami
b3cca917df
create the fmt version of setting text for msgbox. ( #1851 )
...
* create the fmt version of setting text for msgbox.
* define _lv_txt_set_text_vfmt and change the body of lv_msgbox_set_text_fmt.
* make lv_label_refr_text out of static.
* fix a bug in _lv_txt_set_text_vfmt
2020-10-28 10:14:18 +01:00
github-actions[bot]
6bae5c7af5
Merge 4dafa1001766f27f8d4fd0022c6de4b3e067c95f into dev
2020-10-27 12:50:23 +00:00
Gabor Kiss-Vamosi
4dafa10017
fix messed up function introduced in 6e9714c5
2020-10-27 13:49:47 +01:00
github-actions[bot]
622472387c
Merge 6e9714c5459d6889ec3e01b78d78783180d967a4 into dev
2020-10-27 12:42:40 +00:00
Gabor Kiss-Vamosi
6e9714c545
respect btnmatrix's one_check in lv_btnmatrix_set_btn_ctrl
...
Related to https://forum.lvgl.io/t/expand-lv-btnmatrix-set-one-check-to-allow-radio-button-functionality/2962
2020-10-27 13:42:01 +01:00
github-actions[bot]
6e12abe015
Merge 8788317bb122e65db760d23493407410d9fcd192 into dev
2020-10-26 14:19:22 +00:00