Skip to content

AndrewFromMelbourne/sdl_image_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sdl_image_example

Example C code to display an image on the framebuffer of a Raspberry Pi Using the SDL and SDL_Image libraries. _I

To install the required libraries on your Raspberry Pi (debian)

apt-get install libsdl1.2-dev

apt-get install libsdl-image1.2-dev

Then just type make to compile the example.

You will need to run the program as root!

sudo ./test_image foo.jpg

About

Example C code to display an image on the framebuffer using the SDL and SDL_Image libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages