fbcp-ili9341
fbcp-ili9341 copied to clipboard
A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero
ok so yesterday i installed the the fbcp-ili9341 drivers with fowling settings on rpi zero 2w -DILI9341=ON -DGPIO_TFT_DATA_CONTROL=24 -DGPIO_TFT_RESET_PIN=25 -DSPI_BUS_CLOCK_DIVISOR=6 -DDISPALY_ROTATE_180_DEGREE=ON -DSTATISTICS=0 .. initially i got a black screen with...
``` $ cat /proc/cmdline reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 clk_ignore_unused smsc95xx.macaddr=2C:CF:67:3D:32:C3 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=bee7140b-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE fbcon=map:10 iomem=relaxed ``` ``` $ lscpu Architecture: aarch64 CPU...
Hopefully I am correct in my assumption that I can query this here, I am looking for a way to offset my display, everything is working great and I have...