[v8] Crash when calling lv_task_handler with non-static display driver

It seems that your display driver is being overwritten. If you are using v8 or newer you need to make sure disp_drv is declared as a static variable.

1 Like