Button call back
#707
-
Can we use callback from button in custom code or only pulling metod to check state? |
Beta Was this translation helpful? Give feedback.
Answered by
flexiti
Apr 13, 2024
Replies: 2 comments 1 reply
-
You can add your own callbacks to an object. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, But.. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
flexiti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
identifier "lv_obj_add_event_cb" is undefined
I have the error as above - what could be the reason?
But..
lv_obj_set_event_cb(MyOpenSw, my_event_cb);
It seems to be working