A little program that reads a BMP file, takes its pixels and outputs them to the Linux framebuffer.
$ make
Make sure to switch to a tty (Ctrl-Alt-F<1-12>), then you can run the program:
./bin/fb_test
Install the CodeLLDB extension on VS Code, you can then easily debug the program.