Dear All,
Now our customers are choosing the I.MX-8M-Nano for their products.
However, the LCDs they want to use have an unusual aspect ratio as follows.
The outline specification of i.MX8M-Nano is described as 1080P.
Does the i.MX8M-Nano have the ability to drive the LCD with the above specifications with MIPI-DSI?
If we want to try it, please tell me where to change the BSP.
Best Regards,
George
Solved! Go to Solution.
current imx8 board supports oled display, if you need porting new display by yourself, you can refer to the dts and driver of oled
for all of panel driver, you can find:
"https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel?h=lf-5.10.y"
current imx8 board supports oled display, if you need porting new display by yourself, you can refer to the dts and driver of oled
for all of panel driver, you can find:
"https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel?h=lf-5.10.y"
Hello @joanxie,
I checked panel-raydium-rm67191.c you taught me.
From Source Code, this LCD looks portrait-type and has more than the number of Virtical lines we need.
But then I was confused by the documentation for MX8-DSI-OLED1(AN12189).
Because the OLED is described as 1920*1080.
Is this OLED (with RM67191) actually H:1080*V:1920?
If so, I could tell the customer that the i.MX 8MN can handle H:480*V:1280 LCD
Best Regards,
George
yes, you are right, refer to the RM, imx8mn mipi dsi can support Maximum resolution ranges up to 1920x1200p60
Hello @joanxie,
We can refer to the driver source code and device tree you have provided.
Is there any information about availability for 1280 lines?
BR,
George