Hi Team,
We are using RGB565 Generic platform package for our GUI Development.
We have below two queries :
1. We were able to figure out that the memory is getting allocated for framebuffer in function "GenericInitViewport()"
"viewport->FrameBuffer = (XGenericSurface*)EwAlloc( sizeof( XGenericSurface ));" but we are unable to tarce were this data is getting filled to frame buffer.
2. For our platform we require image data and the clut data to display the GUI, In the platform package we were unable to trace the "clut array" . from were in Platform package can we trace the clut array and the Image data.
Could you please help us to trace the required details.
Regards,
Chaitra S G