MIPI-DSI support on Renesas RA8Dx

Important: unclear posts may not receive useful answers.

Before posting

  • Get familiar with Markdown to format and structure your post
  • Be sure to update lvgl from the latest version from the master branch.
  • Read the

Delete this section if you read and applied the mentioned points.

Description

Does LVGL support MIPI-DSI interface on Renesas RA8D1, RA8D2 devices ?

There is no mention of MIPI on Built-in Drivers of Renesas:
https://docs.lvgl.io/master/integration/chip_vendors/renesas/built_in_drivers.html

And also I cannot see any handling of MIPI in the LVGL port (v.9.3) on FSP (v6.4) looking at the RM_LVGL_PORT_Open function.

What MCU/Processor/Board and compiler are you using?

Renesas RA8D1, RA8D2

What do you want to achieve?

What have you tried so far?

Code to reproduce

Add the relevant code snippets here.

The code block(s) should be between ```c and ``` tags:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

@AZ_Renesas, Yes, support RA8D1/D2/P1. Please, check website: Supported Boards — LVGL

Hi @halyssonJr ,

My question was for MIPI-DSI interface specifically. The example projects are using the Parallel RGB interface with GLCDC support. Is there anything with MIPI-DSI ?

Hey,

LVGL doesn’t have a builtin driver for Renesas MIPI Interface.

In the latest FSPs LVGL is a manged component, and the Renesas-LVGL glue code is also generated by FSP, not using any built-in LVGL driver.

So it’s and FSP question wether LVGL supports MIPI directly. Unfortunately I don’t have a MIPI development board to test it right now, but we can check if the generated code looks sane.

Thanks @kisvegabor