Dobrica Pavlinušić's random unstructured stuff
fbtft: Revision 5

2.2 TFT LCD: TFT01-2.2SP

http://www.elecfreaks.com/estore/2-2-tft-lcd-tft01-2-2sp.html
http://www.elecfreaks.com/wiki/index.php?title=2.2S%22_TFT_LCD:_TFT01-2.2S

RaspberryPi

https://github.com/notro/fbtft/wiki

# enable spi in raspi-config

pi@jpi1 ~ $ grep spi /boot/config.txt 
dtparam=spi=on


sudo REPO_URI=https://github.com/notro/rpi-firmware rpi-update

sudo reboot

sudo modprobe fbtft_device name=adafruit22a


# test
cd /usr/share/X11/xorg.conf.d/
sudo mv 99-fbturbo.conf ~/
FRAMEBUFFER=/dev/fb1 startx