GLCD with ILI9341

Please add any feature requests for Flowcode version 6 here

Moderator: Benj

Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Post Reply
yutronic
Posts: 18
Joined: Mon Jul 21, 2014 11:31 am
Has thanked: 10 times
Been thanked: 5 times
Contact:

GLCD with ILI9341

Post 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,
Attachments
2.2TFT320x240_Display.rar
Display data and codes
(3.83 MiB) Downloaded 451 times

hyperion007
Posts: 528
Joined: Sat Dec 01, 2012 1:23 pm
Location: Sweden
Has thanked: 49 times
Been thanked: 101 times
Contact:

Re: GLCD with ILI9341

Post 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

yutronic
Posts: 18
Joined: Mon Jul 21, 2014 11:31 am
Has thanked: 10 times
Been thanked: 5 times
Contact:

Re: GLCD with ILI9341

Post 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...

jorge66
Posts: 3
Joined: Mon Jun 27, 2016 3:49 pm
Contact:

Re: GLCD with ILI9341

Post by jorge66 »

Can I use Arial or Times New Roman font in this display? Or other font? regards.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: GLCD with ILI9341

Post 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

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: GLCD with ILI9341

Post 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.

Post Reply