2009-01-03 08:47 AM
STM32F103 and ILI9320 QTFT display
2011-05-17 04:36 AM
Hi.
I would like to know if any of you have made or got any working code snippets to get started with the ILI9320 connected to a STM32F103? I just finished my project using a Nokia 6610 display with the Epson controller, but as I've got this 2.4'' ILI9320 controlled QTFT display, I want to experiment with that too :) Best Regards Thomas Jespersen2011-05-17 04:36 AM
If not mistaken - that is the TFT ctrl. ic on the STM32 B & E eval boards. Everything you seek should be easily found... (you have truly lucked out)
2011-05-17 04:36 AM
You are right... The code for both of them includes some ILI9320 code, but the STM3210B-EVAL is not parrallel interfacing with the LCD, which the ILI9320 does!
But the STM3210E-EVAL is the right one, just one slightly change... My ILI9320 display is running 8-bit, not 16-bit as the display on the STM3210E-EVAL is doing! Is it possible to change this is the code? And where? :D2011-05-17 04:36 AM
Much depends on how/where your 2.4'' TFT originated. On STM eval kits there are 2 possible pcbs - which hold/connect the TFT. (one for serial SPI, other for 16 bit parallel)
Should you have the TFT supplied by ST - you can ''re-configure'' it to either SPI or parallel input! (can't recall if you can select between 8/16 bits) This is done by re-populating a few smt Rs on the flex pcb exiting the TFT. Tell us the vendor of your 2.4'' - or post spec and we may be able to help further.2011-05-17 04:36 AM
This is the display I've got:
The 8-bit or 16-bit is hardwired on the board, as that is a setting you can choose in the ILI9320 chip!2011-05-17 04:36 AM
Thank you - appears there are just 10 more of that 2.4 TFT - thus ''application review/support'' is hard to justify.
Suggest that you acquire ST's B or E eval board - these have been exhaustively designed to purpose - imho they will save you days/weeks of effort and enable you to properly focus on your application...2011-05-17 04:36 AM
Quote:
Thank you - appears there are just 10 more of that 2.4 TFT - thus ''application review/support'' is hard to justify.
What do you mean by this? I really want to do a project with the QTFT I allready have! :o2011-05-17 04:36 AM
I am simple ST client like you - try to offer support/guidance when/where able - and where it will have the maximum impact/benefit to others.
Believe I've provided a more efficient path for you...2011-05-17 04:36 AM
I think there are many others like me, looking for some ILI9320 8-bit code...
So isn't there a simple step to convert the 16-bit to 8-bit code? I have found every command in the code to be 16-bit, so first of all, they need to be translated, as stated in the datasheet! Also, where in the code is the pins, where the LCD is connected, defined?