This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA744: How offset, the picture data to be displayed

Part Number: DRA744


I want to , put the image from video buffer to offset to a particular location (say for example an offset of 360 pixels each line), on screen. 

The image is in NV12 format.

I tired using DISPC_VID1_ROW_INCREMENT register, to a value  1+(360*12).

But this did not work out.

Need some guidance on how , exactly this can be acheived. I am trying to shift the entire image coming on display to center of the screen.