MiSimon
|
649a21ad86
|
Changed LV_GROUP_KEY macros to the corresponding ascii values
|
2019-01-31 01:18:04 +01:00 |
|
Gabor Kiss-Vamosi
|
d1b593be66
|
Merge pull request #775 from littlevgl/license-origin
Add note about origin of function
|
2019-01-30 17:05:50 +01:00 |
|
Gabor Kiss-Vamosi
|
3acd6c3cd0
|
lv_refr: remove unneccesary waiting for flush
|
2019-01-30 16:13:11 +01:00 |
|
Gabor Kiss-Vamosi
|
aca2a2d428
|
lv_refr: formatting
|
2019-01-30 16:07:56 +01:00 |
|
Gabor Kiss-Vamosi
|
d3dc1f8bf1
|
Merge pull request #772 from amirgon/dev-5.3
bugfix: return int not pointer
|
2019-01-30 14:09:04 +01:00 |
|
Themba D
|
a91c142b3c
|
Add note about origin of function
|
2019-01-30 07:02:03 -05:00 |
|
Gabor Kiss-Vamosi
|
fa28cee957
|
disable multi-lang related functions if USE_LV_MULTI_LANG = 0
|
2019-01-30 10:49:59 +01:00 |
|
Amir Gonnen
|
950fb33206
|
bugfix: return int not pointer
|
2019-01-29 22:06:36 +02:00 |
|
Gabor Kiss-Vamosi
|
dd41f411e6
|
lv_conf_checker.py handle prerocessor indentations (e.g. # define ...)
|
2019-01-29 10:28:48 +01:00 |
|
Gabor Kiss-Vamosi
|
92be58d1d8
|
fix to work without display
|
2019-01-29 04:58:21 +01:00 |
|
Gabor Kiss-Vamosi
|
fd1e8483a5
|
multi-lang: fix function names
|
2019-01-29 04:41:44 +01:00 |
|
Gabor Kiss-Vamosi
|
855dc44e32
|
solve warings
|
2019-01-28 16:02:11 +01:00 |
|
Gabor Kiss-Vamosi
|
9185e1c4a6
|
add GC to lv_conf_templ.h
|
2019-01-28 16:01:59 +01:00 |
|
Gabor Kiss-Vamosi
|
08007aa4d5
|
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
|
2019-01-28 15:41:08 +01:00 |
|
Gabor Kiss-Vamosi
|
3b7a468c6a
|
update lv_conf_checker.h
|
2019-01-28 15:32:50 +01:00 |
|
Gabor Kiss-Vamosi
|
fba3337925
|
Merge branch 'multi-lang' into dev-5.3
|
2019-01-28 15:32:12 +01:00 |
|
Gabor Kiss-Vamosi
|
811f3c0834
|
lv_lang: disable the whole file id USE_LV_MULTI_LANG == 0
|
2019-01-28 15:18:59 +01:00 |
|
Gabor Kiss-Vamosi
|
31d0a7f3ae
|
lv_mem: add LV_MEM_ADR to set wotk memory address externally
|
2019-01-28 15:18:59 +01:00 |
|
Brian Pugh
|
4adbdad9b3
|
Added lv_gc.c to lv_misc.mk
|
2019-01-28 15:18:59 +01:00 |
|
Gabor Kiss-Vamosi
|
120a431766
|
lv_slider: reduce bg size if knob_in = 1 too
|
2019-01-28 15:18:59 +01:00 |
|
Brian Pugh
|
9cecebfe0a
|
lv_sw.c: lv_sw_toggle_anim initial commit
|
2019-01-28 15:18:59 +01:00 |
|
Brian Pugh
|
514511c15a
|
lv_sw: lv_sw_toggle doc fix
|
2019-01-28 15:18:59 +01:00 |
|
Brian Pugh
|
610548ba3d
|
lv_sw: lv_sw_toggle initial commit
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
dd3c65df7a
|
add missing include to stdlib, needed for 'abs' function on integers
|
2019-01-28 15:18:59 +01:00 |
|
seyyah
|
195a3d3768
|
lv_canvas: add the function comments to the header file too
|
2019-01-28 15:18:59 +01:00 |
|
seyyah
|
65236ede89
|
lv_canvas: add basic drawing functionalities
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
0e8984d121
|
Fix compilation errors: comment out unused variables. cast memcpy dest since it's defined as const.
|
2019-01-28 15:18:59 +01:00 |
|
manison
|
9f84fb1749
|
replace inclusion of nonstandard header <strings.h> with standard header <string.h>
|
2019-01-28 15:18:59 +01:00 |
|
manison
|
b6046a8e23
|
allow disabling text area password char animation without needing to disable all animations
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
af3cb73fbc
|
Fixed refernce to anim_ll. LV_GC_ROOT must be used for Micropython gc support
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
c816847a3c
|
remove historic pycparser. It is here before micropython sources moved to another repository and history rewritten
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
652809d005
|
restore LV_COLOR_HEX macros and add inline functions in addition to them, not instead of them
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
8bfa8ff721
|
lv_colors.h: move OPA macros to enum, move LV_COLOR_HEX macros to inline funcs, this exposes them to Micropython. If enum member is a number (as in OPA), prefix it by underscore to create a valid python attribute. Bugfix: when returning to a struct by value, copy it first. lv_mpy.c renamed to lv_mpy_example.c since the actual lv_mpy.c should be generated by the build script automatically based on current H files and lv_conf.h
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
a6c89ee54f
|
add '_lv_' prefix to global roots
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
0935110284
|
gc: add undescore to roots, arranged lv_mem.c regarding gc defines. Added support to Symbols using the numstr technique of encoding the characters as a number in an enum. Globals: register them directly witout the need for constructor to access them. Updated example code. Updated lv_mpy.c
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
f5bd68fa77
|
Enable Micropython gc (Garbage Collection) on lvgl. This is controlled by LV_ENABLE_GC macro defined in lv_conf.h. When enabled, lv_conf.h should also define LV_MEM_CUSTOM_REALLOC, LV_MEM_CUSTOM_GET_SIZE, LV_GC_INCLUDE and LV_GC_ROOT
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
d44a618169
|
Initial revision for Mpy extension generation script
|
2019-01-28 15:18:59 +01:00 |
|
neverxie
|
ae3eca803d
|
[del] extra spaces
|
2019-01-28 15:18:59 +01:00 |
|
Themba D
|
b087c1153c
|
Merge pull request #770 from manison/patch-typo-ta-add-char
Fix typo in new line char detection
|
2019-01-28 06:57:29 -05:00 |
|
Gabor Kiss-Vamosi
|
e12a8b06f0
|
lv_img_set_src_id fix
|
2019-01-28 09:17:22 +01:00 |
|
manison
|
fce445e464
|
lv_ta: fixes typo in new line char detection
|
2019-01-28 08:55:57 +01:00 |
|
Gabor Kiss-Vamosi
|
5bb66ef268
|
Merge pull request #769 from joltwallet/square_knob
lv_slider: make knob a perfect square (fix 1 pixel error)
|
2019-01-28 06:33:13 +01:00 |
|
Gabor Kiss-Vamosi
|
eca9245382
|
lv_mem: add LV_MEM_ADR to set wotk memory address externally
|
2019-01-28 06:09:06 +01:00 |
|
Brian Pugh
|
aaa969dc8a
|
lv_slider: make knob a perfect square (fix 1 pixel error)
|
2019-01-27 16:28:55 -08:00 |
|
Themba D
|
28414505bc
|
Merge pull request #767 from joltwallet/lv_gc_mk
Added lv_gc.c to lv_misc.mk
|
2019-01-27 17:58:56 -05:00 |
|
Brian Pugh
|
ac8ce1f643
|
Added lv_gc.c to lv_misc.mk
|
2019-01-27 12:30:25 -08:00 |
|
Gabor Kiss-Vamosi
|
5ed73c1918
|
lv_slider: reduce bg size if knob_in = 1 too
|
2019-01-27 07:16:24 +01:00 |
|
Themba D
|
79e973bfeb
|
Merge pull request #762 from joltwallet/sw_toggle
Add lv_sw_toggle() and lv_sw_toggle_anim()
|
2019-01-26 15:29:32 -05:00 |
|
Brian Pugh
|
64c87e0e4a
|
lv_sw.c: lv_sw_toggle_anim initial commit
|
2019-01-25 20:17:43 -08:00 |
|
Brian Pugh
|
6af285adb8
|
lv_sw: lv_sw_toggle doc fix
|
2019-01-25 17:42:08 -08:00 |
|