Skip to content

A little program that reads a BMP file, takes its pixels and outputs them to the Linux framebuffer.

License

Notifications You must be signed in to change notification settings

trev-git/fb_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fb-test

A little program that reads a BMP file, takes its pixels and outputs them to the Linux framebuffer.

Building:

$ make

Running:

Make sure to switch to a tty (Ctrl-Alt-F<1-12>), then you can run the program:

./bin/fb_test

Debugging

Install the CodeLLDB extension on VS Code, you can then easily debug the program.

About

A little program that reads a BMP file, takes its pixels and outputs them to the Linux framebuffer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published