manison
|
a89fc9460b
|
replace inclusion of nonstandard header <strings.h> with standard header <string.h>
|
2019-01-24 16:36:13 +01:00 |
|
manison
|
fd2e78965c
|
allow disabling text area password char animation without needing to disable all animations
|
2019-01-24 16:16:19 +01:00 |
|
Amir Gonnen
|
10f3928169
|
Fixed refernce to anim_ll. LV_GC_ROOT must be used for Micropython gc support
|
2019-01-24 00:51:46 +02:00 |
|
Amir Gonnen
|
bf01817ab8
|
remove historic pycparser. It is here before micropython sources moved to another repository and history rewritten
|
2019-01-24 00:17:37 +02:00 |
|
Amir Gonnen
|
b58e526a0b
|
restore LV_COLOR_HEX macros and add inline functions in addition to them, not instead of them
|
2019-01-24 00:17:37 +02:00 |
|
Amir Gonnen
|
fe479fe261
|
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-24 00:17:37 +02:00 |
|
Amir Gonnen
|
473c2276dd
|
add '_lv_' prefix to global roots
|
2019-01-24 00:14:33 +02:00 |
|
Amir Gonnen
|
1e8ea6b15b
|
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-24 00:14:33 +02:00 |
|
Amir Gonnen
|
a883f0b39a
|
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-24 00:14:33 +02:00 |
|
Amir Gonnen
|
848939683e
|
Initial revision for Mpy extension generation script
|
2019-01-24 00:14:33 +02:00 |
|
Gabor Kiss-Vamosi
|
6cd62851bb
|
lv_img multi lang fixes
|
2019-01-23 15:24:56 +01:00 |
|
Gabor Kiss-Vamosi
|
97b9fce748
|
lv_img: add multi language support
|
2019-01-23 15:07:22 +01:00 |
|
Gabor Kiss-Vamosi
|
c18be9809d
|
Merge branch 'dev-5.3' into mixed
|
2019-01-23 14:44:18 +01:00 |
|
Gabor Kiss-Vamosi
|
68a860b958
|
lv_lang: minor fixes
|
2019-01-23 12:30:50 +01:00 |
|
Gabor Kiss-Vamosi
|
a6ead395a0
|
lv_lang: minor fixes
|
2019-01-23 12:30:10 +01:00 |
|
Gabor Kiss-Vamosi
|
e0fe252b90
|
lv_lang: add const return value to the get text function
|
2019-01-23 12:29:10 +01:00 |
|
Gabor Kiss-Vamosi
|
0a673294c8
|
add lv_lang.h to lvgl.h
|
2019-01-23 12:27:54 +01:00 |
|
Gabor Kiss-Vamosi
|
15d08b6692
|
multi_lang rework: use separate arrays for each language
|
2019-01-23 12:25:33 +01:00 |
|
Gabor Kiss-Vamosi
|
b500f0c8f3
|
lv_porting fixes
|
2019-01-23 12:25:33 +01:00 |
|
Gabor Kiss-Vamosi
|
5c33fb67e5
|
Merge pull request #748 from neverxie/master
[delete] extra spaces
|
2019-01-23 09:36:35 +01:00 |
|
neverxie
|
50dc23f42c
|
[del] extra spaces
|
2019-01-23 13:53:22 +08:00 |
|
Gabor Kiss-Vamosi
|
10b86cea37
|
lv_anim: add ease_in/out path
|
2019-01-22 15:52:47 +01:00 |
|
Gabor Kiss-Vamosi
|
7c6d92ec10
|
Merge pull request #744 from manison/patch-dont-redefine-msvcrt-symbols
don't redefine _CRT_SECURE_NO_WARNINGS symbol if already defined
|
2019-01-22 13:16:12 +01:00 |
|
manison
|
4a39e2b731
|
don't redefine _CRT_SECURE_NO_WARNINGS symbol if already defined
|
2019-01-22 10:31:36 +01:00 |
|
Gabor Kiss-Vamosi
|
ce94a1ad5b
|
editorconfig: remove duplicated insert_final_newline
|
2019-01-21 07:04:44 +01:00 |
|
Gabor Kiss-Vamosi
|
264f630467
|
lv_canvas: fix typo
|
2019-01-20 21:37:56 +01:00 |
|
Themba Dube
|
9711cf9d9a
|
Merge remote-tracking branch 'origin/master' into dev-5.3
|
2019-01-20 06:52:10 -05:00 |
|
Gabor Kiss-Vamosi
|
a005c62d17
|
add .editorconfig
|
2019-01-18 06:59:16 +01:00 |
|
Gabor Kiss-Vamosi
|
7b193a40ef
|
add lv_canvas_mult_buf
|
2019-01-17 16:24:01 +01:00 |
|
Gabor Kiss-Vamosi
|
6718decbb7
|
Update README.md
|
2019-01-17 12:18:09 +01:00 |
|
Gabor Kiss-Vamosi
|
87e262f27a
|
lv_porting fixes
|
2019-01-16 17:50:57 +01:00 |
|
Gabor Kiss-Vamosi
|
a7207af953
|
multi_lang: rename functions
|
2019-01-16 10:01:27 +01:00 |
|
Gabor Kiss-Vamosi
|
d0f42c26cc
|
add multi language support system + lv_label_set_text_multi
|
2019-01-16 09:57:07 +01:00 |
|
Gabor Kiss-Vamosi
|
6d449962ff
|
lv_canvas: lv_canvas_copy_to_buf
|
2019-01-16 08:37:18 +01:00 |
|
Gabor Kiss-Vamosi
|
8ddc9f21fe
|
Set LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN default value to 1 to avoide warnings
|
2019-01-15 15:36:35 +01:00 |
|
Gabor Kiss-Vamosi
|
3ab541949f
|
add lv_canvas.c/h files
|
2019-01-14 19:39:21 +01:00 |
|
Themba D
|
b9e61de4d2
|
Merge pull request #724 from turoksama/dev-5.3
Fix an error in get_row_height.
|
2019-01-14 10:56:02 -05:00 |
|
Samuel
|
38d0e5b6e7
|
Fix an error in get_row_height.
Fix get_row_height error.
|
2019-01-14 23:38:28 +08:00 |
|
Gabor Kiss-Vamosi
|
bb4b37c6b3
|
add new object type: lv_ canvas
|
2019-01-14 16:03:40 +01:00 |
|
Gabor Kiss-Vamosi
|
6f12166af2
|
lv_task_handler: revert the addition of return value. See: #708
|
2019-01-14 15:21:04 +01:00 |
|
Gabor Kiss-Vamosi
|
eec348132f
|
turn LV_OPA_.. defines to enum
|
2019-01-14 15:08:54 +01:00 |
|
Gabor Kiss-Vamosi
|
623fc13407
|
lv_table: minor fix for cell_crop
|
2019-01-14 07:13:09 +01:00 |
|
Themba Dube
|
a3f50c61f9
|
Merge branch 'master' into dev-5.3
|
2019-01-13 08:40:59 -05:00 |
|
Themba Dube
|
da01b4dd31
|
Change 'issue' to 'issue or pull request' in stale.yml
|
2019-01-13 08:40:38 -05:00 |
|
Themba D
|
ae0ceee8f6
|
Merge pull request #723 from joltwallet/lv_list_get_btn_index
Get btn index without providing list object
|
2019-01-13 08:30:09 -05:00 |
|
Gabor Kiss-Vamosi
|
088936e7f8
|
add return value to lv_task_handler. resolves #708
|
2019-01-13 07:46:12 +01:00 |
|
Gabor Kiss-Vamosi
|
d76b9c5b17
|
Merge pull request #721 from joltwallet/long_word_wrap2
Break long words immediately if word is longer than wrap width 2
|
2019-01-13 06:20:34 +01:00 |
|
Gabor Kiss-Vamosi
|
645eeae16c
|
update lv_porting with file system examples
|
2019-01-13 05:28:42 +01:00 |
|
Brian Pugh
|
84bcf11d57
|
retabbed
|
2019-01-12 14:28:20 -08:00 |
|
Themba D
|
6d8b8a878d
|
Fix documentation links in CONTRIBUTING.md
|
2019-01-12 17:21:28 -05:00 |
|