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 |
|
Gabor Kiss-Vamosi
|
10cd99df5b
|
lv_color_mix_with_alpha: minor fix
|
2020-03-25 16:15:03 +01:00 |
|
Gabor Kiss-Vamosi
|
29bf244e89
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-03-24 20:14:50 +01:00 |
|
Gabor Kiss-Vamosi
|
f4ececf7c7
|
add lv_anim_get
|
2020-03-24 20:14:19 +01:00 |
|
Gabor Kiss-Vamosi
|
d481960808
|
Merge pull request #1412 from xennex22/dev-7.0
Add gauge value formatting function
|
2020-03-24 19:34:23 +01:00 |
|
Gabor Kiss-Vamosi
|
bb0c5a968c
|
run formatter
|
2020-03-24 10:13:52 +01:00 |
|
Gabor Kiss-Vamosi
|
ca6c6c6fcc
|
fix warning
|
2020-03-24 09:05:46 +01:00 |
|
Gabor Kiss-Vamosi
|
1a94e82834
|
add LV_TXT_FLAG_FIT to skip some text widrth calculations
|
2020-03-24 08:46:28 +01:00 |
|
Gabor Kiss-Vamosi
|
49b0751dc8
|
optimize
|
2020-03-24 08:22:41 +01:00 |
|
Gabor Kiss-Vamosi
|
68b31008b7
|
table: automatically expand row_cnt as needed
|
2020-03-23 09:25:04 +01:00 |
|
xennex22
|
7c3e20af49
|
Added includes
|
2020-03-20 15:30:51 -07:00 |
|
xennex22
|
d3127af4c7
|
Fixed function comment
|
2020-03-20 15:28:11 -07:00 |
|
xennex22
|
cc8667482f
|
Added lv_utils_set_decimal_separator
|
2020-03-20 15:26:43 -07:00 |
|
xennex22
|
41117ac0a9
|
Added lv_utils_set_decimal_separator
|
2020-03-20 15:24:17 -07:00 |
|
Gabor Kiss-Vamosi
|
9abe6b89cc
|
optimize lv_memcpy and lv_memset_...
|
2020-03-20 21:52:53 +01:00 |
|
Gabor Kiss-Vamosi
|
786e151661
|
lv_memcpy: fix according to #1413
|
2020-03-20 10:52:48 +01:00 |
|
Gabor Kiss-Vamosi
|
3e5275708e
|
add custom memset and optimize masked belnding
|
2020-03-20 10:35:50 +01:00 |
|
Gabor Kiss-Vamosi
|
3ed8aa86e6
|
lv_memcpy: minor optimization
|
2020-03-19 20:45:26 +01:00 |
|
Gabor Kiss-Vamosi
|
3ee8763838
|
blending a color mixing speed up
|
2020-03-19 15:29:03 +01:00 |
|
Gabor Kiss-Vamosi
|
dd17e7c9b2
|
add lv_memcpy.c/h (faster then gcc memcpy)
|
2020-03-19 15:27:45 +01:00 |
|
Gabor Kiss-Vamosi
|
f4bca3889f
|
add lv_color_mix_premult
|
2020-03-19 15:26:55 +01:00 |
|
xennex22
|
61e296dc2a
|
Remove locale reference
|
2020-03-17 04:27:56 -07:00 |
|
xennex22
|
9e1c261eb0
|
Added lv_utils_num_to_str_fixed
|
2020-03-17 04:12:26 -07:00 |
|
xennex22
|
546909c1d2
|
Added lv_utils_num_to_str_fixed
|
2020-03-17 04:10:42 -07:00 |
|
hamidrm
|
95cad47068
|
Add Arabic & Persian letters in the RTL range
|
2020-03-14 22:53:59 +03:30 |
|
hamidrm
|
fe28c947c4
|
Arabic and Persian text support
|
2020-03-14 21:43:09 +03:30 |
|
Gabor Kiss-Vamosi
|
27e6525a7a
|
add __func__ to log messages
|
2020-03-10 20:55:44 +01:00 |
|
Gabor Kiss-Vamosi
|
5ad1cb76c2
|
increase animation task priority
|
2020-03-10 11:59:51 +01:00 |
|
Gabor Kiss-Vamosi
|
dc4e643f62
|
style refresh optimizations
|
2020-03-10 10:41:48 +01:00 |
|
Gabor Kiss-Vamosi
|
498f050262
|
fix warnings
|
2020-03-10 08:34:07 +01:00 |
|
embeddedt
|
c513977559
|
Fix #1400: divide-by-zero error in lv_mem_monitor
|
2020-03-04 18:10:45 -05:00 |
|
Gabor Kiss-Vamosi
|
2f44d9045b
|
run formatter
|
2020-03-03 15:37:13 +01:00 |
|
Gabor Kiss-Vamosi
|
41907f9f3c
|
run astyle code formatter
|
2020-02-26 19:48:27 +01:00 |
|
Gabor Kiss-Vamosi
|
d7c59c3158
|
Merge branch 'master' into dev-7.0
|
2020-02-25 15:33:58 +01:00 |
|
Gabor Kiss-Vamosi
|
16ed5c605a
|
run cppcheck and fix issues
|
2020-02-25 15:32:35 +01:00 |
|