forked from lcdwiki/LCDWIKI_kbv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
27 lines (19 loc) · 1.09 KB
/
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
27
This is a library for the lcd display.
This library support these lcd controller:
ILI9325
ILI9328
ILI9341
HX8357D
HX8347G
HX8347I
ILI9486
ST7735S
Check out the file of LCDWIKI KBV lib Requirements for our tutorials and wiring diagrams.
These displays use 8-bit and 16-bit parallel to communicate, 12 or 13 pins are required to interface (RST is optional).
check out the file of lcd_mode.h for switching between 8bit mode and 16 bit mode.
Basic functionally of this library was origianlly based on the demo-code of Adafruit GFX lib and Adafruit TFTLCD 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_KBV. Check that the LCDWIKI_KBV folder contains LCDWIKI_KBV.cpp and LCDWIKI_KBV.h
Place the LCDWIKI_KBV 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