Hi everyone,
I’m currently looking into a 32 inch 2560x1440 curved TFT LCD module used in arcade-style gaming machines.
Before I go deeper into testing, I’d like to understand whether a display like this could realistically be driven by an Arduino board.
From what I can see, the display is not a simple SPI or parallel TFT. It seems to be a much larger, high-resolution module that typically relies on interfaces such as HDMI, LVDS, or eDP. Since Arduino boards don’t natively support these high-bandwidth video protocols, I assume additional hardware would be required, possibly:
A dedicated LCD driver board
A controller that outputs HDMI or LVDS
Or a more powerful single-board computer (e.g., Raspberry Pi) instead of Arduino
My main question is:
Has anyone here ever interfaced large curved LCDs (especially LVDS-based) with Arduino, even indirectly through a driver board?
I’m trying to figure out:
Whether Arduino can be used just for control logic (brightness, backlight, input switching, etc.)
Whether the display would require a completely separate video source
If there are known driver boards commonly used with modules like this
I’d love to hear suggestions or similar project experiences.
Any insights about feasibility, recommended controller boards, or common pitfalls would be greatly appreciated.
Thanks!