studio icon indicating copy to clipboard operation
studio copied to clipboard

LVGL Flow: Add event handling for pages/screens

Open fietser28 opened this issue 4 months ago • 0 comments

LVGL has several events specific to screens (load/unload). These events can currently not be used in flow because there is no event handling and interface for it.

It is convenient to have this interface available to trigger actions/flows when a screen is loaded (displayed) or when left.

In the UI this probably means:

  • the properties tab of a screen get an events section similar to other widgets.
  • If flow events are defined in the properties handles appear at the screen borders, similar to other widgets.

This issue might also prepare for partial implementation of #277?

fietser28 avatar Feb 17 '24 18:02 fietser28