Deinit the lvgl controller

Hello,

What MCU/Processor/Board and compiler are you using?

MCU: ESP32
Screen: ili9341
CMake and Ninja

What do you want to achieve?

I would like to deinit the lvgl controller.

What have you tried so far?

lv_deinit();
Not calling: lv_task_handler();
Setting the CS pin to 0 by: gpio_set_level(DISP_SPI_CS, 0);

Code to reproduce

Here

Thanks