-
Notifications
You must be signed in to change notification settings - Fork 63
DSI display
KonstaT edited this page Apr 2, 2025
·
6 revisions
Any HDMI display should be disconnected when using the DSI display.
Edit device/brcm/rpi5/boot/config.txt and uncomment following lines under relevant sections.
# Display panel
dtoverlay=vc4-kms-dsi-7inch
# I2C
dtparam=i2c_arm=on
Edit device/brcm/rpi5/vendor.prop and change the following line.
# Display
debug.drm.mode.force=800x480
Edit device/brcm/rpi5/BoardConfig.mk and change the following line.
# Display
TARGET_SCREEN_DENSITY := 120
Any HDMI display should be disconnected when using the DSI display.
Edit device/brcm/rpi5/boot/config.txt and uncomment following lines under relevant sections.
# Display panel
dtoverlay=vc4-kms-dsi-ili9881-7inch
# I2C
dtparam=i2c_arm=on
Edit device/brcm/rpi5/vendor.prop and change the following line.
# Display
debug.drm.mode.force=720x1280
Edit device/brcm/rpi5/BoardConfig.mk and change the following line.
# Display
TARGET_SCREEN_DENSITY := 160