I've done everything mentioned here: https://github.com/swkim01/waveshare-dtoverlays on how to get this working.
Adding
Code: Select all
fbcon=map:10 fbcon=font:ProFont6x11 logo.nologo
Code: Select all
root@raspberrypi:~# dmesg | grep spi
[ 13.112103] spi spi0.1: setting up native-CS1 as GPIO 7
[ 13.112382] spi spi0.0: setting up native-CS0 as GPIO 8
[ 13.168308] ads7846 spi0.1: touchscreen, irq 411
[ 13.169415] input: ADS7846 Touchscreen as /devices/platform/soc/20204000.spi/spi_master/spi0/spi0.1/input/input3
[ 13.596167] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 4 KiB DMA buffer memory, fps=25, spi0.0 at 16 MHz
What am i doing wrong here?
Thanks