Image into Framebuffer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Image into Framebuffer

1,618 次查看
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,374 次查看
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,374 次查看
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 项奖励
回复