Hello world,
I’m trying to interface LCD with Generic RGB display, I’m using Toradex LXDE Demo Image, when LCD got connected, it is not displaying well, so I’m trying to configure the settings using fbdev interface,
this is what my configuration
Got this from logs
Hi @alex.tx ,
I’m using IMX6DL, so need to edit imx6dl-colibri-eval-v3.dts, but here I dont see any lcdif node here to configure LCD.
For now I’m editing colibri-imx6_parallel-rgb_overlay.dts display-vga_overlay.dts
editing these things I’m able to fit display screen some what closer to LCD. but for now touch is not working, the cursor is not moving.
this being done, with the help of display-vga_overlays.dts, not because of colibri-imx6_parallel-rgb_overlay.dts, because when I dont use display-vga_overlays.dts it is not taking any affect on screen size, but when I modify and add display-vga_overlays.dts it is reflecting on LCD screen.
So here are my question
1.Even though screen got fitted(not accurately), why touch is not working, which was working fine with default overlays.
2. why vga overlay taking effect on LCD screen why not parallel-rgb_overlay?
The LXDE Demo Image you mentioned is BSP 2.8, which does not support device tree overlays. Overlays were introduced starting from BSP 5. Can you please confirm the BSP version you are working with?
Could you please share your device tree here so that we can have a look?
Furthermore, a link to the display you’re using might be useful as well.