Gabor Kiss-Vamosi
|
673892cd80
|
multi-disp: unique VDB to displays
|
2019-02-13 01:40:22 +01:00 |
|
Gabor Kiss-Vamosi
|
b15ffa3d89
|
multi-disp: add unique inv_buf to each display
|
2019-02-12 15:38:13 +01:00 |
|
Gabor Kiss-Vamosi
|
8c4e4c3861
|
multi-disp: refresh multiple displays
|
2019-02-12 12:21:34 +01:00 |
|
Gabor Kiss-Vamosi
|
5b92b4d01b
|
move basic descriptors to lv_disp_t
|
2019-02-10 11:06:47 +01:00 |
|
embeddedt
|
1c67d07dc3
|
Move setting of _lv_initialized and correct formatting
Set _lv_initialized at the end of lv_init.
Correct formatting of "if" statement to be consistent with the rest of the library.
|
2019-02-07 17:57:06 -05:00 |
|
Amir Gonnen
|
e72589c6d4
|
Prevent crash when lv_init is called more than once. After the first call, it will do nothing.
|
2019-02-08 00:03:16 +02:00 |
|
Gabor Kiss-Vamosi
|
e2e6479fb0
|
multi_disp: add dynamic hor/ver res
|
2019-02-07 19:17:10 +01:00 |
|
Gabor Kiss-Vamosi
|
dd5f66e125
|
inialize _lv_indev_list adn _lv_disp_list in lv_init
|
2019-01-31 00:25:15 +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 |
|
neverxie
|
ae3eca803d
|
[del] extra spaces
|
2019-01-28 15:18:59 +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
|
d0f42c26cc
|
add multi language support system + lv_label_set_text_multi
|
2019-01-16 09:57:07 +01:00 |
|
Brian Pugh
|
239ed85889
|
Remove from group before deleting children
|
2019-01-06 11:25:10 -08:00 |
|
Gabor Kiss-Vamosi
|
639edca434
|
fix incosistent function parameter names. See #681
|
2019-01-01 01:32:16 +01:00 |
|
Gabor Kiss-Vamosi
|
67972f787b
|
Merge pull request #673 from ErichStyger/master
Several typo and spelling fixes
|
2018-12-26 23:38:57 +01:00 |
|
Erich Styger
|
2bfcce40e2
|
typo and spelling fixes in comments
|
2018-12-26 07:58:06 +01:00 |
|
Gabor Kiss-Vamosi
|
391fda7ba6
|
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
|
2018-12-21 14:35:40 +01:00 |
|
Gabor Kiss-Vamosi
|
19a5f5cd54
|
minor fixes
|
2018-12-21 14:35:25 +01:00 |
|
Gabor Kiss-Vamosi
|
e5f449e74f
|
indev feedback: update signal names
|
2018-12-17 14:54:12 +01:00 |
|
Themba Dube
|
4c0cd82d9c
|
Initial lv_indev_set_feedback support
|
2018-12-16 20:16:48 -05:00 |
|
Gabor Kiss-Vamosi
|
f30f3ea8ed
|
realign: fix warnings
|
2018-11-23 11:35:13 +01:00 |
|
Gabor Kiss-Vamosi
|
ce1a1f749a
|
realign: fix typo
|
2018-11-22 15:19:22 +01:00 |
|
Gabor Kiss-Vamosi
|
d797d10376
|
add realign feature
|
2018-11-22 14:59:38 +01:00 |
|
Gabor Kiss-Vamosi
|
4007834f15
|
minor fixes
|
2018-11-11 19:56:30 +01:00 |
|
Carlos
|
fbf44f1991
|
Fixes all functions reported in #513 and add a missing semicolon in #531
|
2018-11-05 22:21:20 -06:00 |
|
Gabor Kiss-Vamosi
|
4751cb16c9
|
minor fixes
|
2018-10-17 11:27:31 +02:00 |
|
Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
Gabor Kiss-Vamosi
|
b9a295afaf
|
report_style_mod_core bugfix
|
2018-09-05 11:42:18 +02:00 |
|
Gabor Kiss-Vamosi
|
fe7971759c
|
fix typo (#382)
|
2018-08-28 08:04:42 +02:00 |
|
Gabor Kiss-Vamosi
|
8e0dc2055f
|
lv_obj_Set_style: bugfux
|
2018-08-26 17:04:10 +02:00 |
|
Gabor Kiss-Vamosi
|
507235a681
|
minor formatting
|
2018-08-15 12:36:35 +02:00 |
|
Gabor Kiss-Vamosi
|
e96bbdd31a
|
lv_obj_set_parent: test input paramters
|
2018-08-15 12:33:11 +02:00 |
|
Gabor Kiss-Vamosi
|
390ef3b2ba
|
add 'const' in lv_obj_align
|
2018-07-30 06:57:58 +02:00 |
|
Gabor Kiss-Vamosi
|
c2712963d6
|
merge beta
|
2018-07-30 06:56:31 +02:00 |
|
Gabor Kiss-Vamosi
|
769c7b28ff
|
add 'const' attribute to pointer where possible
|
2018-07-30 06:52:29 +02:00 |
|
Gabor Kiss-Vamosi
|
678cbdc23d
|
improve logging
|
2018-07-25 20:39:24 +02:00 |
|
Gabor Kiss-Vamosi
|
2d5fa3b9dc
|
remove LV_TXT_FLAG_NO_BREAK. Text area in one line mode handle's it in its own
|
2018-07-25 19:36:53 +02:00 |
|
Gabor Kiss-Vamosi
|
2e17562e51
|
add lv_mem_assert to memory allocations
|
2018-07-25 13:33:53 +02:00 |
|
Gabor Kiss-Vamosi
|
1fa77fa5d7
|
lv_obj: apply theme on non-screen base objects too
|
2018-07-22 22:34:28 +02:00 |
|
Gabor Kiss-Vamosi
|
8005f1bb28
|
merge beta
|
2018-07-18 23:19:45 +02:00 |
|
Gabor Kiss-Vamosi
|
edf94bf1b2
|
rename lv_area_union to lv_area_intersect
|
2018-07-17 16:40:52 +02:00 |
|
Gabor Kiss-Vamosi
|
fecc974ade
|
lv_group: click_focus improvements
|
2018-07-13 00:37:28 +02:00 |
|
Gabor Kiss-Vamosi
|
c4eaa1359d
|
add log interface (lv_log) but still there are no log messages added
|
2018-07-07 08:54:40 +02:00 |
|
Gabor Kiss-Vamosi
|
383ce0599e
|
format with astyler
|
2018-06-19 09:49:58 +02:00 |
|
Gabor Kiss-Vamosi
|
dc918930ab
|
merge beta
|
2018-06-19 09:06:49 +02:00 |
|
Alexander
|
8e9335d49f
|
Formatting all source file (*.c) in accordance with project coding style, using the astyle tool and the rules file _astylerc-c.
|
2018-06-18 13:51:01 +03:00 |
|
Gabor Kiss-Vamosi
|
75ea3b9edb
|
add opa_scale attribute
|
2018-06-14 13:08:19 +02:00 |
|
Gabor Kiss-Vamosi
|
2a15cffbb9
|
lv_obj_del: remove from the group before delete the children (DEFOCUS might need children)
|
2018-06-14 11:17:49 +02:00 |
|