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
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.