sudo modprobe fbtft_device name=fb_ssd1351 con2fbmap 1 1
- /etc/modprobe.d/fbtft.conf
options fbtft_device name=fb_ssd1351 gpios=reset:24,dc:25 speed=20000000 custom=1 fps=33 txbuflen=32768
- /etc/modules-load.d/modules.conf
spi-bcm2835 fbtft_device libcomposite
- /boot/config.txt
# Enable audio (loads snd_bcm2835) dtparam=audio=on dtparam=spi=on display_rotate=3 dtoverlay=dwc2
- /boot/cmdline.txt
fbcon=map:10 fbcon=font:VGA8x8
cat /dev/urandom > /dev/fb1 cd git clone https://github.com/tasanakorn/rpi-fbcp cd rpi-fbcp mkdir build cd build cmake .. make
- /etc/rc.local
/home/pi/rbi-fbcp/build/fbcp & exit 0;