Raspberry Pi Pico (RP2040) + SquareLine + LVGL; Compatibility

Description

Hi, I am new to this forum.
My question is regarding the use of RP Pico with LVGL applying it through SquareLine and what are the steps to begin work with them.
I’ve read the whole LVGL documentation but it is still unclear for me how to even begin a project (and if it is even possible). I know that it is possible to write pure code for creating a GUI with LVGL but until know I have only used MicroPython for coding and C is a no go for me since I am a noob.

The project I am trying to create is a simplified car cluster which includes speedometer, tachometer and digit represented speed (all of them will be ran by simulated data).

What MCU/Processor/Board and compiler are you using?

MCU - RP2040/Raspberry Pi Pico
Until now I have used Thonny with MicroPython

What do you want to achieve?

Using LVGL (most likely with SquareLine) to create a simplified car cluster

What have you tried so far?

Using the included graphic libraries for MicroPython from the manufacturer of the display I am using (Pimoroni Pico Display Pack 2.8" with driver - ST7789V). However they are way to simple for what I want to achieve with the project, for example I cannot create curved lines
cluster

Code to reproduce

Add the relevant code snippets here.

The code block(s) should be between ```c and ``` tags:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.
The speedometer on the picture below is what I am aiming for.
cluster