Hi
We are using the DM355 eval board and have the basic demos working OK.
Our product is a simple "camcorder type" application, we are prototyping on the eval board then moving to HW in the near future.
Camera connected to the VPFE.
Video clips to be stored in on board flash.
OLED display connected via a serial port (this is an existing piece of hardware we are stuck with).
It's a small display 64*96 requiring only 5-10 frames per second (a preview display), expecting the data in BGR565 format..
We are using V4L to handle the video as we need to save the image data as mpeg4.
My question is, how to integrate the display?
I have been studying the V4L documentation and I think the required approach is to implement a V4L display driver that "manually" passes the data to the display.
It seems that the VPBE is not going to help me, or have I got that worng?
Any pointer that you can give me in this will be much appreciated.
Thanks.
B