ST B-DSI-MB1314

Overview

This shield provides a DSI display, based on a round AMOLED touch-sensitive panel of 1.2 inches and 390x390 pixels. The panel controller is a RM67162 and the panel G1120TB103GF-001.

B-DSI-MB1314 Image

B-DSI-MB1314 Image

Requirements

Your board needs to have zephyr_mipi_dsi and zephyr_lcd_controller device-tree labels to work with this shield.

Usage

The shield can be used in any application by setting SHIELD to st_b_dsi_mb1314 and adding the necessary board specific device tree properties.

Set --shield "st_b_dsi_mb1314" when you invoke west build. For example:

# From the root of the zephyr repository
west build -b stm32l4r9i_disco --shield st_b_dsi_mb1314 samples/drivers/display

References