ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
COPYRIGHT

COPYRIGHT

** The ESP8266 ILI9341 display driver project **

Documentation
The ESP8266 ILI9341 display driver project Copyright © 2014 Mike Gore

This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.


Tool chain - used by this project - pfalcon/esp-open-sdk
See also
https://github.com/pfalcon/esp-open-sdk
Alternate tool chain - CHERTS esp8266-devkit - great set of examples!
See also
https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/esp8266_ili9341
Optimized Line drawing function and Makefile from CHERTS
See also
https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/esp8266_ili9341
ili9341.c driver code from Adafruit
Adafruit-GFX-Library Copyright (c) 2013 Adafruit Industries.
All rights reserved.
See also
https://github.com/adafruit/Adafruit-GFX-Library
FatFS code
FatFs Copyright (c) 2013 ChaN
See also
http://elm-chan.org/fsw/ff/00index_e.html
UCS X11 fixed fonts by Markus Kuhn, etc
See also
http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
  • Unicode versions of the X11 "misc-fixed-*" fonts
Rockbox font collections
See also
http://www.rockbox.org
BDF Specification by Adobe
See also
https://partners.adobe.com/public/developer/en/font/5005.BDF_Spec.pdf
GNU Free Fonts
See also
https://www.gnu.org/software/freefont
Vector font Generation code from font_to_svg project
See also
https://github.com/donbright/font_to_svg