[LVGL] Add more one operation for each interrupt
Hi, thank you
For version 15.1
In my opinion, it is better to be able to write more than one operation for each interrupt, though directly, not with the help of flow.
For example, I have two operations in RELEASED and in its function I can receive the pointer related to the widget directly, and this process cannot be done in flow mode with the command lv_event_get_target.
hi What do you think about this problem?
I don't understand what you mean, can you rephrase?
I mean writing several actions for an event at the same time. This process can be done by Flow, but it is no longer possible to get the widget source inside the events (with the command lv_event_get_target). Unless a global variable is used that is defined.