Hello friends,
Im using 7 inches TFT module (800x480) with LPC1788 controller. This is the first time I'm using a TFT module. Somehow I have managed to get some theoretical idea about TFT. But I have confused with the use SDRAM with TFT module. Is SDRAM is optional or it is compulsory if we are using a TFT LCD especially 7 inches LCD? Can someone please help me regarding this issue?
You use registers to configure the memory controller.
You don't use registers to read and write from the DRAM memory.
If you needed registers to read/write then the compiler wouldn't be able to use pointers and variables within the DRAM...
Yes I'm getting the concept. Thank you for everyone for your kind reply.