2 ** The ESP8266 ILI9341 display driver project **
5 * For a better view of this file
6 * Doxygen documentation: https://rawgit.com/magore/esp8266_ili9341/master/doxygen/html/index.html
8 @par The ESP8266 ILI9341 display driver project Copyright © 2014 Mike Gore
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.
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.
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/>.
22 @par Tool chain - used by this project - pfalcon/esp-open-sdk
23 @see https://github.com/pfalcon/esp-open-sdk
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
28 @par Optimized Line drawing function and Makefile from CHERTS
29 @see https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/esp8266_ili9341
31 @par ili9341.c driver code from Adafruit
32 @par Adafruit-GFX-Library Copyright (c) 2013 Adafruit Industries.
34 @see https://github.com/adafruit/Adafruit-GFX-Library
37 @par FatFs Copyright (c) 2013 ChaN
38 @see http://elm-chan.org/fsw/ff/00index_e.html
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
44 @par Rockbox font collections
45 @see http://www.rockbox.org
47 @par BDF Specification by Adobe
48 @see https://partners.adobe.com/public/developer/en/font/5005.BDF_Spec.pdf
51 @see https://www.gnu.org/software/freefont
53 @par Vector font Generation code from font_to_svg project
54 @see https://github.com/donbright/font_to_svg