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
Hi, I modified my LCD driver (original was 565 bit) in order to use a 3x8 bit display. Now I am trying to modify fbcp in order to correctly remap fb0 to my buffer, modifying
screen_resource = vc_dispmanx_resource_create(VC_IMAGE_RGB565, vinfo.xres, vinfo.yres, &image_prt);
I tried VC_IMAGE_RGB888 (and almost all other modes) but with no luck. Any Help ? Thanks...
The text was updated successfully, but these errors were encountered:
Hi, I modified my LCD driver (original was 565 bit) in order to use a 3x8 bit display. Now I am trying to modify fbcp in order to correctly remap fb0 to my buffer, modifying
screen_resource = vc_dispmanx_resource_create(VC_IMAGE_RGB565, vinfo.xres, vinfo.yres, &image_prt);
I tried VC_IMAGE_RGB888 (and almost all other modes) but with no luck. Any Help ? Thanks...
The text was updated successfully, but these errors were encountered: