I am using LVGL 9.5.0 on an ESP32-S3.
Issue Description: I have created a custom font using the online (LVGL) converter from a FontAwesome WOFF file (4bpp). I noticed that random rendering noise/artifacts appear on the screen ONLY when compression is enabled in the font converter settings.
When I use the same font without compression, the rendering is stable and correct. The issue with compressed fonts is intermittent—most glyphs render normally, but some appear corrupted.
Has anyone encountered similar issues with compressed fonts in v9.5.0, or are there known limitations regarding compressed font handling on ESP32-S3?
