studio icon indicating copy to clipboard operation
studio copied to clipboard

Support Button matrix widget

Open mvladic opened this issue 1 year ago • 3 comments

https://docs.lvgl.io/8.0/widgets/core/btnmatrix.html

mvladic avatar Jun 20 '24 21:06 mvladic

Can eez studio set event for every single Button in the btnmatrix?

liriyao avatar Jul 25 '24 03:07 liriyao

Use VALUE_CHANGED event. You can use Event.getKey(event) to get an index of the button pressed:

image

mvladic avatar Jul 25 '24 06:07 mvladic

Use VALUE_CHANGED event. This event will send ID, i.e. index of the button pressed:

image

image

ths

liriyao avatar Jul 25 '24 07:07 liriyao