My config.txt is like this:
Code: Select all
dtparam=spi=on
dtoverlay=waveshare32b:rotate=270,swapxy=1
hdmi_cvt=320 240 60 1 0 0 0
hdmi_group=2
hdmi_mode=87Code: Select all
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fbcon=map:10 fbcon=font:ProFont6x11 logo.nologoCode: Select all
# at boot time, one per line. Lines beginning with "#" are ignored.
#i2c-devHow can i fix this ? swapxy doesnt seem to do anything.
-Thanks