Amir Gonnen
cea9d7be36
Remove unused function declaration ( #1482 )
2020-04-29 18:19:50 -04:00
Gabor Kiss-Vamosi
bf034dc511
add LV_THEME_DEFAULT_INCLUDE to lv_conf.h
2020-04-29 10:37:12 +02:00
Gabor Kiss-Vamosi
52edcfece9
rename lv_tabview_clean to lv_tabview_clean_tab
2020-04-29 10:31:51 +02:00
Gabor Kiss-Vamosi
36934dcbbc
btnmatrix: find the nearest button if clicked between buttons
...
https://forum.littlevgl.com/t/how-to-ignore-clicks-on-button-matrix-background-panel-which-cause-null-button-text/2158
2020-04-29 10:25:24 +02:00
Gabor Kiss-Vamosi
db2792d6d2
upade makefile fixes
2020-04-29 09:03:40 +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
f9cde8e034
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-29 08:30:40 +02:00
Gabor Kiss-Vamosi
31198d52fb
remove unused functions declarations
2020-04-29 08:29:45 +02:00
Amir Gonnen
9b0fd97587
Small fixes required for Micropython binding ( #1479 )
2020-04-28 19:25:39 -04:00
Gabor Kiss-Vamosi
ed318039d2
add CJK built-in font
2020-04-28 22:10:19 +02:00
Gabor Kiss-Vamosi
f14c387de3
minor api renames: set/get_static_text/options -> set/get_text/options_static
2020-04-28 21:07:10 +02:00
Gabor Kiss-Vamosi
1245411328
fix warning in themes
2020-04-28 20:51:18 +02:00
Gabor Kiss-Vamosi
a54d6a1752
DMA2D: invalidate cache only if enabled
2020-04-28 14:39:02 +02:00
Gabor Kiss-Vamosi
843fa5e304
DMA2D fix with 16 bit color depth
2020-04-27 21:07:15 +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
ef0bd78d02
fix warnings
2020-04-27 13:16:35 +02:00
Gabor Kiss-Vamosi
e78fa9a7d1
optimize font decompression writer
2020-04-27 12:57:26 +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
930332ed99
indev: fix possible null pointer dereference
2020-04-26 10:18:49 +02:00
Gabor Kiss-Vamosi
9fe050dcb9
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-25 16:05:20 +02:00
Gabor Kiss-Vamosi
28d2f8b223
material theme: fix tileview edge flash
2020-04-25 16:05:09 +02:00
embeddedt
ac1680c53f
Fix #1472 : Ignore DISABLED state when counting button states
2020-04-24 20:24:34 -04:00
Gabor Kiss-Vamosi
15e064f4af
fix conflict
2020-04-24 22:05:00 +02:00
Gabor Kiss-Vamosi
660d0d6000
minor fixes
2020-04-24 22:02:24 +02:00
Gabor Kiss-Vamosi
13dd42fd0b
attempt to fix random freeze
2020-04-24 22:01:22 +02:00
Gabor Kiss-Vamosi
4502d7a879
fix build error
2020-04-24 20:51:11 +02:00
Gabor Kiss-Vamosi
36b05f5d1f
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-24 20:43:57 +02:00
Gabor Kiss-Vamosi
acd8b8c17f
optimize table drawing by buffering row heights
2020-04-24 20:43:46 +02:00
Gabor Kiss-Vamosi
a98dab0171
optmize edge flash animation
2020-04-24 20:33:51 +02:00
Gabor Kiss-Vamosi
05813bb6e4
Merge pull request #1470 from xennex22/dev-7.0
...
Fixed compiler warnings and errors
2020-04-24 19:33:43 +02:00
xennex22
e27ad279ba
Removed const from function parameter
2020-04-24 08:50:06 -07:00
xennex22
eb3287a75c
Removed const from function parameter
...
Otherwise an error is generated with some compilers. Passing a const parameter is the right way to do it, but all the obj and widget functions would need to be updated.
2020-04-24 08:49:37 -07:00
xennex22
31b5772028
Cast void pointers
...
C++ compilers will warn otherwise
2020-04-24 08:43:29 -07:00
xennex22
01630fcf57
Merge pull request #10 from littlevgl/dev-7.0
...
Dev 7.0
2020-04-24 08:38:38 -07:00
Gabor Kiss-Vamosi
d4384829c6
fix the addition of pressed and focused states
2020-04-24 12:34:17 +02:00
Gabor Kiss-Vamosi
5f528d53f1
dma2d fixes
2020-04-24 12:08:33 +02:00
Gabor Kiss-Vamosi
d98362a60d
add disp_drv->wait_cb
2020-04-24 11:52:31 +02:00
Gabor Kiss-Vamosi
68f93723df
modify display size limits
2020-04-24 11:32:38 +02:00
Gabor Kiss-Vamosi
c7da9ccd2c
fix makefile
2020-04-23 20:51:23 +02:00
Gabor Kiss-Vamosi
f5ad2b3e14
uddate display size limit in lv_conf_templ.h
2020-04-23 20:39:47 +02:00
Gabor Kiss-Vamosi
97adb25879
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-23 15:45:21 +02: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
c149e5de54
fixes for encoder usage
2020-04-23 09:50:50 +02:00
xennex22
232bbc5270
Merge pull request #7 from littlevgl/dev-7.0
...
Dev 7.0
2020-04-22 08:12:53 -07:00
Gabor Kiss-Vamosi
88d5111994
Merge pull request #1468 from littlevgl/embeddedt-patch-2
...
Fix #1467 : check whether object type is not NULL
2020-04-22 16:16:36 +02:00
embeddedt
d9f82dab53
Fix #1467 : check whether object type is not NULL
2020-04-22 10:10:57 -04:00
Gabor Kiss-Vamosi
c340a7b580
minor fixes
2020-04-21 22:21:42 +02:00
Gabor Kiss-Vamosi
e31ac20d00
btn: allow disable state for ever "normal" state
2020-04-21 22:11:20 +02:00