Capacitive Touch Multiple Point Decoding?

I need to ENABLE Multiple touches for a project.
Looks like the Squareline Studio DEFAULT for Buttons is 1 KEY Rollover
or 1 key down at a time.

I need at least 3 to 5 buttons pressed at once.

LVGL (and therefore SquareLine Studio) doesn’t support multi-touch at the moment. Looking at the latest LVGL documentation doesn’t mention multi-touch and LVGL forum reveals that this feature is not yet added: How does lvgl support multi touch - #4 by kisvegabor - How-to - LVGL Forum
(If it’s really required for the project, I think you can still solve it with a custom code, and send the events to the correct buttons when you have an incoming multi-touch data.)