TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141403 times)
  2. FAT32 Library (74248 times)
  3. Network Ethernet Library (58789 times)
  4. USB Device Library (48885 times)
  5. Network WiFi Library (44675 times)
  6. FT800 Library (44195 times)
  7. GSM click (30911 times)
  8. mikroSDK (29755 times)
  9. PID Library (27383 times)
  10. microSD click (27312 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Library

ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560

Rating:

0

Author: Shawon Shahryiar

Last Updated: 2017-02-12

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 3072 times

Not followed.

License: MIT license  

This is a library demo for ILI9341 TFT display controller using 16-bit parallel port/8080 interface. Although MikroE compilers support for this TFT controller and many others, I coded this library for anyone using any compiler. I used an Arduino Mega2560 and TFT shield but the code is written with MikroC for AVR.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560" changes.

Do you want to report abuse regarding "ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560".

  • Information
  • Comments (1)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Library Blog

ILI9341 16-bit/8080 Interface Demo

ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560

Watch on YouTube
Printing Numbers and Strings

Printing Numbers and Strings

ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560

View full image
2D Graphics Test (Flag of Bangladesh)

2D Graphics Test (Flag of Bangladesh)

ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560

View full image
Printing BMP Image

Printing BMP Image

ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560

View full image
Touch Screen Test

Touch Screen Test

ILI9341 320x240 TFT Touch Display 16-bit Parallel (8080) Mode Demo with ATMega2560

View full image

ALSO FROM THIS AUTHOR

XMega DAC Example

0

XMega DAC Example. http://embedded-lab.com/blog/?p=9952

[Learn More]

DM8BA10 TM1622 16-Segment COG Display Demo

1

DM8BA10 is a TM1622 16-Segment COG LCD available in AliExpress, Amazon and other online platforms. COG displays are usually cheaper compared to GLCDs, OLEDs and other forms of displays but they lack documentation and sample code. Here I demoed a DM8BA10 COG display using an ATMega8A and DHT11 relative humidity-temperature sensor.

[Learn More]

Estimating AC Line Frequency while Measuring RMS Voltage

0

This demo shows how we can estimate AC line frequency while measuring RMS voltage. This method is a very crude one but it can be improved with some changes. The concept here is to count the low-to-high and high-to-low transitions around half VCC during RMS measurement. The code is written with CCS PIC C compiler.

[Learn More]