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