Gabor Kiss-Vamosi
|
080d06b838
|
fix lv_misc.mk. Fixes: #1508
|
2020-05-19 14:56:14 +02:00 |
|
Gabor Kiss-Vamosi
|
00176b2c7e
|
rename _mask_list to lv_draw_mask_list
|
2020-05-19 13:29:21 +02:00 |
|
Gabor Kiss-Vamosi
|
6a10f3e116
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-05-19 13:20:38 +02:00 |
|
Gabor Kiss-Vamosi
|
38ae98a565
|
move (draw) mask_list to gc roots
|
2020-05-19 13:20:29 +02:00 |
|
Gabor Kiss-Vamosi
|
72c79b58a8
|
disable LV_MEM_JUNK
|
2020-05-19 10:31:13 +02:00 |
|
Gabor Kiss-Vamosi
|
ee6c5e3399
|
run code formatter
|
2020-05-18 16:57:23 +02:00 |
|
Gabor Kiss-Vamosi
|
0f95c5b29b
|
comment update littlevgl -> lvgl
|
2020-05-18 14:55:39 +02:00 |
|
Gabor Kiss-Vamosi
|
a91041bcf7
|
suppress doxygen warnings
|
2020-05-18 11:03:10 +02:00 |
|
Themba Dube
|
6e1d53e11e
|
Merge remote-tracking branch 'origin/master' into dev-7.0
|
2020-05-15 13:48:25 -04:00 |
|
Gabor Kiss-Vamosi
|
97392f4fdf
|
reduce API size: add underscore prefix to internal functions
|
2020-05-13 14:11:16 +02:00 |
|
Gabor Kiss-Vamosi
|
eda4ef8042
|
optimize color fill with 16 color depth
|
2020-05-13 01:06:01 +02:00 |
|
Gabor Kiss-Vamosi
|
eaeb362001
|
optimize lv_mem_buf uage
|
2020-05-11 10:21:23 +02:00 |
|
Kowalski Dark
|
61bafdb37f
|
Fix typos in header comment (#1493)
|
2020-05-08 12:49:11 -04:00 |
|
Gabor Kiss-Vamosi
|
9dd387b23e
|
remove bidi.h from lvgl.h
|
2020-05-08 08:44:31 +02:00 |
|
Gabor Kiss-Vamosi
|
232d22c148
|
fix conflicts
|
2020-05-07 16:01:48 +02:00 |
|
Gabor Kiss-Vamosi
|
8e87fc4620
|
minor fixes
|
2020-05-06 09:27:38 +02:00 |
|
Amir Gonnen
|
1633b2e6db
|
Guard USE AP prototypes with macro (#1485)
|
2020-05-02 18:23:52 -04:00 |
|
Gabor Kiss-Vamosi
|
1e59100ff2
|
fix build errors
|
2020-05-02 07:45:04 +02:00 |
|
Gabor Kiss-Vamosi
|
c3361a67b2
|
fix lv_color_t with LV_COLOR_DEPTH 1
|
2020-05-01 16:54:13 +02:00 |
|
Gabor Kiss-Vamosi
|
aad8667a9f
|
run code formatter
|
2020-05-01 11:17:43 +02:00 |
|
Gabor Kiss-Vamosi
|
3ac2c390c6
|
Merge branch 'feat/arabic' into dev-7.0
|
2020-05-01 09:51:17 +02:00 |
|
Wielebny666
|
c2404c307c
|
Adjusting min and max values to the number format
|
2020-04-29 13:24:07 +02:00 |
|
Gabor Kiss-Vamosi
|
80a4613e59
|
fix build error and upadte lv_conf_template.h
|
2020-04-29 09:01:35 +02:00 |
|
Gabor Kiss-Vamosi
|
817e1ce530
|
place some functions to faster memory
|
2020-04-29 08:38:59 +02:00 |
|
Gabor Kiss-Vamosi
|
c80a4d194f
|
Merge branch 'dev-7.0' into speed/gpu
|
2020-04-27 14:53:17 +02:00 |
|
Gabor Kiss-Vamosi
|
43e873108a
|
introduce lv_anim_path_t to encapsulate the path cb
|
2020-04-27 11:51:18 +02:00 |
|
Gabor Kiss-Vamosi
|
ef9955f01f
|
Merge branch 'dev-7.0' into hamidrm-dev-7.0
|
2020-04-25 16:06:33 +02:00 |
|
Gabor Kiss-Vamosi
|
660d0d6000
|
minor fixes
|
2020-04-24 22:02:24 +02:00 |
|
xennex22
|
31b5772028
|
Cast void pointers
C++ compilers will warn otherwise
|
2020-04-24 08:43:29 -07:00 |
|
Gabor Kiss-Vamosi
|
3b869b0258
|
replace all memset with lv_memset
|
2020-04-23 15:45:08 +02:00 |
|
Gabor Kiss-Vamosi
|
479d31e5a7
|
replace all memcpy with lv_memcpy
|
2020-04-23 15:27:51 +02:00 |
|
Gabor Kiss-Vamosi
|
b196b2c400
|
Merge pull request #1450 from dykeag/patch-1
More reliable determination of architecture size
|
2020-04-17 14:56:30 +02:00 |
|
Gabor Kiss-Vamosi
|
be80438c92
|
Merge pull request #1452 from littlevgl/task_repeat_count
Add lv_task_set_repeat_count API
|
2020-04-17 12:53:42 +02:00 |
|
Gabor Kiss-Vamosi
|
f56b43d019
|
update makefile and fix warnings
|
2020-04-17 10:44:24 +02:00 |
|
Gabor Kiss-Vamosi
|
9de260d648
|
integrate Arabic processing in to lv_label
|
2020-04-17 10:30:11 +02:00 |
|
Gabor Kiss-Vamosi
|
bab1d87f2d
|
Merge branch 'dev-7.0' of https://github.com/hamidrm/lvgl into hamidrm-dev-7.0
|
2020-04-17 08:59:04 +02:00 |
|
Gabor Kiss-Vamosi
|
db154bd820
|
minor fixes
|
2020-04-17 08:58:34 +02:00 |
|
Gabor Kiss-Vamosi
|
54019d4934
|
add builtin STM32 DMA2D support
|
2020-04-16 11:12:20 +02:00 |
|
Themba Dube
|
577d6273ab
|
Add lv_task_set_repeat_count API
|
2020-04-15 17:57:06 -04:00 |
|
dykeag
|
d05264293b
|
More reliable determination of architecture size
If available, use c99 headers and macros to determine architecture size.
|
2020-04-15 11:17:08 -04:00 |
|
Gabor Kiss-Vamosi
|
742eb4f6c8
|
fix warnings
|
2020-04-14 11:06:56 +02:00 |
|
Gabor Kiss-Vamosi
|
6563f2fa0d
|
lv_mem_free: periodically peform full defrag
|
2020-04-14 10:56:40 +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
|
ff8afc8b0c
|
makefile and test fixes
|
2020-04-06 12:15:51 +02:00 |
|
Gabor Kiss-Vamosi
|
922cc6fc52
|
sqrt speed up tests
|
2020-04-06 09:02:24 +02:00 |
|
Gabor Kiss-Vamosi
|
eb7909124e
|
add LV_LINEMETER_PRECISE to balance performance and quality
|
2020-04-02 11:54:33 +02:00 |
|
Gabor Kiss-Vamosi
|
51a096b70e
|
minor fixes
|
2020-04-02 09:48:30 +02:00 |
|
Gabor Kiss-Vamosi
|
163498e192
|
minor fixes + lv_sqrt() optmization
|
2020-04-02 09:31:38 +02:00 |
|
Gabor Kiss-Vamosi
|
f545db3117
|
minor fixes
|
2020-03-29 22:00:48 +02:00 |
|
Gabor Kiss-Vamosi
|
23c2d804f0
|
experiemnt with more accurate lv_color_mix
|
2020-03-26 08:58:16 +01:00 |
|