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
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
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
Gabor Kiss-Vamosi
16e3c28f87
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-21 11:36:15 +02:00
Gabor Kiss-Vamosi
b3a8fb9650
minor renames and fixes
2020-04-21 11:36:05 +02:00
Gabor Kiss-Vamosi
8546de4f59
Merge pull request #1465 from xennex22/cpicker-fix
...
Fixed rect draw when wider then 360 pixels
2020-04-20 15:04:20 +02:00
Gabor Kiss-Vamosi
f1058bbfe0
remove file created when merging master
2020-04-20 14:52:10 +02:00
Gabor Kiss-Vamosi
44f2ca17fd
add comments to GPU DMA2D functions
2020-04-20 14:36:35 +02:00
Gabor Kiss-Vamosi
d203c386b4
fix build error
2020-04-20 14:24:45 +02:00
Gabor Kiss-Vamosi
1995f6d58e
merge master
2020-04-20 14:23:14 +02:00
xennex22
4767e168b5
Fixed rect draw when wider then 360 pixels
2020-04-19 15:41:44 -07:00
Gabor Kiss-Vamosi
cdf3628682
label: fix LV_LABEL_LONG_DOT
2020-04-19 22:44:45 +02:00
Gabor Kiss-Vamosi
101470488b
label: clip text to the real area while drawing (respect padding)
2020-04-19 22:28:49 +02:00
Gabor Kiss-Vamosi
a5acbbe827
minor fixes
2020-04-18 21:36:19 +02:00
Gabor Kiss-Vamosi
50975c6140
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-18 21:26:49 +02:00
Gabor Kiss-Vamosi
b7cb6f9995
speed up lv_list_add_btn
2020-04-18 21:17:48 +02:00
embeddedt
40595e4052
Fix #1460 : incorrect type name for C++ macro
2020-04-17 21:03:19 -04:00
embeddedt
e6f817e545
Fix swapped comments in lv_slider.h
2020-04-17 09:06:39 -04: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
embeddedt
a1e8fd578f
lv_tabview: respect tab button's inactive state
2020-04-17 08:10:31 -04:00
Gabor Kiss-Vamosi
f06038b9c8
fix build error after renames
2020-04-17 13:37:03 +02:00
Gabor Kiss-Vamosi
0ad596ecd6
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-17 13:34:45 +02:00
Gabor Kiss-Vamosi
5007e52fb6
minor renames for Micropython binding
2020-04-17 13:34:27 +02:00
小米-黄齐
9916253a6e
Fix build warnings ( #1457 )
...
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Change-Id: Iab6b1c9d64a865b16b6e39ddeaf7d7295ef74060
Co-authored-by: Huang Qi <huangqi3@xiaomi.com>
2020-04-17 07:20:40 -04: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
bd7c0ad261
fix include path in lv_font_ap_18.c
2020-04-17 11:38:36 +02:00
Gabor Kiss-Vamosi
f56b43d019
update makefile and fix warnings
2020-04-17 10:44:24 +02:00
Gabor Kiss-Vamosi
ef20067cff
add LV_USE_ARABIC_PERSIAN_CHARS to lv_conf_templ.h
2020-04-17 10:34:12 +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
23368fa704
draw_img: blend argb images directly with DMA2D in trivial cases
2020-04-16 16:37:02 +02:00
Gabor Kiss-Vamosi
6f87d29ac7
more dma2d to a separate file
2020-04-16 16:12:35 +02:00
Gabor Kiss-Vamosi
f6ae49d29c
minor fixes
2020-04-16 11:13:59 +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
e54478343e
merge master
2020-04-14 14:57:04 +02:00