Hi,
How to display a string into Linux framebuffer console?
Thanks.
This is a discussion on Display a string on Linux Framebuffer console within the Linux Programming forums, part of the Platform Specific Boards category; Hi, How to display a string into Linux framebuffer console? Thanks....
Hi,
How to display a string into Linux framebuffer console?
Thanks.
you could try stdout
or print,
or echo.
all will put output to the screen. unless you specify a different device.
Originally Posted by Jeff Henager