ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
COPYRIGHT.md
Go to the documentation of this file.
1 \section COPYRIGHT
2 ** The ESP8266 ILI9341 display driver project **
3 
4 @par Documentation
5  * For a better view of this file
6  * Doxygen documentation: https://rawgit.com/magore/esp8266_ili9341/master/doxygen/html/index.html
7 
8 @par The ESP8266 ILI9341 display driver project Copyright © 2014 Mike Gore
9 
10  This is free software: you can redistribute it and/or modify it under the
11  terms of the GNU General Public License as published by the Free Software
12  Foundation, either version 3 of the License, or (at your option) any later version.
13 
14  The software is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  GNU General Public License for more details.
18 
19  You should have received a copy of the GNU General Public License
20  along with this program. If not, see <http://www.gnu.org/licenses/>.
21 ___
22  @par Tool chain - used by this project - pfalcon/esp-open-sdk
23  @see https://github.com/pfalcon/esp-open-sdk
24 ___
25  @par Alternate tool chain - CHERTS esp8266-devkit - great set of examples!
26  @see https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/esp8266_ili9341
27 ___
28  @par Optimized Line drawing function and Makefile from CHERTS
29  @see https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/esp8266_ili9341
30 ___
31  @par ili9341.c driver code from Adafruit
32  @par Adafruit-GFX-Library Copyright (c) 2013 Adafruit Industries.
33  All rights reserved.
34  @see https://github.com/adafruit/Adafruit-GFX-Library
35 ___
36  @par FatFS code
37  @par FatFs Copyright (c) 2013 ChaN
38  @see http://elm-chan.org/fsw/ff/00index_e.html
39 ___
40  @par UCS X11 fixed fonts by Markus Kuhn, etc
41  @see http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
42  * Unicode versions of the X11 "misc-fixed-*" fonts
43 ___
44  @par Rockbox font collections
45  @see http://www.rockbox.org
46 ___
47  @par BDF Specification by Adobe
48  @see https://partners.adobe.com/public/developer/en/font/5005.BDF_Spec.pdf
49 ___
50  @par GNU Free Fonts
51  @see https://www.gnu.org/software/freefont
52 ___
53  @par Vector font Generation code from font_to_svg project
54  @see https://github.com/donbright/font_to_svg