Skip to content

Commit 20976e5

Browse files
authored
Merge pull request #15 from sparkfun/1in3_updates
Updates for the Qwiic OLED 1.3in
2 parents 206a98e + be6968b commit 20976e5

File tree

14 files changed

+25
-2
lines changed

14 files changed

+25
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
<td><a href="https://www.sparkfun.com/products/17153"><img src="https://cdn.sparkfun.com//assets/parts/1/6/1/3/5/17153-SparkFun_Qwiic_OLED_Display__0.91_in__128x32_-05.jpg"></a></td>
2020
<td><a href="https://www.sparkfun.com/products/15173"><img src="https://cdn.sparkfun.com//assets/parts/1/3/5/8/8/SparkFun_Transparent_Graphical_OLED_Breakout__Qwiic__Hookup_Guide.gif"></a></td>
2121
<td><a href="https://www.sparkfun.com/products/18996"><img src="https://cdn.sparkfun.com//assets/parts/1/8/5/7/8/18996-smo__l_Display__0.91_in__128x32_-01.jpg"></a></td>
22+
<td><a href="https://www.sparkfun.com/products/23453"><img src="https://cdn.sparkfun.com//assets/parts/2/3/7/6/0/23453-Qwiic-OLED-Feature-WithDisplay.jpg"></a></td>
2223
</tr>
2324
<tr align="center">
2425
<td><a href="https://www.sparkfun.com/products/14532">SparkFun Micro OLED Breakout (Qwiic) (LCD-14532)</a></td>
2526
<td><a href="https://www.sparkfun.com/products/17153">SparkFun Qwiic OLED Display (0.91 in, 128x32) (LCD-17153)</a></td>
2627
<td><a href="https://www.sparkfun.com/products/15173">SparkFun Transparent Graphical OLED Breakout (Qwiic) (LCD-15173)</a></td>
2728
<td><a href="https://www.sparkfun.com/products/18996">smôl OLED Display (0.91 in, 128x32) (SPX-18996)</a></td>
29+
<td><a href="https://www.sparkfun.com/products/23453">SparkFun Qwiic OLED - (1.3in., 128x64) (LCD-23453)</a></td>
2830
</tr>
2931
</table>
3032

