Gabor Kiss-Vamosi
|
92be58d1d8
|
fix to work without display
|
2019-01-29 04:58:21 +01:00 |
|
Gabor Kiss-Vamosi
|
855dc44e32
|
solve warings
|
2019-01-28 16:02:11 +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 |
|
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 |
|
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
|
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 |
|
Brian Pugh
|
752e752dbd
|
single vdb macro fix for get_active and get_inactive
|
2019-01-04 20:48:34 -08:00 |
|
Gabor Kiss-Vamosi
|
22e1ccdfa9
|
Merge pull request #699 from joltwallet/lv_group_send_data_returntype
Change lv_group_send_data() return type to lv_res_t
|
2019-01-04 14:36:30 +01:00 |
|
Gabor Kiss-Vamosi
|
83cadc8abe
|
LV_VDB_TRUE_DOUBLE_BUFFERED: improvements
|
2019-01-04 08:40:33 +01:00 |
|
Gabor Kiss-Vamosi
|
31d18a21b2
|
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
|
2019-01-04 08:33:30 +01:00 |
|
Gabor Kiss-Vamosi
|
20150c1418
|
LV_VDB_TRUE_DOUBLE_BUFFERED: improvements
|
2019-01-04 08:33:19 +01:00 |
|
Brian Pugh
|
3922c18054
|
Change lv_group_send_data() return type to lv_res_t
|
2019-01-03 14:57:45 -08:00 |
|
Themba Dube
|
53c19167f3
|
Merge branch 'master' into dev-5.3
|
2019-01-03 13:36:02 -05:00 |
|
Mike Fellows
|
73ecaefde8
|
Remove unneeded #warning pre-processor command in lv_vdb.h
That directive breaks non-gcc builds (e.g. for the pc simulator) and is
not very valuable from a user point of view.
|
2019-01-03 10:31:02 -08:00 |
|
Gabor Kiss-Vamosi
|
639edca434
|
fix incosistent function parameter names. See #681
|
2019-01-01 01:32:16 +01:00 |
|
Gabor Kiss-Vamosi
|
9c7c200048
|
lv_porting: add display and indev porting skeleton functions
|
2018-12-31 18:19:38 +01:00 |
|
Gabor Kiss-Vamosi
|
7ac12cd071
|
lv_ta: refresh only the cursor area on cursor blink
|
2018-12-30 15:02:16 +01:00 |
|
Gabor Kiss-Vamosi
|
d7ae21ce85
|
lv_vdb: add comments
|
2018-12-29 09:18:58 +01:00 |
|
Gabor Kiss-Vamosi
|
f25dec516b
|
add LV_VDB_TRUE_DOUBLE_BUFFERED
|
2018-12-29 09:12:32 +01:00 |
|
Gabor Kiss-Vamosi
|
62b3b2c578
|
update mk files to use absolute path
|
2018-12-28 18:06:57 +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 |
|
Gabor Kiss-Vamosi
|
d19792289d
|
add LV_BORDER_INTERNAL
|
2018-12-26 08:24:18 +01:00 |
|
Erich Styger
|
2bfcce40e2
|
typo and spelling fixes in comments
|
2018-12-26 07:58:06 +01:00 |
|
Gabor Kiss-Vamosi
|
4c2df29808
|
lv_group: do not modify the focused style if the syle_mod function is NULL
|
2018-12-22 20:41:20 +01:00 |
|
Gabor Kiss-Vamosi
|
f46958bb3f
|
minor fixes
|
2018-12-22 19:08:40 +01:00 |
|
Gabor Kiss-Vamosi
|
1787b63599
|
reworks VDB to work with true double buffering
|
2018-12-22 19:08:03 +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
|
1314eff237
|
Merge pull request #641 from littlevgl/indev_feedback
Input device feedback API
|
2018-12-19 20:28:03 +01:00 |
|
Gabor Kiss-Vamosi
|
61caef8e94
|
lv_indev_set_cursor: don't enable cursor for LV_INDEV_TYPE_BUTTON
|
2018-12-18 07:33:55 +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 |
|
Josh
|
92747ec37a
|
Fix missing temporary setting of wrap to 1
|
2018-12-14 16:02:29 -08:00 |
|
Josh
|
47bdf497b6
|
Fix lv_group wrap behavior when removing head or tail object from group
|
2018-12-14 14:24:47 -08:00 |
|
Josh
|
9817e050e0
|
Add wrap enable/disable for lv_group
Allows for controlling whether focus next/prev will wrap at the boundaries, or if they will stop at the boundaries.
|
2018-12-14 13:05:00 -08:00 |
|
Gabor Kiss-Vamosi
|
6f1d0ef97b
|
fixes because of sending LV_SIGNAL_PRESSED in LV_GROUP_KEY_ENTER press
|
2018-12-14 10:33:18 +01:00 |
|
Alexander
|
64a2a85077
|
Compilation error fixes
|
2018-12-05 11:28:16 +02:00 |
|
Gabor Kiss-Vamosi
|
546262df38
|
add PRESS action handling to keypad indev
|
2018-12-05 06:42:37 +01:00 |
|
Gabor Kiss-Vamosi
|
916c6b3b2f
|
Merge pull request #585 from kisvegabor/tileview
Tileview: new object type
|
2018-11-26 10:33:48 +01:00 |
|
Gabor Kiss-Vamosi
|
dd26bcb22b
|
Merge pull request #576 from kisvegabor/realign
Add realign feature
|
2018-11-26 10:33:03 +01:00 |
|
Gabor Kiss-Vamosi
|
c62cd4dfcb
|
lv_tileview: add the new object type
|
2018-11-25 12:02:16 +01:00 |
|
Gabor Kiss-Vamosi
|
15dae7dcbc
|
define LV_ATTRIBUTE_FLUSH_READY as empty if not defined
|
2018-11-24 07:49:49 +01:00 |
|