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
..
2022-07-18 15:29:04 +02:00
2022-03-11 10:57:06 +01:00
2022-07-06 09:04:53 +02:00
2022-03-17 10:18:14 +01:00
2022-03-21 11:25:51 +01:00
2022-07-27 09:42:48 +02:00
2022-03-21 11:25:51 +01:00
2022-07-18 15:29:04 +02:00