1.. _rtkmipilcdb00000be: 2 3RTKMIPILCDB00000BE MIPI Display 4############################### 5 6Overview 7******** 8 9The Focus LCDs RTKMIPILCDB00000BE MIPI Display is a 4.5 inch TFT 480x854 pixels 10capacitive touch panel, and a backlight unit. 11 12This display uses a 26 pin connector header. 13 14Pins Assignment of the Renesas RTKMIPILCDB00000BE MIPI Display 15============================================================== 16 17+-----------------------+------------------------+ 18| Connector Pin | Function | 19+=======================+========================+ 20| 14 | Touch ctrl I2C SDA | 21+-----------------------+------------------------+ 22| 15 | Display backlight enable| 23+-----------------------+------------------------+ 24| 16 | Touch ctrl I2C SCL | 25+-----------------------+------------------------+ 26| 17 | External interrupt | 27+-----------------------+------------------------+ 28| 18 | Display reset | 29+-----------------------+------------------------+ 30 31Hardware Requirements: 32********************** 33 34Supported Renesas RA boards: EK-RA8D1 35- 1 x RA Board 36- 1 x Micro USB cable 37 38Hardware Configuration: 39*********************** 40 41The MIPI Graphics Expansion Port (J58) connects the EK-RA8D1 board to the MIPI Graphics Expansion Board 42supplied as part of the kit. 43 44Set the configuration switches (SW1) as below to avoid potential failures. 45 +-------------+-------------+--------------+------------+------------+------------+-------------+-----------+ 46 | SW1-1 PMOD1 | SW1-2 TRACE | SW1-3 CAMERA | SW1-4 ETHA | SW1-5 ETHB | SW1-6 GLCD | SW1-7 SDRAM | SW1-8 I3C | 47 +-------------+-------------+--------------+------------+------------+------------+-------------+-----------+ 48 | OFF | OFF | OFF | OFF | OFF | ON | ON | OFF | 49 +-------------+-------------+--------------+------------+------------+------------+-------------+-----------+ 50 51Programming 52*********** 53 54Set ``--shield=rtkmipilcdb00000be`` when you invoke ``west build``. For 55example: 56 57.. zephyr-app-commands:: 58 :zephyr-app: tests/drivers/display/display_read_write 59 :board: ek_ra8d1 60 :shield: rtkmipilcdb00000be 61 :goals: build 62