How to fully turn off Color mixing

I’m using indexed color and therefore want to turn off all color mixing. Is there any defines in the lvgl config I can use to do this. I know you can override the lv_color_mix function as per the response to this post but I’m wondering if there is any define I can set to do this. Indexed-Color-Forum-Post

Hi,

Using disp_drv.antialiasing = 0 should disable color mixing if you are not using opacity != 255 colors (e.g. style_bg_opa)