For a project, we are using a SOM with a display to go along with it (7" with Cap Touch). The SOM Supports, HDMI, eDP, MIPI communication directly via dedicated connectors .we are currently trying to figure out which display protocol ( HDMI, MIPI, eDP) is the best to go forward with. One Issue we currently have is that we lack experienced software programmers who have experience writing drivers for Displays.
I also had one observation and some questions: From our conversation with some Display vendors for MIPI DIsplays,I was told that OS drivers are not provided by manufacturers and vendors; but are to be written by end-user. [meaning, we have to write our own drivers
].
I also had one observation and some questions: From our conversation with some Display vendors for MIPI DIsplays,I was told that OS drivers are not provided by manufacturers and vendors; but are to be written by end-user. [meaning, we have to write our own drivers

- Q : Is the above observation correct, or are we being misled by the vendors? Do you have more opinions on the above observation?
- Q : Also, is there any easy way in developing drivers for the MIPI display we intend to use?? (Use use Android OS)
- Q : Does eDP require different drivers for different displays (or does it work like HDMI, one driver for all displays) ??
- Q : What is the general approach taken to narrow down on what display communication protocol to use in embedded applications? (among eDP, HDMI,MIPI)
Comment