Skip to content

Commit

Permalink
Merge pull request #15 from sparkfun/1in3_updates
Browse files Browse the repository at this point in the history
Updates for the Qwiic OLED 1.3in
  • Loading branch information
PaulZC committed Jan 25, 2024
2 parents 206a98e + be6968b commit 20976e5
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
<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>
<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>
<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>
<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>
</tr>
<tr align="center">
<td><a href="https://www.sparkfun.com/products/14532">SparkFun Micro OLED Breakout (Qwiic) (LCD-14532)</a></td>
<td><a href="https://www.sparkfun.com/products/17153">SparkFun Qwiic OLED Display (0.91 in, 128x32) (LCD-17153)</a></td>
<td><a href="https://www.sparkfun.com/products/15173">SparkFun Transparent Graphical OLED Breakout (Qwiic) (LCD-15173)</a></td>
<td><a href="https://www.sparkfun.com/products/18996">smôl OLED Display (0.91 in, 128x32) (SPX-18996)</a></td>
<td><a href="https://www.sparkfun.com/products/23453">SparkFun Qwiic OLED - (1.3in., 128x64) (LCD-23453)</a></td>
</tr>
</table>

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

### Supported Microcontrollers - Arduino Environment

Expand Down
3 changes: 3 additions & 0 deletions docs/hug_1in3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Qwiic OLED 1.3in Setup

The Qwiic OLED 1.3in has its own [hook-up guide](https://docs.sparkfun.com/SparkFun_Qwiic_OLED_1.3in/).
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ The SparkFun Qwiic OLED Arduino Library supports the following SparFun Products
<a href="https://www.sparkfun.com/products/15173">SparkFun Transparent Graphical OLED Breakout (Qwiic)</a>
</td>
</tr>
<tr>
<td width="120" pad=10 style="vertical-align: middle;">
<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>
<td style="text-align:left; vertical-align: middle; padding-left: 20px;font-weight: bold;">
<a href="https://www.sparkfun.com/products/23453">SparkFun Qwiic OLED (1.3in., 128x64)</a>
</td>
</tr>
</table>


Expand Down
1 change: 1 addition & 0 deletions examples/Example-01_Hello/Example-01_Hello.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by Kirk Benell @ SparkFun Electronics, March 2022
Expand Down
1 change: 1 addition & 0 deletions examples/Example-02_Shapes/Example-02_Shapes.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by Kirk Benell @ SparkFun Electronics, March 2022
Expand Down
1 change: 1 addition & 0 deletions examples/Example-03_Bitmap/Example-03_Bitmap.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by Kirk Benell @ SparkFun Electronics, March 2022
Expand Down
1 change: 1 addition & 0 deletions examples/Example-04_Text/Example-04_Text.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by Kirk Benell @ SparkFun Electronics, March 2022
Expand Down
1 change: 1 addition & 0 deletions examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by Kirk Benell @ SparkFun Electronics, March 2022
Expand Down
1 change: 1 addition & 0 deletions examples/Example-06_Clock/Example-06_Clock.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by
Jim Lindblom @ SparkFun Electronics
Expand Down
1 change: 1 addition & 0 deletions examples/Example-07_Cube/Example-07_Cube.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by
Jim Lindblom @ SparkFun Electronics
Expand Down
1 change: 1 addition & 0 deletions examples/Example-08_Multi/Example-08_Multi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Updated from example writtin by Paul Clark @ SparkFun Electronics
Original Creation Date: December 11th, 2020
Expand Down
1 change: 1 addition & 0 deletions examples/Example-09_CustomOLED/Example-09_CustomOLED.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Micro OLED https://www.sparkfun.com/products/14532
Transparent OLED https://www.sparkfun.com/products/15173
"Narrow" OLED https://www.sparkfun.com/products/17153
Qwiic OLED 1.3in https://www.sparkfun.com/products/23453
Written by Kirk Benell @ SparkFun Electronics, March 2022
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SparkFun Qwiic OLED Arduino Library
version=1.0.9
version=1.0.10
author=SparkFun Electronics <techsupport@sparkfun.com>
maintainer=SparkFun Electronics <sparkfun.com>
sentence=Library for SparkFun SSD1306 based OLED display products.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ nav:
- Software Setup: software.md
- hug_micro_view.md
- hug_transparent.md
- hug_1in3.md
- API Reference:
- Device: api_device.md
- Scrolling: api_scroll.md
Expand Down

0 comments on commit 20976e5

Please sign in to comment.