-
Notifications
You must be signed in to change notification settings - Fork 17
/
README.txt
26 lines (19 loc) · 1020 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is a library for the SPI lcd display.
This library support these lcd controller:
ILI9325
ILI9328
ILI9341
HX8357D
HX8347G
HX8347I
ILI9486
ST7735S
SSD1283A
Check out the file of LCDWIKI SPI lib Requirements for our tutorials and wiring diagrams.
These displays use spi bus to communicate, 5 pins are required to interface (MISO is no need).
Basic functionally of this library was origianlly based on the demo-code of Adafruit GFX lib and Adafruit SPITFT lib.
MIT license, all text above must be included in any redistribution
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder LCDWIKI_SPI. Check that the LCDWIKI_SPI folder contains LCDWIKI_SPI.cpp and LCDWIKI_SPI.h
Place the LCDWIKI_SPI library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE
Also requires the LCDWIKI_GUI library for Arduino.
https://github.com/lcdwiki/LCDWIKI_gui