Gabor Kiss-Vamosi
|
0b83a82a07
|
feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
|
2023-08-19 01:42:37 +02:00 |
|
Kevin Schlosser
|
e485dd8bb4
|
feat(docs): migrate from .md to .rst (#4129)
|
2023-04-27 14:42:02 +02:00 |
|
Amir Gonnen
|
7a23be73ab
|
fix(examples) adjust constant names in Micropython examples (#3532)
Due to spurious enums (https://github.com/lvgl/lv_binding_micropython/issues/199) wrong constant names were generated. Fix these constants.
|
2022-07-30 11:10:56 -04:00 |
|
Xiang Xiao
|
4c4f954059
|
chore(style): remove the trailing space from all source files (#3188)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-03-21 11:25:51 +01:00 |
|
embeddedt
|
9771050b99
|
chore(format) add formatting for examples & demos, merge test config
|
2022-02-13 13:59:17 -05:00 |
|
ckielstra
|
febafd1cc7
|
chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-01-17 08:10:23 -05:00 |
|
ckielstra
|
a5058eafd0
|
style(examples) fix style issues in Python examples (#2880)
Removes all semicolons at line endings in the Python examples.
|
2021-12-05 08:41:17 -05:00 |
|
Amir Gonnen
|
145440dbce
|
fix(examples) use lv.grid_fr for MicroPython (#2419)
Instead of re-implementing LV_GRID_FR, use lv.grid_fr
Also use lv.GRID_TEMPLATE.LAST instead of lv.COORD.MAX where needed
|
2021-07-31 09:07:07 -04:00 |
|
guoweilkd
|
7f9297879f
|
fix(grid.h) typos (#2395)
* fix(grid.h) typos
* grid:replace LV_COORD_MAX use LV_GRID_TEMPLATE_LAST
Co-authored-by: guowei15 <guowei15@xiaomi.com>
|
2021-07-23 11:52:09 +02:00 |
|
Themba Dube
|
6f37c4fc56
|
docs(examples) add MicroPython examples
|
2021-06-11 16:48:27 -04:00 |
|
Uli Raich
|
c60ed68e94
|
adding micropython examples (#2286)
* adding micropython examples
* adding micropython examples
|
2021-06-07 13:56:08 +02:00 |
|
Gabor Kiss-Vamosi
|
5bc529bc46
|
fix(example) fix the grid examples to not have scrollbars on the items
|
2021-05-26 23:11:29 +02:00 |
|
Gabor Kiss-Vamosi
|
e2a7f559ab
|
feat(bidi) make base dir a style property and rename lv_bidi_dir_t to lv_base_dir_t
|
2021-05-19 20:55:44 +02:00 |
|
Gabor Kiss-Vamosi
|
c65dad1f93
|
docs fix links
|
2021-05-17 16:27:37 +02:00 |
|
Gabor Kiss-Vamosi
|
2972433a45
|
minor fixes
|
2021-05-17 15:38:42 +02:00 |
|
Gabor Kiss-Vamosi
|
31474538ad
|
refactor(layout) rename place keywords to align
|
2021-04-24 16:48:24 +02:00 |
|
Gabor Kiss-Vamosi
|
9787d38781
|
feat(style) add transform_x/y
|
2021-04-15 18:31:50 +02:00 |
|
Gabor Kiss-Vamosi
|
52f1b0979e
|
fix(grid) rename column/row_template to column/row_dsc_array to add more meaning for binding generators
|
2021-04-13 13:23:52 +02:00 |
|
Gabor Kiss-Vamosi
|
20803031e8
|
fix(test) fix tests
|
2021-04-08 13:07:48 +02:00 |
|
Gabor Kiss-Vamosi
|
663bcfd030
|
api(style) add lv_style_selector_t instead of lv_part_t and lv_state_t in style API
|
2021-03-31 19:57:14 +02:00 |
|
Gabor Kiss-Vamosi
|
a2f3022188
|
api(align) save align in style and handle x/y according to it
|
2021-03-25 16:14:17 +01:00 |
|
Gabor Kiss-Vamosi
|
53f3cc1827
|
api(style) remove content style proeprties
|
2021-03-25 13:36:50 +01:00 |
|
Gabor Kiss-Vamosi
|
b7becbbb22
|
feat(style): store layout and position coordinates as style properties
related to #2152
|
2021-03-24 15:38:53 +01:00 |
|
Xiang Xiao
|
9254a7ea14
|
fix(comment): remove the space after /* and before */
|
2021-03-18 11:51:36 +08:00 |
|
Gabor Kiss-Vamosi
|
54cfc37c5c
|
refactor(scroll) rename lv_set/get_snap_.. to lv_obj_set/get_scroll_snap_...
|
2021-02-23 09:45:13 +01:00 |
|
Gabor Kiss-Vamosi
|
e9613526f8
|
fix(anim) fix anim_exec_cb casts
|
2021-02-22 20:27:46 +01:00 |
|
Gabor Kiss-Vamosi
|
757c18e430
|
refactor(anim) replace lv_anim_value_t with int32_t
see #2086
|
2021-02-22 19:01:40 +01:00 |
|
Gabor Kiss-Vamosi
|
ca4f11e9f4
|
add the prototypes of the examples
|
2021-02-19 18:19:32 +01:00 |
|
Gabor Kiss-Vamosi
|
bb08660cb6
|
minor fixes
|
2021-02-14 14:56:34 +01:00 |
|
Gabor Kiss-Vamosi
|
95b1bd8409
|
add examples + refactoring
|
2021-02-12 14:22:48 +01:00 |
|
Gabor Kiss-Vamosi
|
7bec13c2b9
|
update asserts
|
2021-02-08 09:53:03 +01:00 |
|
Gabor Kiss-Vamosi
|
956a367dbc
|
refactoring
|
2021-02-07 22:39:54 +01:00 |
|
Gabor Kiss-Vamosi
|
8a1af8646f
|
add lv_components as src/extra and minor fixes
|
2021-02-04 14:46:11 +01:00 |
|