forked from ys-fang/OSEP
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix arduino web serial oled zh-tw font
- Loading branch information
Showing
166 changed files
with
460,115 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
|
||
The U8g2lib code (http://code.google.com/p/u8g2/ and | ||
https://github.com/olikraus/U8g2_Arduino) is licensed under the terms of | ||
the new-bsd license (two-clause bsd license). | ||
See also: http://www.opensource.org/licenses/bsd-license.php | ||
|
||
The repository and optionally the releases contain icons, which are | ||
derived from the WPZOOM Developer Icon Set: | ||
http://www.wpzoom.com/wpzoom/new-freebie-wpzoom-developer-icon-set-154-free-icons/ | ||
WPZOOM Developer Icon Set by WPZOOM is licensed under a Creative Commons | ||
Attribution-ShareAlike 3.0 Unported License. | ||
|
||
Fonts are licensed under different conditions. | ||
See | ||
https://github.com/olikraus/u8g2/wiki/fntgrp | ||
for detailed information on the licensing conditions for each font. | ||
|
||
============ X11 Fonts COUR, HELV, NCEN, TIM, SYMB ============ | ||
|
||
For fonts derived from the following files, the license below applies. | ||
COURB08.BDF COURB10.BDF COURB12.BDF COURB14.BDF COURB18.BDF | ||
COURB24.BDF COURR08.BDF COURR10.BDF COURR12.BDF COURR14.BDF | ||
COURR18.BDF COURR24.BDF HELVB08.BDF HELVB10.BDF HELVB12.BDF HELVB14.BDF | ||
HELVB18.BDF HELVB24.BDF HELVR08.BDF HELVR10.BDF HELVR12.BDF HELVR14.BDF | ||
HELVR18.BDF HELVR24.BDF NCENB08.BDF NCENB10.BDF NCENB12.BDF | ||
NCENB14.BDF NCENB18.BDF NCENB24.BDF NCENR08.BDF NCENR10.BDF | ||
NCENR12.BDF NCENR14.BDF NCENR18.BDF NCENR24.BDF SYMB08.BDF SYMB10.BDF | ||
SYMB12.BDF SYMB14.BDF SYMB18.BDF SYMB24.BDF TIMB08.BDF TIMB10.BDF | ||
TIMB12.BDF TIMB14.BDF TIMB18.BDF TIMB24.BDF TIMR08.BDF TIMR10.BDF | ||
TIMR12.BDF TIMR14.BDF TIMR18.BDF TIMR24.BDF | ||
|
||
Copyright 1984-1989, 1994 Adobe Systems Incorporated. | ||
Copyright 1988, 1994 Digital Equipment Corporation. | ||
|
||
Adobe is a trademark of Adobe Systems Incorporated which may be | ||
registered in certain jurisdictions. | ||
Permission to use these trademarks is hereby granted only in | ||
association with the images described in this file. | ||
|
||
Permission to use, copy, modify, distribute and sell this software | ||
and its documentation for any purpose and without fee is hereby | ||
granted, provided that the above copyright notices appear in all | ||
copies and that both those copyright notices and this permission | ||
notice appear in supporting documentation, and that the names of | ||
Adobe Systems and Digital Equipment Corporation not be used in | ||
advertising or publicity pertaining to distribution of the software | ||
without specific, written prior permission. Adobe Systems and | ||
Digital Equipment Corporation make no representations about the | ||
suitability of this software for any purpose. It is provided "as | ||
is" without express or implied warranty. | ||
|
||
|
||
============ BSD License for U8g2lib Code ============ | ||
|
||
Universal 8bit Graphics Library (http://code.google.com/p/u8g2/ and | ||
https://github.com/olikraus/U8g2_Arduino) | ||
|
||
Copyright (c) 2016, [email protected] | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright notice, this list | ||
of conditions and the following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above copyright notice, this | ||
list of conditions and the following disclaimer in the documentation and/or other | ||
materials provided with the distribution. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | ||
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR | ||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | ||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# U8g2_Arduino: Arduino Monochrome Graphics Library | ||
|
||
![https://raw.githubusercontent.com/wiki/olikraus/u8g2/img/uc1701_dogs102_uno_board_320.jpg](https://raw.githubusercontent.com/wiki/olikraus/u8g2/img/uc1701_dogs102_uno_board_320.jpg) | ||
|
||
U8glib V2 library for Arduino | ||
|
||
Description: https://github.com/olikraus/u8g2/wiki | ||
|
||
Issue Tracker: https://github.com/olikraus/u8g2/issues | ||
|
||
Download (2.28.10): https://github.com/olikraus/U8g2_Arduino/archive/master.zip | ||
|
Oops, something went wrong.