
AsadRehman
Members-
Content Count
6 -
Joined
-
Last visited
About AsadRehman
-
Rank
Noob Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Also from where I can buy LCD used in 240x320 2.2" TFT with ILI9340C by Adafruit breakout board? YX220QV06(REV.C) is written on the back side of LCD.
-
@terjeio Thanks a lot for schematic. I need schematic for 2.2" Adafruit LCD with ILI9340C driver breakout board. @terjeio In your schematic I have to connect a whole LCD break out board. I want to implement LCD, LCD driver and micro controller on a single PCB. I don't want to use any break out board because of space issue. SO if any one have the schematic for 240x320 2.2" TFT with ILI9340C by Adafruit breakout board please share. Thanks again.
-
Is there any circuit diagram available for interfacing 240x320 2.2" adafruit LCD with ILI9340C driver IC? I want to put LCD, Driver IC and TIVA micro controller on Same PCB. Thanks in advance.
-
I got required library from following forum: https://forum.43oh.com/topic/7476-library-color-lcd-graphics-library/ I downloaded below mentioned file. ugl16tiva.zip I did some changes in original program so that I can connect TIVA C with ILI9340C LCD. I used SPI0 instead of SPI2. Also I changed header file tm4c123gh6pge to tm4c123gh6pm. the code is working fine for me but sometime I have to reset my launchpad several times. I connect PA7 with RST pin of screen and now that resting issue i also resolved. Now I'm using the following Pin
-
Hi Everyone, I'm looking for ILI9340C library so that I can import that library in Energia and burn a program on TIVA C series. I read some of the forums on this websites but some people are using a different launchpad and some are using ILI9341 or some other LCD. I need to work with TIVA C launch pad and ILI9340. I'm using Energia. Before that I was Using Keil uVision to make some libraries for TIVA C Launchpad to work with ILI9340 but that were not that much efficient. I read some of you successfully made libraries to work with TIVA C launcpad and ILI9340 but links provided on th