In LVGL 9, it seems no longer possible to convert images to indexed 2-bit or similar formats using the online image converter.
Why is that?
Is this format no longer supported in LVGL 9?
If it’s no longer supported, I’m having trouble understanding the reasoning behind this decision, as indexed formats can significantly save memory, especially for applications on small microcontrollers.
Ok thank you.
And how does the command look to convert a PNG image to an Indexed 2-Bit format, similar as the Online Converter does, but specifically for LVGL 9?
Should this be understood directly from the Python program, or is there a guide available?