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

5792 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
18aba3ccb3 merge master 2020-12-01 13:00:50 +01:00
Gabor Kiss-Vamosi
41b1a7ea15 Merge branch 'master' of https://github.com/littlevgl/lvgl 2020-12-01 12:51:53 +01:00
Gabor Kiss-Vamosi
4e5b262401 refactor(roller): rename LV_ROLLER_MODE_INIFINITE -> LV_ROLLER_MODE_INFINITE 2020-12-01 12:50:42 +01:00
Gabor Kiss-Vamosi
761a452137 Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2020-12-01 12:40:43 +01:00
Gabor Kiss-Vamosi
a6588c77cf merge master 2020-12-01 12:40:31 +01:00
Gabor Kiss-Vamosi
c52482efa2
Update ROADMAP.md 2020-12-01 12:19:45 +01:00
Gabor Kiss-Vamosi
5b09c3879d
Update ROADMAP.md 2020-12-01 12:15:59 +01:00
Gabor Kiss-Vamosi
e43d6da389
simplify touch handling in the Arduino example 2020-12-01 11:40:21 +01:00
github-actions[bot]
71fdc5e7d2
Merge 73f4156aad0f6ac0e6af6667b7df662e8e30f800 into dev 2020-12-01 10:26:21 +00:00
embeddedt
73f4156aad
fix(material): make button pressed color darker (#1940) 2020-12-01 11:25:43 +01:00
Gabor Kiss-Vamosi
6b1a8f19f5 fix(slider): remove CHECHABLE flag 2020-11-30 10:05:30 +01:00
github-actions[bot]
69ea5bbcbd
Merge bc2ca71bf53518a31f83f5e84fca9084edfe398f into dev 2020-11-29 00:57:44 +00:00
embeddedt
bc2ca71bf5
Fix #1942: lv_textarea_set_pwd_mode not changing to bullets
Thanks to @fvanroie for investigating.
2020-11-28 19:57:14 -05:00
github-actions[bot]
393ca02615
Merge b1a7dbadcdf34c5a26f90a02ae7103c3a68a5d34 into dev 2020-11-28 17:20:14 +00:00
defogprog
b1a7dbadcd
Add 8px and 10px montserrat fonts to build (#1941) 2020-11-28 12:19:46 -05:00
Gabor Kiss-Vamosi
f2568bebe5 minor fixes 2020-11-28 16:04:13 +01:00
github-actions[bot]
138c5423a1
Merge 1b37ee88739dc266f74d80f4fd032fff3b40e3e2 into dev 2020-11-28 11:42:02 +00:00
Gabor Kiss-Vamosi
1b37ee8873 Merge branch 'master' of https://github.com/littlevgl/lvgl 2020-11-28 12:41:23 +01:00
Gabor Kiss-Vamosi
9c5fec9b79 feat(perf_monitor): add lv_refr_get_fps_avg() 2020-11-28 12:41:06 +01:00
Gabor Kiss-Vamosi
65f7ff66d5 fix(img): increase the size of invalidated area in lv_img_set_zoom
Becasue of the pivot placement there can be some rounding errors
2020-11-28 12:38:48 +01:00
Gabor Kiss-Vamosi
dded9b383a fix(slider): fix left/right knob control with encoder 2020-11-28 12:37:26 +01:00
github-actions[bot]
fae70636a8
Merge 3c55dfb672a4f5eb3c42576d13993f902ec5055c into dev 2020-11-27 18:17:49 +00:00
Carlos Diaz
3c55dfb672
CMakeLists.txt: Let the user configure whether LV_ATTRIBUTE_FAST_MEM is IRAM_ATTR (#1939) 2020-11-27 13:17:15 -05:00
github-actions[bot]
3807c423f2
Merge 9797c555c01d1aa2de1de057973a1a4bbbd9599f into dev 2020-11-27 10:15:48 +00:00
Gabor Kiss-Vamosi
9797c555c0 fix conflits 2020-11-27 11:15:08 +01:00
Gabor Kiss-Vamosi
87e26d4997 fix(table): add missing invalidation when changeing cell type
fixes https://forum.lvgl.io/t/bug-of-table-click-to-change-style/3842
2020-11-27 11:14:36 +01:00
Gabor Kiss-Vamosi
b09bd63c42 fix(makefile): fix the name of lv_timer.c in the mk file 2020-11-27 10:37:05 +01:00
Gabor Kiss-Vamosi
2161cf8f53 Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2020-11-27 10:05:16 +01:00
Gabor Kiss-Vamosi
57734ff3c5 refactor(tmr): rename lv_tmr to lv_timer 2020-11-27 10:05:02 +01:00
github-actions[bot]
8df1b0341a
Merge 4853eacfa43667459d09642be8949b44c530367c into dev 2020-11-27 08:49:36 +00:00
Gabor Kiss-Vamosi
6c62a8eeb5 fix(linemeter): fix invalidation when setting new value
The old complex but more optimal invalidation was buggy in some cases

fixes #1904
2020-11-27 09:49:10 +01:00
Gabor Kiss-Vamosi
4853eacfa4 fix(linemeter): fix invalidation when setting new value
The old complex but more optimal invalidation was buggy in some cases

fixes #1904
2020-11-27 09:48:59 +01:00
github-actions[bot]
bd7544ce82
Merge 48a676f40427bd8ca7bacab0fb96c401d4a9ef83 into dev 2020-11-27 00:12:51 +00:00
Andrey
48a676f404
Fix hardfault when DCache is disabled with no callback (#1935) 2020-11-26 19:12:21 -05:00
github-actions[bot]
b9ee35ef43
Merge 2f6eaa516cc512d5c16c2dabc3768b7bbebe80d1 into dev 2020-11-26 14:55:08 +00:00
Gabor Kiss-Vamosi
2f6eaa516c
Update ROADMAP.md 2020-11-26 15:54:39 +01:00
Gabor Kiss-Vamosi
4c0574a0de Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2020-11-26 15:40:07 +01:00
Gabor Kiss-Vamosi
6f6a30fa4a merge master 2020-11-26 15:39:58 +01:00
Gabor Kiss-Vamosi
5e8581a345 fix(slider): do not let edit left knob in non-range mode 2020-11-26 15:30:50 +01:00
Gabor Kiss-Vamosi
d6d5903be1 fix(anim): fix bounce path 2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
313f7f30a7 fix(style): invalidate cache on every PART
Inherited properties on parts other than MAIN  needs to be recached on property change beacuse they
are inherted from MAIN

fixes #1933
2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
89eca30da8 fix(draw polygon): fix memory leak and vertex joining 2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
819f01c930 fix(draw polygon): join adjacent points if they are on the same coordinate 2020-11-26 15:23:50 +01:00
github-actions[bot]
42e1037de5
Merge 8cd738eaa18125c496881197f34097c453c99ff4 into dev 2020-11-25 17:22:44 +00:00
embeddedt
8cd738eaa1
Update CHANGELOG.md 2020-11-25 12:22:11 -05:00
github-actions[bot]
c3460842c7
Merge d6dd6199f31e515a8cf93626bdb12abc5d2263c3 into dev 2020-11-25 17:21:53 +00:00
incity
d6dd6199f3
Change LV_DRAW_BUF_MAX_NUM to LV_MEM_BUF_MAX_NUM (#1931) 2020-11-25 12:21:22 -05:00
github-actions[bot]
e63ae95e2b
Merge 9d0335f38cbda1a3023b4041dadbc60b4a72f4a0 into dev 2020-11-25 10:35:51 +00:00
Gabor Kiss-Vamosi
9d0335f38c fix(arc_draw): remove statments that do nothing
fix #1930
2020-11-25 11:35:12 +01:00
Gabor Kiss-Vamosi
d90ea9ea8b merge master 2020-11-25 10:25:46 +01:00