Notro has done some great work with developing drivers for different models of TFT displays for the Pi.
He successfully created one for the Adafruit 2.2" TFT . This is a great little display and is very clear.
Notro's Wiki with instructions can be found here.
As with the 1.8" TFT from Adafruit, this device can be used to display video, images and your own data with easily using pygame.
A couple of images from my Pi running the 2.2 TFT;
[wp_ad_camp_1]
Do you have experience to send an image to the display from shell?
I wanto to use volumio and extract the cover from the song to show on a small display.
Walter
you can use fbi
pi@raspberrypi ~ $ wget https://ozzmaker.com/Raspi_Logo.png
pi@raspberrypi ~ $ sudo fbi -noverbose -T 1 -a -d /dev/fb1 Raspi_Logo.png
really so easy π thx for that
now i will search for a solution to extract cover from id3 tag or from spotify etc:
Do you have expierence here, too ?
Walter