Uli Raich
|
29ec34be77
|
examples(micropython): add a few missing MP examples (#3672)
|
2022-09-21 11:21:36 +02:00 |
|
Douglas Healy
|
3b7411893f
|
fix(examples) resolve string formatting compiler warnings (#3654)
|
2022-09-04 09:47:38 -04:00 |
|
Gabor Kiss-Vamosi
|
327dbb6031
|
feat(msg): allow using variable address as msg_id
|
2022-08-25 14:20:43 +02:00 |
|
Amir Gonnen
|
cd11476592
|
fix(msg): make it work with Micropython (#3488)
* fix(msg): fill callback prototype
lv_msg_subscribe_cb_t does not follow the callback conventions.
Remove unused void* argument to fix that.
* fix(msg): move subs_ll to gc roots
* fix(msg): rename subsribe to subscribe
* fix(msg): update docs
* fix(msg): Add example_1
* fix(msg): fix include paths
* fix(mgs): Fix python example typo and comments
* fix(msg): LV_EVENT_MSG_RECEIVED event code
|
2022-07-27 09:42:48 +02:00 |
|
Gabor Kiss-Vamosi
|
1b219654db
|
chore: code formatting and fix warnings
|
2022-04-06 22:18:30 +02:00 |
|
Gabor Kiss-Vamosi
|
79a29d749d
|
feat(msg): add publisher-subscriber messaging
|
2022-04-06 22:12:24 +02:00 |
|