Ju1He1
|
ed2056b620
|
feat(windows): add some more decls spec attributes (#5259)
|
2024-01-14 13:50:23 +01:00 |
|
Gabor Kiss-Vamosi
|
469c2cfcef
|
example: remove the MicroPython examples
See #4347
|
2023-12-21 10:02:44 +01:00 |
|
Gabor Kiss-Vamosi
|
d5daccdd48
|
docs: update API comments
|
2023-12-13 22:23:03 +01:00 |
|
Gabor Kiss-Vamosi
|
f0988b8cf8
|
refactor(event): add _cb postfix to lv_obj_add_event()
|
2023-11-28 15:36:51 +01:00 |
|
Gabor Kiss-Vamosi
|
9ec5417dd3
|
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +02:00 |
|
_VIFEXTech
|
0302eaa22e
|
fix(examples): fix crash caused by typos (#4419)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-07-31 10:21:49 +02:00 |
|
Kevin Schlosser
|
e485dd8bb4
|
feat(docs): migrate from .md to .rst (#4129)
|
2023-04-27 14:42:02 +02:00 |
|
Gabor Kiss-Vamosi
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
Gabor Kiss-Vamosi
|
e45ba58bd8
|
example(get_started): add simple hello world example
|
2022-11-22 14:37:51 +01: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 |
|
KyleParker-Gongyuan
|
8d8aaed0e3
|
fix(examples) correct comment in slider example (#3419)
The label is above the slider in this example, not below it.
|
2022-06-21 08:50:55 -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 |
|
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 |
|
Man, Jianting (Meco)
|
70778fb9e4
|
fix: removed string format warnings for int32_t and uint32_t (#2924)
* fix:Removed string format warnings for int32_t and uint32_t
re-handle #2722
* feat(rt-thread): add the option of built-in examples
|
2021-12-20 09:52:07 +01: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 |
|
Jianting (Meco) Man
|
97bf74915d
|
fix(refr) silence compiler warning due to integer type mismatch (#2722)
|
2021-10-25 18:47:25 +02:00 |
|
Amir Gonnen
|
c751c11a87
|
fix(examples) remove cast in MP scripts (#2354)
After https://github.com/lvgl/lv_binding_micropython/pull/161 merged, it is no longer needed to cast the result of 'e.get_target()'
Also, additional small fixes to allow CI improvements
|
2021-07-07 17:04:46 +02:00 |
|
Themba Dube
|
6f37c4fc56
|
docs(examples) add MicroPython examples
|
2021-06-11 16:48:27 -04:00 |
|
Ali Rostami
|
5616471c27
|
Update quick-overview.md (#2295)
* Update quick-overview.md
* Update quick-overview.md
* Update lv_example_get_started_3.c
* Update coords.md
|
2021-06-07 14:32:00 +02: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
|
be92f9f749
|
fix simplify lv_example_get_started_2
|
2021-05-31 12:49:49 +02:00 |
|
Gabor Kiss-Vamosi
|
00dc5db326
|
fix some examples
|
2021-05-27 15:21:51 +02:00 |
|
Gabor Kiss-Vamosi
|
45a50f1766
|
fix(example) correct the elements size and position
Fixes #2229
|
2021-04-29 12:24:59 +02:00 |
|
Gabor Kiss-Vamosi
|
070df61eb2
|
refactor(color) refactor the palette API
|
2021-04-23 12:46:14 +02:00 |
|
Gabor Kiss-Vamosi
|
bbfcb2454e
|
feat(event) add event filter to lv_event_send
|
2021-04-19 11:15:28 +02:00 |
|
Gabor Kiss-Vamosi
|
422c9e5bd6
|
feat(event) rework the prototype of lv_event_cb
It encapsulates all event related parameters into a single lv_event_t obejct.
|
2021-04-14 15:31:54 +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
|
8a7f9cb131
|
fix(style): use struct as color filter instead of pure callback for Micropython compatibility
|
2021-02-24 15:12:36 +01:00 |
|
Gabor Kiss-Vamosi
|
cbfbcb47f9
|
feat(color): use colors from material design
Use function instead of color macros
|
2021-02-23 15:03:06 +01:00 |
|
Gabor Kiss-Vamosi
|
ca4f11e9f4
|
add the prototypes of the examples
|
2021-02-19 18:19:32 +01:00 |
|
Gabor Kiss-Vamosi
|
f04dc72c4a
|
fix(examples): update the get started examples
|
2021-02-16 20:41:11 +01:00 |
|
Gabor Kiss-Vamosi
|
28addaf3ce
|
add some missong LV_USE_... guards
|
2021-02-16 14:23:18 +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 |
|