Drawing curved lines on the Pico Display Pack 2.8"

Hello to everyone!

I need help drawing curved lines with the provided libraries from Pimoroni for the Pico Display and using MIcroPython. The goal of my project is to make a “car cluster”. Obviously I cannot make full on cluster since it will be very difficult, however it has to be something that resembles it.

The cluster I have chosen to reproduce is going to be something similar to the picture I have provided below:
example

The three things it will have for sure is the two “progress bars” (speedometer and tackometer), but also a digit represented speed.

I really want to achive the shape as in the example, however I have been bumping my head to find a way to draw it but with no luck. Tried looking for alternative graphic libraries but most seem too advanced for my knowedge and also not suitable for MicroPython projects.

Any help with the topic, either playing around with the Pimoroni library or even using alternative graphic library, will be welcomed!