Gabor Kiss-Vamosi
615186c5d6
lv_kb: fix typo
2019-03-18 16:02:53 +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
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
Ali Rostami
b84358dc7f
add invalid functions for new data lines
...
when we want to add set data by `lv_chart_set_next` to a chart in `LV_CHART_MODE_CIRCULAR` mode we don't need to invalidate the whole chart object so these functions are added to just invalidate the added data area.
2019-03-17 16:38:02 +03:30
Ali Rostami
6c1152ed0c
add update_mode to lv_chart_ext_t struct
2019-03-17 16:23:08 +03:30
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00