You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I can't get drm mode to work within lvgl on my SBC (Orange Pi Zero 2).
This example works fine:
https://github.com/dvdhrm/docs/blob/master/drm-howto/modeset-atomic.c
However only fbdev seems to work with lvgl.
Here is how I'm initializing it. The screen flashes, then I'm back in the console.
` drm_init();
lv_disp_draw_buf_init(&disp_buf, buf, buf2, DISP_BUF_SIZE);
The text was updated successfully, but these errors were encountered: