studio
studio copied to clipboard
Support Button matrix widget
https://docs.lvgl.io/8.0/widgets/core/btnmatrix.html
Can eez studio set event for every single Button in the btnmatrix?
Use VALUE_CHANGED event. You can use Event.getKey(event) to get an index of the button pressed:
Use
VALUE_CHANGEDevent. This event will send ID, i.e. index of the button pressed:
ths

