2009-10-20 16:38:21 TFT 432x240 ILI9326
Silver Pine (UNITED STATES)
Message: 81495
Where is a good starting point to create a driver for a TFT 432x240 display using an ILI9326 driver?
I will be creating similar drivers for both uboot and uClinux. The blackfin 516 is memory mapped for 1 MB at the 2000 0000 address for the 16 bit display.
silverpine
QuoteReplyEditDelete
2009-10-21 03:29:40 Re: TFT 432x240 ILI9326
Mike Frysinger (UNITED STATES)
Message: 81526
read the documentation:
docs.blackfin.uclinux.org/doku.php?id=linux-kernel:drivers
or read any of the already existing Blackfin drivers in the framebuffer dir:
linux-2.6.x/drivers/video/
QuoteReplyEditDelete
2010-03-27 00:52:53 Re: TFT 432x240 ILI9326
Kevin Davis (UNITED STATES)
Message: 87746
digging up a very old thread to ask you whether you ever created a driver for ili9326 and if I might see your source. Spi or mddi? I'm trying to port linux to the lg incite, using kernel 2.6.27 and ili9326 mddi client.