Skip to content

Library for ILI9341 SPI LCD display to be used with Adafruit_mfGFX library

Notifications You must be signed in to change notification settings

sagiftw/ILI9341_SPI_LCD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ILI9341 SPI LCD Library

Library for ILI9341 low cost SPI LCD displays.

Updated Jan 10, 2016 - Fixed fast GPIO for compatibility with new/old firmware

Requirements

Adafruit_mfGFX library

Usage

Hardware SPI is used:

A2 : SS(Slave Select)

A3 : SCK(Serial Clock)

A4 : MISO(Master In Slave Out)

A5 : MOSI(Master Out Slave In)

Constructor:

Adafruit_ILI9341 display(uint8_t cs, uint8_t dc, uint8_t rst)

cs - Chip select (aka slave select)
dc - D/C or A0 on the unit (Data/command select)
rst - Reset

About

Library for ILI9341 SPI LCD display to be used with Adafruit_mfGFX library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.2%
  • Other 37.8%