You can display every day images such as GIFs, JPGs, BMPs, etc on the screen. To do this we’ll install fbi which is the frame buffer image viewer (not to be confused with the FBI agency!)
sudo apt-get install fbi will install it
Grab our lovely wallpaper with
and view it with
sudo fbi -T 2 -d /dev/fb1 -noverbose -a adapiluv480x320.png
That’s it!
Post a Comment