Support for LVGL micropython for lv_micropython ESP32S3

As far as my observation has been, it is impossible to use Squareline Studio with lv_micropython for ESP32S3. The main reason is that the build comes out to be of LVGL v9.3 (which is very good but not compatible with Squareline). At the moment (04 may 2025) Squareline has not made clear documentation on how to adjust for 16-bit displays and LVGL v9.3 because the max we can select under the micropython category appears to be “v1.0.3->LVGL 8.3.11” and the color depth is “32bit”. It cannot be changed to 16-bit unless we downgrade the LVGL version. Downgrading does not appear to be an option because the lv_micropython did not provide esp32s3 support until the latest version. Can anyone help me realise which features can be added to the lv_micropython repo, perhaps I may want to contribute if at all because this is very frustrating, the support is very partial from both ends.