Open vocass opened 2 years ago
displays only the pixel at the bottom. rpi 3B bullseye
config.txt
hdmi_group=2 hdmi_mode=87 hdmi_cvt=240 240 60 1 0 0 0 hdmi_force_hotplug=1
Or the same result
hdmi_force_hotplug=1
gpio BCM 7 CS BCM 11 SCK BCM 10 MOSI BCM 9 DC BCM 19 backlight
code cmake -DPIRATE_AUDIO_ST7789_HAT=ON: -DSPI_BUS_CLOCK_DIVISOR=6 ..
cmake -DST7789=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DGPIO_TFT_DATA_CONTROL=9 -DARMV8A=ON ..
I've had a similar issue with the Pimoroni 1.54" square display - did you manage to resolve this?
displays only the pixel at the bottom. rpi 3B bullseye
config.txt
hdmi_group=2 hdmi_mode=87 hdmi_cvt=240 240 60 1 0 0 0 hdmi_force_hotplug=1
Or the same result
hdmi_force_hotplug=1
gpio BCM 7 CS BCM 11 SCK BCM 10 MOSI BCM 9 DC BCM 19 backlight
code cmake -DPIRATE_AUDIO_ST7789_HAT=ON: -DSPI_BUS_CLOCK_DIVISOR=6 ..
Or the same result
cmake -DST7789=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DGPIO_TFT_DATA_CONTROL=9 -DARMV8A=ON ..