Image into Framebuffer

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Image into Framebuffer

738 Views
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

Labels (3)
0 Kudos
2 Replies

494 Views
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 Kudos

494 Views
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 Kudos