LCD Driver code

Is there any example code for driving LCD displays from processors with LCD interfaces on the chip such as many arm varients have. Not just driving LCD displays from a VGA interface.

Paul

The existing graphics drivers examples are all that’s needed for the API side of things although the DDK documentation is lacking on how to manage all the structs.

As for controlling the hardware, you will need the chipset programming manual to sort out that side of the driver.

I presume you are booting with a serial port or telnet console and only want a Photon driver.

There are lots of examples from eQip to the BSPs for the various ARM boards we support.