Enable SPI
Create file /etc/modules-load.d/fbtft.conf
spi-bcm2835
fbtft_device
Create file /etc/modprobe.d/fbtft.conf
options fbtft_device name=waveshare32b rotate=270
Edit file /boot/cmdline.txt
... rootwait fbcon=map:10 fbcon=font:VGA8x8
Edit file ~/.bash_profile
if [ -z ""$DISPLAY"" ] && [ $(tty) == /dev/tty1 ]; then
FRAMEBUFFER=/dev/fb1 startx
fi