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

6248 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
bb08660cb6 minor fixes 2021-02-14 14:56:34 +01:00
github-actions[bot]
68688fba26
Merge 0f48c62b17d3f4c9c968f7ac2e2779cd6bb4b795 into dev 2021-02-12 21:34:26 +00:00
Themba Dube
0f48c62b17 fix(calendar) force no wrapping on day numbers and names
Fixes #1850
2021-02-12 16:33:32 -05:00
embeddedt
4b151cc885
feat(rotation) add full 90-degree rotation support, incl. software rotation (#2055) 2021-02-12 09:57:58 -05:00
github-actions[bot]
11afa125b4
Merge 681cf0dc57f2008a408606e38d08be29cbafa024 into dev 2021-02-12 14:16:42 +00:00
embeddedt
681cf0dc57
fix(draw) overlap outline with background to prevent aliasing artifacts (#2067)
* fix(draw) overlap outline with background to prevent aliasing artifacts

* fix(draw) only overlap outline if padding == 0
2021-02-12 15:16:10 +01:00
Gabor Kiss-Vamosi
95b1bd8409 add examples + refactoring 2021-02-12 14:22:48 +01:00
github-actions[bot]
830d341b50
Merge 1566e6fab1b3c3eb88d9789d9b76a074f73699e4 into dev 2021-02-12 10:02:50 +00:00
Gabor Kiss-Vamosi
1566e6fab1
Update Makefile 2021-02-12 11:02:20 +01:00
github-actions[bot]
c94ce67015
Merge 3cec3964ddd04dd6a3bd1d812ead1b86e6f1d474 into dev 2021-02-12 10:00:40 +00:00
Gabor Kiss-Vamosi
3cec3964dd Revert "Fix the various issue found in animation module (#2063)"
This reverts commit a62ecda7607c73093411f4d498857252c7c3b304.
2021-02-12 10:59:53 +01:00
github-actions[bot]
0350f29cab
Merge c4b46706c3e977e918224009623e6d1caf118151 into dev 2021-02-12 01:01:52 +00:00
Xiang Xiao
c4b46706c3
fix(fs): correct the document for lv_fs_get_last (#2068) 2021-02-11 20:01:26 -05:00
github-actions[bot]
8ccc17f9cc
Merge 4cb3f01b9d61a1d49f135d12d80ba7fd86459ff3 into dev 2021-02-11 22:08:28 +00:00
Xiang Xiao
4cb3f01b9d
fix(font): add the new font to lv_font.mk (#2069)
and order the item to find the difference from file system quickly
2021-02-11 17:07:59 -05:00
github-actions[bot]
06520e38af
Merge 84600a78db83bd02b781e8cc2d5c108720f98cd6 into dev 2021-02-11 17:53:27 +00:00
alsaleem00
84600a78db
fix(text) improve Arabic contextual analysis (#2062)
Adds hyphen processing and proper handling of lam-alef sequence
2021-02-11 12:53:00 -05:00
github-actions[bot]
bd141df9af
Merge 5d0a06b6fa4608ffe6178971b3d4b4097d3009e9 into dev 2021-02-11 14:59:28 +00:00
Gabor Kiss-Vamosi
5d0a06b6fa add -Wno-error=cast-function-type to build 2021-02-11 15:58:41 +01:00
Gabor Kiss-Vamosi
29867b46fe Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2021-02-11 14:55:29 +01:00
Gabor Kiss-Vamosi
a6b86578df fix conflicts 2021-02-11 14:54:41 +01:00
Gabor Kiss-Vamosi
f9c73fe69d update CHANGELOG 2021-02-11 14:53:05 +01:00
Gabor Kiss-Vamosi
ab14266f67 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-02-11 14:42:54 +01:00
Gabor Kiss-Vamosi
0591dec33a fix(delete): delete animation after the children are deleted
New animation can be added during child delete
2021-02-11 14:42:48 +01:00
Xiang Xiao
9b52db0531
fix(conf): remove esp specific inclusion from lv_conf_internal.h (#2065)
* fix(lv_conf_internal.h): remove esp specific inclusion

since the same thing is already included in lv_conf_kconfig.h

* fix(library.json): change space to tab
2021-02-11 11:49:50 +01:00
github-actions[bot]
835ee48699
Merge a62ecda7607c73093411f4d498857252c7c3b304 into dev 2021-02-11 10:12:23 +00:00
Xiang Xiao
a62ecda760
Fix the various issue found in animation module (#2063)
* fix(anim): relayout lv_anim_t to save 4 bytes

and fix the minor comment issue

* fix(anim): unify the type of time and animation to int32_t or uint32_t

since lv_anim_t use these types internally

* fix(anim): Don't need initialize last_task_run

since lv_anim_start will do this if the list is empty
and remove -1 to improve the accuracy

* fix(anim): remove the return value from anim_ready_handler

since no caller really use the return value

* fix(anim): normalize the time elapse by lv_map

* fix(anim): avoid iterate the list twice in anim_task
2021-02-11 11:11:49 +01:00
Gabor Kiss-Vamosi
e0fb0db735 add all widgets and widget examples 2021-02-10 22:59:53 +01:00
github-actions[bot]
41ac65039a
Merge e6de537952c3c2d9f37096938dd5b876c6ba6802 into dev 2021-02-08 15:16:30 +00:00
Carlos Diaz
e6de537952
Add component.mk file for esp-idf make based commands (#2056)
* Add component.mk file for esp-idf make commands

* component.mk: Check for IDF_VER

Checks for IDF_VER when adding COMPONENT_SRCDIRS and COMPONENT_ADD_INCLUDEDIRS
to avoid definig them when not using LVGL as ESP-IDF component.

* component.mk: Remove info messages
2021-02-08 16:15:59 +01:00
github-actions[bot]
bc30cf40c9
Merge 5d3fce8208825ae849f7f11b91beec2f5491e4fc into dev 2021-02-08 09:46:02 +00:00
embeddedt
5d3fce8208
fix(gauge,linemeter) draw critical sections/end value in correct spot (#2059)
Revert be4f7a76d48112edce88d259470222aa4990ad52 and
20d56ee6e97905f56eb71d30c9a391d4b4d7eb20 as they both have issues.
2021-02-08 10:45:32 +01:00
github-actions[bot]
49cee3298c
Merge fd74f6985a4c0a06190fe5c77b4a8da15be4db51 into dev 2021-02-08 09:42:24 +00:00
Carlos Diaz
fd74f6985a
Kconfig: Add comments to primary and secondary colors (#2048) 2021-02-08 10:41:51 +01:00
Gabor Kiss-Vamosi
7bec13c2b9 update asserts 2021-02-08 09:53:03 +01:00
Gabor Kiss-Vamosi
956a367dbc refactoring 2021-02-07 22:39:54 +01:00
Gabor Kiss-Vamosi
c43259814a fixes 2021-02-07 21:32:43 +01:00
Gabor Kiss-Vamosi
063d17d842 rework widgets, refactoring, fixes 2021-02-07 12:37:37 +01:00
Gabor Kiss-Vamosi
2cae4a27c1 add some extra components and examples 2021-02-05 16:52:51 +01:00
Gabor Kiss-Vamosi
8a1af8646f add lv_components as src/extra and minor fixes 2021-02-04 14:46:11 +01:00
github-actions[bot]
efcd88a4e4
Merge dfc6719479bab93657e981b6c82570003446071b into dev 2021-02-03 13:54:53 +00:00
Vitaly Puzrin
dfc6719479
Improve OpenCollective link (#2054)
Will show better icon
2021-02-03 08:54:17 -05:00
github-actions[bot]
b7fdffad0c
Merge 2181dd858ba7b618ab90b625949e46e0b26c8738 into dev 2021-02-03 10:46:41 +00:00
Gabor Kiss-Vamosi
2181dd858b
Update FUNDING.yml 2021-02-03 11:46:08 +01:00
Gabor Kiss-Vamosi
315f03f8b6 merge master 2021-02-03 10:33:22 +01:00
Gabor Kiss-Vamosi
7cbcc878cc Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2021-02-03 10:31:33 +01:00
Gabor Kiss-Vamosi
fe47caf161 update CHANGELOG 2021-02-03 10:31:20 +01:00
Gabor Kiss-Vamosi
8b78688c79 fix(text): fix out of bounds read in _lv_txt_get_width 2021-02-03 10:29:45 +01:00
Gabor Kiss-Vamosi
1b25649483 Merge branch 'fix/indev' 2021-02-03 10:06:18 +01:00
Gabor Kiss-Vamosi
0631b17076 fix(indev): clear the indev's act_obj in lv_indev_reset
fixes #2052
2021-02-03 10:06:07 +01:00