Page 1 of 1

GLCD with ILI9341

Posted: Sat Aug 09, 2014 2:20 pm
by yutronic
Hi,
any chances of creating a component for 2.2" 320X240 SPI ILI9341 glcd ? I have the datasheet and codes (attached), but not enough knowledge to create one myself. I believe that many Flowcode users would highly appreciate it.
With best regards,

Re: GLCD with ILI9341

Posted: Sun Aug 10, 2014 8:01 am
by hyperion007
This falls under the UTFT request I posted long ago: http://www.matrixtsl.com/mmforums/viewt ... 56&t=14170

Here is a post on another forum about this display and the UTFT library: http://forum.pjrc.com/threads/25579-UTF ... CD-Display

Re: GLCD with ILI9341

Posted: Sun Aug 10, 2014 9:37 pm
by yutronic
Yes I saw it, but believe that it is a lot of work (maybe I'm wrong). Maybe this will be easier to do because I provided datasheet and codes and there are arduino codes for ILI9340 & ILI9341 too, which I believe can be modified in relatively short time. There are many small 2.2" LCD's with these two chips with excellent price/quality ratio and they could be interesting to many. So, maybe...

Re: GLCD with ILI9341

Posted: Mon Jun 27, 2016 5:37 pm
by jorge66
Can I use Arial or Times New Roman font in this display? Or other font? regards.

Re: GLCD with ILI9341

Posted: Wed Jun 29, 2016 9:55 am
by Benj
Hello,

Here is information on how the Font is drawn.

viewtopic.php?f=7&t=16917&p=70360&hilit ... ont#p70337

And here you can find how to change the font in Flowcode 6.

viewtopic.php?f=54&t=16703&p=69140&hili ... ont#p69140

Re: GLCD with ILI9341

Posted: Thu Jun 30, 2016 9:08 pm
by Benj
You could also draw the font you want from a bitmap if the content is fixed. Either streamed from an sd card or in v7 there is a new component to place a bitmap into rom and draw from there.