Guys, I want to make an application in which navigation is done using buttons (keyboard). To do this, lv objects must be grouped together (LV Groups). Is there any way to conveniently do this in Squareline?
SquareLine Studio itself doesn’t have GUI-based convenient LVGL keypad/encoder-handling settings/simulation built-in just yet, but there are plans for such feature. Until that gets realized your option is to do it in the exported LVGL code. The good news is that ‘HAL’ init is contained in the ‘main.c’ file of the board-templates so you can create and use a custom board-template where you initialize the keypad/encoder and group. Adding objects to groups will still have to be done in C-code. Thanks for the feature-idea though, we’ll record it.