Skip to content

AdaFruit Display

reubenajohnston edited this page Apr 5, 2020 · 7 revisions

Adafruit 5" display backpack

The Adafruit 5" display backpack works well with the RPI-4B. Here are some configuration tips.

  • add these lines to /boot/config.txt

hdmi_group=2
hdmi_mode=87
hdmi_cvt=800 480 60 6 0 0 0
hdmi_drive=1
  • uncomment these lines in /boot/config.txt

framebuffer_width=1280
framebuffer_height=720

Useful websites

Clone this wiki locally