Wire Connection:
[Assumption] - Framebuffer font selection is limited, and you cannot recompile the kernel. So used xwindow configuration to overcome [modprobe hook]: /etc/modules-load.d/fbtft.conf spi-bcm2835 fbtft_device [auto modprobe during startup]: /etc/modprobe.d/fbtft.conf options fbtft_device name=sainsmart18 [xwindow for framebuffer]: https://github.com/notro/fbtft/wiki/Framebuffer-use sudo apt-get install xserver-xorg-video-fbdev [Small font, non-bold]: ~/.Xresources xterm*font: *-fixed-*-*-*-6-* xterm*boldMode: false [Rotating]: sudo nano /etc/modprobe.d/fbtft.conf options fbtft_device name=sainsmart18 rotate=90 [perfect sized xterm]: .xinitrc xterm -geometry 160x128+0+0 |