Gabor Kiss-Vamosi
c80a4d194f
Merge branch 'dev-7.0' into speed/gpu
2020-04-27 14:53:17 +02:00
Gabor Kiss-Vamosi
d98362a60d
add disp_drv->wait_cb
2020-04-24 11:52:31 +02:00
Gabor Kiss-Vamosi
479d31e5a7
replace all memcpy with lv_memcpy
2020-04-23 15:27:51 +02:00
Themba Dube
e6c1c837f8
Merge remote-tracking branch 'origin/master' into dev-7.0
2020-04-06 19:37:38 -04:00
Gabor Kiss-Vamosi
5d8798b514
Fix write of of buffer with true double buffering and set_px_cb
2020-04-03 11:38:56 +02:00
Gabor Kiss-Vamosi
f545db3117
minor fixes
2020-03-29 22:00:48 +02:00
Gabor Kiss-Vamosi
58fc703dba
add lv_disp_flush_is_last()
2020-03-27 08:47:52 +01:00
Gabor Kiss-Vamosi
ba1639848d
reduce CPU load of PERF_MONITOR
2020-03-25 16:09:30 +01:00
Gabor Kiss-Vamosi
3e5275708e
add custom memset and optimize masked belnding
2020-03-20 10:35:50 +01:00
Gabor Kiss-Vamosi
498f050262
fix warnings
2020-03-10 08:34:07 +01:00
Gabor Kiss-Vamosi
1f2c772e06
do not redraw anything if the active screen was deleted. Closes #1387
2020-03-08 04:06:34 +01:00
Gabor Kiss-Vamosi
2f44d9045b
run formatter
2020-03-03 15:37:13 +01:00
Gabor Kiss-Vamosi
ea81e21dd0
reduce CPU usage of the performance monitor
2020-02-28 13:22:44 +01:00
Gabor Kiss-Vamosi
fbe95a5e7e
fixes for performance monitor
2020-02-27 15:48:29 +01:00
Gabor Kiss-Vamosi
760e0eefd6
Add performance monitor
2020-02-27 15:07:18 +01:00
Gabor Kiss-Vamosi
41907f9f3c
run astyle code formatter
2020-02-26 19:48:27 +01:00
Gabor Kiss-Vamosi
114994fa8c
various draw speed improvments
2020-02-09 10:48:34 +01:00
Gabor Kiss-Vamosi
4ad256f00e
minor fixes
2020-02-05 15:41:25 +01:00
Gabor Kiss-Vamosi
167e4d8e25
merge dev-7.0
2020-02-05 15:12:45 +01:00
Gabor Kiss-Vamosi
5b85469632
further improve arc invalidation
2020-02-05 14:49:02 +01:00
Gabor Kiss-Vamosi
f5d20f5e30
improve arc invalidation
2020-02-05 12:52:18 +01:00
Gabor Kiss-Vamosi
c43704756f
improve arc invalidation
2020-02-05 10:40:50 +01:00
Gabor Kiss-Vamosi
27d23dbeea
improve calendar
2020-01-31 06:45:33 +01:00
Gabor Kiss-Vamosi
b033e9d9c5
merge dev-7.0
2020-01-12 15:38:54 +01:00
Gabor Kiss-Vamosi
5a41efd899
Merge branch 'feat-new-style' of https://github.com/littlevgl/lvgl into feat-new-style
2020-01-09 14:16:58 +01:00
Gabor Kiss-Vamosi
3f617e39d5
try new style caching
2020-01-09 14:16:32 +01:00
Gabor Kiss-Vamosi
b5ce3dd25e
minor style improvements
2020-01-09 01:37:14 +01:00
Themba Dube
7fcd4669a4
Merge branch 'dev-7.0' into power_efficiency
2020-01-05 09:13:54 -05:00
Gabor Kiss-Vamosi
96b0955e97
solve conflicts
2020-01-01 16:01:31 +01:00
Gabor Kiss-Vamosi
c81f909263
integrate ddlist, roller + add LV_STYLE_PATTERN
2020-01-01 15:25:16 +01:00
Gabor Kiss-Vamosi
da59655d35
minor style fixes + integrate shadow drawing
2019-12-28 01:27:20 +01:00
Gabor Kiss-Vamosi
07bc58aa9c
merge dev-7.0 into feat-new-style
2019-12-22 22:56:13 +01:00
Gabor Kiss-Vamosi
cd32b27bfc
merge master
2019-12-22 22:52:11 +01:00
Gabor Kiss-Vamosi
095c0bff49
integrate lv_btnm, add built-in styles, move opa_scale to styles, begin style caching
2019-12-22 22:40:02 +01:00
Gabor Kiss-Vamosi
8e5446c68f
add lv_anim_refr_now()
2019-12-19 11:14:51 +01:00
Gabor Kiss-Vamosi
02ca70c691
new_style: implement generic style set/get functions
2019-12-17 09:20:40 +01:00
Gabor Kiss-Vamosi
a101e9a3e5
initial version of new style system
2019-12-14 23:39:26 +01:00
Themba Dube
6c64b29d26
Remove leftover debug statements
2019-12-10 20:12:24 -05:00
Themba Dube
4cb5ab4a03
Suspend the refresh task if a refresh is not necessary
2019-12-10 20:09:40 -05:00
Gabor Kiss-Vamosi
b4dae16e22
move lv_draw_buf to lv_mem as lv_mem_buf
...
This way they can be used as general purpose buffers not only for drawing
2019-11-19 06:25:14 +01:00
Gabor Kiss-Vamosi
e6d38f1acf
merge dev-6.1
2019-11-15 06:53:15 +01:00
George Slater
de102f9d20
Updated lv_refr_area and lv_img_design to account for single pixel height/width objects.
...
lv_refr_area: Updated height for area refresh to correctly include areas that are a height of only 1 pixel.
lv_img_design: Updated draw loop to account for objects that are 1 pixel in height or width.
2019-11-13 11:54:05 -06:00
Gabor Kiss-Vamosi
541a010ee9
fix uninitialized and shadoed warnings
2019-11-04 16:56:57 +01:00
Gabor Kiss-Vamosi
abfe2f63a1
img rotate auto set ext draw pad
2019-11-02 21:30:51 +01:00
Gabor Kiss-Vamosi
7d675cf1d1
add horizontal gradient main/grad_color_stop
2019-09-11 06:47:52 +02:00
Gabor Kiss-Vamosi
d0bc387c14
suppor blend modes on images
2019-09-10 06:13:08 +02:00
Gabor Kiss-Vamosi
60cd00f9cc
add lv_design_res_t
2019-09-06 19:53:39 +02:00
Jan Van Winkel
9401353ccb
Pass disp->driver to rounder_cb in lv_inv_area
...
Pass pointer to disp->driver to rounder_cb in lv_inv_area instead of
pointer to disp_refr->driver as lv_inv_area is called when no refresh is
ongoing (lv_disp_drv_register).
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-07-19 18:07:50 +02:00
Gabor Kiss-Vamosi
9dcc47ec33
Merge branch 'vla' into dev-6.0
2019-06-27 08:19:38 +02:00
Gabor Kiss-Vamosi
8f962a0464
run clang-formatter
2019-06-27 07:16:15 +02:00