@@ -61,7 +63,8 @@ Above, the OLED on the right is running the original Micro OLED library at 75fps
6163
* [LCD-14532](https://www.sparkfun.com/products/14532) - SparkFun Micro OLED Breakout (Qwiic)
6264
* [LCD-17153](https://www.sparkfun.com/products/17153) - SparkFun Qwiic OLED Display (0.91 in, 128x32)
6365
* [LCD-15173](https://www.sparkfun.com/products/15173) - SparkFun Transparent Graphical OLED Breakout (Qwiic)
64-
* [SPX-18996](https://www.sparkfun.com/products/18996) - smôl OLED Display (0.91 in, 128x32)
66+
* [SPX-18996](https://www.sparkfun.com/products/18996) - smôl OLED Display (0.91 in, 128x32)
67+
* [LCD-23453](https://www.sparkfun.com/products/23453) - SparkFun Qwiic OLED (1.3in., 128x64)
6568

6669
### Supported Microcontrollers - Arduino Environment
6770

docs/hug_1in3.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Qwiic OLED 1.3in Setup
2+
3+
The Qwiic OLED 1.3in has its own [hook-up guide](https://docs.sparkfun.com/SparkFun_Qwiic_OLED_1.3in/).

docs/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ The SparkFun Qwiic OLED Arduino Library supports the following SparFun Products
4848
<a href="https://www.sparkfun.com/products/15173">SparkFun Transparent Graphical OLED Breakout (Qwiic)</a>
4949
</td>
5050
</tr>
51+
<tr>
52+
<td width="120" pad=10 style="vertical-align: middle;">
53+
<a href="https://www.sparkfun.com/products/23453"><img src="https://cdn.sparkfun.com//assets/parts/2/3/7/6/0/23453-Qwiic-OLED-Feature-WithDisplay.jpg"></a></td>
54+
<td style="text-align:left; vertical-align: middle; padding-left: 20px;font-weight: bold;">
55+
<a href="https://www.sparkfun.com/products/23453">SparkFun Qwiic OLED (1.3in., 128x64)</a>
56+
</td>
57+
</tr>
5158
</table>
5259

5360

examples/Example-01_Hello/Example-01_Hello.ino

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Micro OLED https://www.sparkfun.com/products/14532
99
Transparent OLED https://www.sparkfun.com/products/15173
1010
"Narrow" OLED https://www.sparkfun.com/products/17153
11+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1112
1213
Written by Kirk Benell @ SparkFun Electronics, March 2022
1314

examples/Example-02_Shapes/Example-02_Shapes.ino

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Micro OLED https://www.sparkfun.com/products/14532
1414
Transparent OLED https://www.sparkfun.com/products/15173
1515
"Narrow" OLED https://www.sparkfun.com/products/17153
16+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1617
1718
Written by Kirk Benell @ SparkFun Electronics, March 2022
1819

examples/Example-03_Bitmap/Example-03_Bitmap.ino

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Micro OLED https://www.sparkfun.com/products/14532
1414
Transparent OLED https://www.sparkfun.com/products/15173
1515
"Narrow" OLED https://www.sparkfun.com/products/17153
16+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1617
1718
Written by Kirk Benell @ SparkFun Electronics, March 2022
1819

examples/Example-04_Text/Example-04_Text.ino

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Micro OLED https://www.sparkfun.com/products/14532
1414
Transparent OLED https://www.sparkfun.com/products/15173
1515
"Narrow" OLED https://www.sparkfun.com/products/17153
16+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1617
1718
Written by Kirk Benell @ SparkFun Electronics, March 2022
1819

examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
Micro OLED https://www.sparkfun.com/products/14532
1616
Transparent OLED https://www.sparkfun.com/products/15173
1717
"Narrow" OLED https://www.sparkfun.com/products/17153
18+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1819
1920
Written by Kirk Benell @ SparkFun Electronics, March 2022
2021

examples/Example-06_Clock/Example-06_Clock.ino

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Micro OLED https://www.sparkfun.com/products/14532
1414
Transparent OLED https://www.sparkfun.com/products/15173
1515
"Narrow" OLED https://www.sparkfun.com/products/17153
16+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1617
1718
Written by
1819
Jim Lindblom @ SparkFun Electronics

examples/Example-07_Cube/Example-07_Cube.ino

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Micro OLED https://www.sparkfun.com/products/14532
1414
Transparent OLED https://www.sparkfun.com/products/15173
1515
"Narrow" OLED https://www.sparkfun.com/products/17153
16+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1617
1718
Written by
1819
Jim Lindblom @ SparkFun Electronics

examples/Example-08_Multi/Example-08_Multi.ino

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Micro OLED https://www.sparkfun.com/products/14532
1414
Transparent OLED https://www.sparkfun.com/products/15173
1515
"Narrow" OLED https://www.sparkfun.com/products/17153
16+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1617
1718
Updated from example writtin by Paul Clark @ SparkFun Electronics
1819
Original Creation Date: December 11th, 2020

examples/Example-09_CustomOLED/Example-09_CustomOLED.ino

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Micro OLED https://www.sparkfun.com/products/14532
99
Transparent OLED https://www.sparkfun.com/products/15173
1010
"Narrow" OLED https://www.sparkfun.com/products/17153
11+
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
1112
1213
Written by Kirk Benell @ SparkFun Electronics, March 2022
1314

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun Qwiic OLED Arduino Library
2-
version=1.0.9
2+
version=1.0.10
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for SparkFun SSD1306 based OLED display products.

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ nav:
7878
- Software Setup: software.md
7979
- hug_micro_view.md
8080
- hug_transparent.md
81+
- hug_1in3.md
8182
- API Reference:
8283
- Device: api_device.md
8384
- Scrolling: api_scroll.md

0 commit comments

Comments
 (0)