Project Export with optional LovyanGFX library for Arduino board group

What do you want to achieve?

I want to be able to export the project with LovyanGFX instead of the TFT_eSPI which is based on this but has a bit better performance. It also has support for touch capture.

Do you see alternative options and workaround to achieve it?

Currently I use the configuration for the LovyanGFX in the ino file and iclude it instead of the TFT_eSPI and copy the LovyanGFX library into the new structure libraries folder for it to work with SLS 1.3.0. If one wants to use the external touch library can copy that library into the same folder and include and configure it in the ino file. LovyanGFX is based on the TFT_eSPI library but it works more efficiently.

Mention some use cases

I use it in our commercial project with multiple screens, TFT and monochrome OLED.

We will try it out, thank you!