Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 2.13 KB

COPYRIGHT.md

File metadata and controls

54 lines (49 loc) · 2.13 KB

\section COPYRIGHT ** The ESP8266 ILI9341 display driver project **

@par Documentation

@par 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/.


@par Tool chain - used by this project - pfalcon/esp-open-sdk @see https://github.com/pfalcon/esp-open-sdk


@par Alternate tool chain - CHERTS esp8266-devkit - great set of examples! @see https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/esp8266_ili9341


@par Optimized Line drawing function and Makefile from CHERTS @see https://github.com/CHERTS/esp8266-devkit/tree/master/Espressif/examples/esp8266_ili9341


@par ili9341.c driver code from Adafruit @par Adafruit-GFX-Library Copyright (c) 2013 Adafruit Industries.
All rights reserved. @see https://github.com/adafruit/Adafruit-GFX-Library


@par FatFS code @par FatFs Copyright (c) 2013 ChaN @see http://elm-chan.org/fsw/ff/00index_e.html


@par UCS X11 fixed fonts by Markus Kuhn, etc @see http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html

  • Unicode versions of the X11 "misc-fixed-*" fonts

@par Rockbox font collections @see http://www.rockbox.org


@par BDF Specification by Adobe @see https://partners.adobe.com/public/developer/en/font/5005.BDF_Spec.pdf


@par GNU Free Fonts @see https://www.gnu.org/software/freefont


@par Vector font Generation code from font_to_svg project @see https://github.com/donbright/font_to_svg