Gabor Kiss-Vamosi
58d375bc93
fix typo: LV_SIGNAL_CONTROLL -> LV_SIGNAL_CONTROL
2019-03-19 07:15:00 +01:00
Gabor Kiss-Vamosi
ee04c41da8
feat(event): add LV_EVENT_SELECTED, event data paramter and update lv_btnm API
2019-03-19 06:30:05 +01:00
Gabor Kiss-Vamosi
4d8ec83866
fix(event): in lv_obj_del get the focused obj before removing the obj from the group
...
fix #946
2019-03-19 03:45:10 +01:00
Gabor Kiss-Vamosi
1927376fe5
move lv_utils to src/lv_misc
2019-03-18 16:17:32 +01:00
Gabor Kiss-Vamosi
627383fd0d
draw triangle opa_scale fixes
2019-03-18 16:16:52 +01:00
Gabor Kiss-Vamosi
02689fceab
solve conflicts
2019-03-18 16:09:52 +01:00
Gabor Kiss-Vamosi
615186c5d6
lv_kb: fix typo
2019-03-18 16:02:53 +01:00
Gabor Kiss-Vamosi
795f5772b6
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-18 15:59:46 +01:00
Gabor Kiss-Vamosi
4dabad3d6e
add lv_conf_template.h to root and rename template folder to porting
2019-03-18 15:59:20 +01:00
Gabor Kiss-Vamosi
7560f01745
Merge pull request #959 from littlevgl/res_max
...
Fix remaining instances of LV_HOR_RES/LV_VER_RES in drawing code.
2019-03-18 15:08:11 +01:00
embeddedt
9f37a9803d
Merge pull request #958 from manison/patch/fix-function-name-typo
...
Fix function name typo in btnm
2019-03-18 09:01:10 -04:00
Themba Dube
7af6818897
Fix remaining instances of LV_HOR_RES/LV_VER_RES in drawing code.
...
Based on #957 .
2019-03-18 08:58:10 -04:00
embeddedt
d965db9fe6
Merge pull request #957 from manison/patch/fix-vla-compile-error
...
Fix error on compiler without VLA support
2019-03-18 08:56:48 -04:00
manison
cc8119d0a7
lv_btnm: fix function name typo
2019-03-18 10:50:54 +01:00
Gabor Kiss-Vamosi
fd26209b16
Merge pull request #952 from amirgon/dev-6.0
...
Dev 6.0 fixes
2019-03-18 09:46:59 +01:00
Amir Gonnen
a9f807ac99
removed commented out function declarations
2019-03-18 10:00:09 +02:00
manison
53b720cff7
fix error on compiler without VLA support
2019-03-18 08:30:49 +01:00
Mario Rubio Gómez
9f29289afd
Added lv_utils and moved functions "bsearch & num_to_str".
2019-03-18 07:25:20 +01:00
Gabor Kiss-Vamosi
abfdfd1b20
rename lv_conf_templ.h to lv_conf_template.h
2019-03-18 05:23:15 +01:00
Gabor Kiss-Vamosi
3198340451
create template fodler
2019-03-18 05:22:06 +01:00
Amir Gonnen
85442c25c0
commented out functions without definition
...
Functions that are declared but not defined will cause the micropython build to fail, since it would assume, from file header, that these functions are available and will try to call them (linker error)
2019-03-18 01:27:06 +02:00
Amir Gonnen
b222fa3744
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-18 01:04:34 +02:00
Amir Gonnen
fc5f86d696
Fixed gc issues
...
LV_GC_INCLUDE must be included where LV_GC_ROOT is used
pointer to LV_GV_ROOT must come before LV_GC_ROOT macro
2019-03-18 01:04:20 +02:00
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00
Gabor Kiss-Vamosi
2db846d5e0
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-17 07:59:43 +01:00
Gabor Kiss-Vamosi
efd647f853
lv_indev_get_key fixes
2019-03-17 07:59:38 +01:00
Gabor Kiss-Vamosi
03b7bb72ea
Merge pull request #939 from eeshiken/patch-1
...
Remove inline functions which prevent compile
2019-03-17 07:46:21 +01:00
Gabor Kiss-Vamosi
0ab28f623c
replace color macros with functions
2019-03-17 07:44:48 +01:00
Gabor Kiss-Vamosi
3964f3b843
Merge branch 'patch-1' of https://github.com/eeshiken/lvgl into eeshiken-patch-1
2019-03-17 07:36:30 +01:00
Gabor Kiss-Vamosi
80738425f6
Merge pull request #943 from ali-rostami/master
...
adding area chart
2019-03-17 05:27:16 +01:00
Gabor Kiss-Vamosi
5916f1f5c4
lv_chart: minor fixes
2019-03-17 05:23:43 +01:00
Gabor Kiss-Vamosi
d7b3aeba66
add opa_scale to lv_draw_triangle
2019-03-17 05:22:25 +01:00
Gabor Kiss-Vamosi
de9119a27d
Merge branch 'dev-6.0' into ali-rostami-master
2019-03-17 05:12:06 +01:00
Gabor Kiss-Vamosi
96f227e7e1
lv_roller.h: add missing declaration
2019-03-17 05:07:16 +01:00
Gabor Kiss-Vamosi
87117be081
Merge branch 'master' of https://github.com/ali-rostami/lvgl into ali-rostami-master
2019-03-17 05:06:49 +01:00
Gabor Kiss-Vamosi
6d1be4cc11
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-17 04:55:36 +01:00
Gabor Kiss-Vamosi
9c499bdeae
lv_btnm: fix crash
2019-03-17 04:55:18 +01:00
Gabor Kiss-Vamosi
dc7ba94b06
Merge pull request #948 from littlevgl/fix_c99_errors
...
Fix remaining C99 errors
2019-03-17 04:51:19 +01:00
Gabor Kiss-Vamosi
855832b574
lv_roller: add infinite option
2019-03-17 04:32:37 +01:00
Themba Dube
240744f9c9
Silence another pedantic warning
2019-03-16 08:58:52 -04:00
Ali Rostami
a624019943
changed LL_READ_BACK call to LV_LL_READ_BACK
...
as we don't have `LL_READ_BACK` function anymore. I changed it to `LV_LL_READ_BACK`.
2019-03-16 09:03:50 +03:30
Themba Dube
edb58cc61b
Name unnamed structs and remove duplicated semicolons
2019-03-15 19:41:54 -04:00
Gabor Kiss-Vamosi
1e763e6c5e
roller, ddlist: minor fixes
2019-03-15 22:51:49 +01:00
Gabor Kiss-Vamosi
51824b4316
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-15 22:19:41 +01:00
Gabor Kiss-Vamosi
92149e11a6
update tehemes with new padding
2019-03-15 22:19:21 +01:00
Elvis Eshikena
5e41a28dcf
Add inline functions to replace LV_COLOR_MAKE
2019-03-15 11:48:31 -07:00
embeddedt
2819b30716
Merge pull request #944 from manison/patch/remove-include
...
Remove unnecessary #include
2019-03-15 08:17:49 -04:00
manison
43371a4980
remove unnecessary #include
2019-03-15 11:41:52 +01:00
Gabor Kiss-Vamosi
8264492f87
minor fixes
2019-03-15 10:18:48 +01:00
Gabor Kiss-Vamosi
abf8cbfb92
Merge branch 'dev-6.0' into padding
2019-03-15 07:28:04 +01:00