Image into Framebuffer

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Image into Framebuffer

1,608件の閲覧回数
deepanrajanbara
Contributor IV

Hi

Ours is a custom board based on imx6 .We wanted to dump a image into the framebuffer,But this should be done without opening the /dev/fb0 node.This method is similar  to the boot up logo which is copied into the framebuffer base address.

But we are not able to find how they are copying the buffer into the framebuffer base address.Can any one help on how to do so.

Thank you,

Deepanraj.A

ラベル(3)
0 件の賞賛
返信
2 返答(返信)

1,364件の閲覧回数
b36401
NXP Employee
NXP Employee

You can use these examples regarding to output images into framebuffer:
https://github.com/rogeriorps/ipu-examples/

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

1,364件の閲覧回数
deepanrajanbara
Contributor IV

Actually in this examples they seemed to open the /dev/fb0 and try to output image into framebuffer.But what i wanted is to output image into framebuffer without opening the /dev/fb0 i.e write the image buffer into the framebuffer RAM address

0 件の賞賛
返信