Skip to content

Commit 9642c8e

Browse files
authored
Merge pull request #108 from cyberman54/development
v1.3.91
2 parents 516c84e + beb7d9a commit 9642c8e

File tree

137 files changed

+339315
-1262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+339315
-1262
lines changed

lib/U8g2_ID942-tweaked/.library.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"description": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1701, ST7565, ST7567, ST7588, ST75256, NT7534, IST3020, ST7920, LD7032, KS0108, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.",
3+
"repository": {
4+
"url": "https://github.com/olikraus/U8g2_Arduino",
5+
"type": "git"
6+
},
7+
"platforms": [
8+
"atmelavr",
9+
"atmelsam",
10+
"espressif32",
11+
"espressif8266",
12+
"intel_arc32",
13+
"microchippic32",
14+
"nordicnrf51",
15+
"nordicnrf52",
16+
"ststm32",
17+
"teensy",
18+
"timsp430"
19+
],
20+
"export": {
21+
"exclude": [
22+
"extras",
23+
"docs",
24+
"tests",
25+
"test",
26+
"*.doxyfile",
27+
"*.pdf"
28+
],
29+
"include": null
30+
},
31+
"authors": [
32+
{
33+
"maintainer": true,
34+
"name": "oliver",
35+
"url": null,
36+
"email": "olikraus@gmail.com"
37+
}
38+
],
39+
"keywords": [
40+
"display"
41+
],
42+
"id": 942,
43+
"name": "U8g2",
44+
"frameworks": [
45+
"arduino"
46+
],
47+
"version": "2.23.12",
48+
"homepage": "https://github.com/olikraus/u8g2"
49+
}

lib/U8g2_ID942-tweaked/LICENSE

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
2+
The U8g2lib code (http://code.google.com/p/u8g2/ and
3+
https://github.com/olikraus/U8g2_Arduino) is licensed under the terms of
4+
the new-bsd license (two-clause bsd license).
5+
See also: http://www.opensource.org/licenses/bsd-license.php
6+
7+
The repository and optionally the releases contain icons, which are
8+
derived from the WPZOOM Developer Icon Set:
9+
http://www.wpzoom.com/wpzoom/new-freebie-wpzoom-developer-icon-set-154-free-icons/
10+
WPZOOM Developer Icon Set by WPZOOM is licensed under a Creative Commons
11+
Attribution-ShareAlike 3.0 Unported License.
12+
13+
Fonts are licensed under different conditions.
14+
See
15+
https://github.com/olikraus/u8g2/wiki/fntgrp
16+
for detailed information on the licensing conditions for each font.
17+
18+
============ X11 Fonts COUR, HELV, NCEN, TIM, SYMB ============
19+
20+
For fonts derived from the following files, the license below applies.
21+
COURB08.BDF COURB10.BDF COURB12.BDF COURB14.BDF COURB18.BDF
22+
COURB24.BDF COURR08.BDF COURR10.BDF COURR12.BDF COURR14.BDF
23+
COURR18.BDF COURR24.BDF HELVB08.BDF HELVB10.BDF HELVB12.BDF HELVB14.BDF
24+
HELVB18.BDF HELVB24.BDF HELVR08.BDF HELVR10.BDF HELVR12.BDF HELVR14.BDF
25+
HELVR18.BDF HELVR24.BDF NCENB08.BDF NCENB10.BDF NCENB12.BDF
26+
NCENB14.BDF NCENB18.BDF NCENB24.BDF NCENR08.BDF NCENR10.BDF
27+
NCENR12.BDF NCENR14.BDF NCENR18.BDF NCENR24.BDF SYMB08.BDF SYMB10.BDF
28+
SYMB12.BDF SYMB14.BDF SYMB18.BDF SYMB24.BDF TIMB08.BDF TIMB10.BDF
29+
TIMB12.BDF TIMB14.BDF TIMB18.BDF TIMB24.BDF TIMR08.BDF TIMR10.BDF
30+
TIMR12.BDF TIMR14.BDF TIMR18.BDF TIMR24.BDF
31+
32+
Copyright 1984-1989, 1994 Adobe Systems Incorporated.
33+
Copyright 1988, 1994 Digital Equipment Corporation.
34+
35+
Adobe is a trademark of Adobe Systems Incorporated which may be
36+
registered in certain jurisdictions.
37+
Permission to use these trademarks is hereby granted only in
38+
association with the images described in this file.
39+
40+
Permission to use, copy, modify, distribute and sell this software
41+
and its documentation for any purpose and without fee is hereby
42+
granted, provided that the above copyright notices appear in all
43+
copies and that both those copyright notices and this permission
44+
notice appear in supporting documentation, and that the names of
45+
Adobe Systems and Digital Equipment Corporation not be used in
46+
advertising or publicity pertaining to distribution of the software
47+
without specific, written prior permission. Adobe Systems and
48+
Digital Equipment Corporation make no representations about the
49+
suitability of this software for any purpose. It is provided "as
50+
is" without express or implied warranty.
51+
52+
53+
============ BSD License for U8g2lib Code ============
54+
55+
Universal 8bit Graphics Library (http://code.google.com/p/u8g2/ and
56+
https://github.com/olikraus/U8g2_Arduino)
57+
58+
Copyright (c) 2016, olikraus@gmail.com
59+
All rights reserved.
60+
61+
Redistribution and use in source and binary forms, with or without modification,
62+
are permitted provided that the following conditions are met:
63+
64+
* Redistributions of source code must retain the above copyright notice, this list
65+
of conditions and the following disclaimer.
66+
67+
* Redistributions in binary form must reproduce the above copyright notice, this
68+
list of conditions and the following disclaimer in the documentation and/or other
69+
materials provided with the distribution.
70+
71+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
72+
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
73+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
74+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
75+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
76+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
77+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
78+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
79+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
80+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
81+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
82+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
83+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
84+

lib/U8g2_ID942-tweaked/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# U8g2_Arduino: Arduino Monochrome Graphics Library
2+
3+
![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)
4+
5+
U8glib V2 library for Arduino
6+
7+
Description: https://github.com/olikraus/u8g2/wiki
8+
9+
Issue Tracker: https://github.com/olikraus/u8g2/issues
10+
11+
Download (2.23.12): https://github.com/olikraus/U8g2_Arduino/archive/master.zip
12+

0 commit comments

Comments
 (0)