Go to file
Oliver Walters 0dec18df8f Added schematic symbol for the ILI9341 breakout board
This breakout board (commonly available on ebay for ~$5) has a 320x240 TFT LCD display, with an SPI interface
Also has an SD card slot.
This is the 9-pin interface module (there are other pinouts available e.g. with the addition of touch-screen interfaces.

e.g. http://www.ebay.com.au/itm/2-2-Inch-SPI-TFT-LCD-Serial-Port-Module-Display-ILI9341-5V-3-3V-New-/200953728196?hash=item2ec9c68cc4
2015-07-29 11:01:01 +10:00
CMakeModules Add 'make uninstall' support using CMake. Typically must be run as root from build dir. 2013-10-31 13:38:35 -05:00
library Added schematic symbol for the ILI9341 breakout board 2015-07-29 11:01:01 +10:00
modules Merge pull request #235 from Fat-Zer/CX56-12-3d 2015-07-25 13:23:02 +02:00
template fix #252: template layers translated 2015-07-25 11:25:42 +02:00
.gitignore ignoring bck and bak files 2015-07-07 19:28:56 +02:00
CMakeLists.txt Fix APPDATA environment variablt syntax for cmake 2015-06-19 20:32:55 +02:00
CONTRIBUTING.txt Rename CONTRIBUTING to CONTRIBUTING.txt 2015-03-13 08:48:57 +01:00
COPYRIGHT.txt Add license info for libraries (the GPL license) 2012-01-23 11:14:35 +01:00
KiCad_Library_Convention.txt Updated rule 1.4 about dimensions. 2015-04-06 15:05:56 -04:00
README.md updating README 2015-05-11 10:22:12 +02:00

kicad-library

The schematic and 3D libraries supported by KiCad team.

The footprint libraries are the *.pretty repos themselves and are used online by default. If you want to download them locally, the library-repos-install.bat and library-repos-install.sh scripts in the KiCad source can do this automatically.

How to Contribute

Please, check the CONTRIBUTING.txt file.