Gabor Kiss-Vamosi
469c2cfcef
example: remove the MicroPython examples
...
See #4347
2023-12-21 10:02:44 +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
b56107ae05
refactor: fix typos
2023-11-15 22:58:07 +01:00
Gabor Kiss-Vamosi
235d580a51
refactor: rename cnt to count
2023-11-15 22:42:33 +01:00
Viktor Szépe
cc6581ae03
ci: upgrade astyle tool ( #4776 )
...
Install from source to use the latest version
2023-11-10 15:37:23 +01:00
Gabor Kiss-Vamosi
a5a58e39d2
refactor: replace lv_coord_t with int32_t
2023-10-31 19:25:01 +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
Kevin Schlosser
e485dd8bb4
feat(docs): migrate from .md to .rst ( #4129 )
2023-04-27 14:42:02 +02:00
Uli Raich
d1c6c61780
example(micropython): updated MicroPython examples according to LVGL changes ( #4031 )
2023-03-10 21:44:12 +01:00
Gabor Kiss-Vamosi
124f9b0f9f
arch(driver): new driver architecture with new color format support
2023-02-20 20:50:58 +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
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
f79e2838cb
chore(doc): spelling ( #3172 )
...
* Spelling: 'an unicode' -> 'a unicode'
* fix(changelog) spelling
* Remove double spaces
* Spelling
2022-03-16 10:19:19 +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
Gabor Kiss-Vamosi
db53ea925c
arch(draw): allow replacing the draw engine
...
BREAKING CHANGE: the API of lv_draw_... function have been changed
2021-12-21 15:54:22 +01: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
Gabor Kiss-Vamosi
d9d3f27126
fix(printf) add (int) casts to log messages to avoid warnings on %d
2021-11-03 11:53:03 +01:00
Jianting (Meco) Man
97bf74915d
fix(refr) silence compiler warning due to integer type mismatch ( #2722 )
2021-10-25 18:47:25 +02:00
Karijn Wessing
114ad09e21
fix( example) in lv_example_scroll_3.py float_btn should only be created once ( #2602 )
2021-09-27 11:08:15 +02:00
刘帅
7d592edaa0
fix(example) scroll example sqort types ( #2498 )
...
line 32 of lv_example_scroll_6.c, if LV_USE_LARGE_COORD not configured,
x_sqr will overflow when r is greater than 256.
Signed-off-by: liushuai25 <liushuai25@xiaomi.com>
Co-authored-by: liushuai25 <liushuai25@xiaomi.com>
2021-08-26 13:57:15 +02:00
Themba Dube
6f37c4fc56
docs(examples) add MicroPython examples
2021-06-11 16:48:27 -04:00
Rop Gonggrijp
c7169762a3
More Snapable --> Snappable replacements ( #2304 )
2021-06-09 16:33:27 +02:00
Gabor Kiss-Vamosi
e697807cf5
fix(typo) rename LV_OBJ_FLAG_SNAPABLE to LV_OBJ_FLAG_SNAPPABLE
2021-06-09 16:05:39 +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
77e2c1ff3d
fix(example) revert test code
2021-06-07 13:27:07 +02:00
Gabor Kiss-Vamosi
786db2afe6
fix(draw) with additive blending with 32 bit color depth
2021-06-07 13:22:12 +02:00
Gabor Kiss-Vamosi
66152438f6
fix minor fix in a scroll example
2021-05-30 20:39:35 +02:00
Gabor Kiss-Vamosi
6ab6134af1
fix warning
2021-05-30 14:02:39 +02:00
Gabor Kiss-Vamosi
9efb99d177
feat(example) add lv_example_scroll_6
2021-05-30 13:50:05 +02:00
Gabor Kiss-Vamosi
46de101c97
feat(example) add RTL scroll example
2021-05-26 23:05:07 +02:00
Gabor Kiss-Vamosi
ec6c20b587
feat(examples) add event examples
2021-05-26 22:05:32 +02:00
Gabor Kiss-Vamosi
0a70280177
feat(scroll) add scrollbar styling example + allow for the scrollbar using shadow
2021-05-26 22:05:32 +02:00
Gabor Kiss-Vamosi
b969c21881
fix(example) add scroll examples + minor fixes
2021-05-26 16:34:25 +02:00
Gabor Kiss-Vamosi
6c013fe158
revert(example) remove test codes
2021-05-20 12:08:24 +02:00
Gabor Kiss-Vamosi
1386edf2fb
fix(bidi) fix tabview, textarea, label, btnmatrix, roller, dropdown with RTL base direction
2021-05-20 12:04:06 +02:00
Gabor Kiss-Vamosi
4f8e3a38b3
feat(list, win) remove event_cb paramter from *_add_btn() functions
...
It was difficult to handle in the Micropython binding and the user can add events to the returned button in a more flexible way
2021-05-13 00:42:52 +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
Gabor Kiss-Vamosi
bf2deded51
fix conflicts
2021-03-18 17:31:09 +01:00
Gabor Kiss-Vamosi
03f74ce186
feat(obj): merge draw clallback to events
2021-03-18 17:03:36 +01:00
Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
Gabor Kiss-Vamosi
94431f8aaf
refactor(flex): change the name of teh built-in flex layouts
2021-03-08 23:30:27 +01:00