Skip to content

Commit

Permalink
Update Broken Narrow OLED Image and Include Button to API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyho committed May 22, 2024
1 parent 1d2dcf2 commit 21e1280
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docs/hug_0p91.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The [SparkFun Qwiic OLED Display](https://www.sparkfun.com/products/24606) can d

- <a href="https://www.sparkfun.com/products/24606">
<figure markdown>
<img src="https://cdn.sparkfun.com/r/600-600/assets/parts/2/4/9/6/3/LCD-24606-Qwiic-OLED-Display-Action-11.jpg" style="width:140px; height:140px; object-fit:contain;" alt="SparkFun Qwiic OLED Display (0.91 in., 128x32)">
<img src="https://cdn.sparkfun.com/assets/parts/2/4/9/6/3/LCD-24606-Qwiic-OLED-Display-Action-11-Blue.jpg" style="width:140px; height:140px; object-fit:contain;" alt="SparkFun Qwiic OLED Display (0.91 in., 128x32)">
</figure>
</a>

Expand Down Expand Up @@ -278,7 +278,7 @@ Of course, you will also need a Qwiic Micro OLED if you have not added that to y
<!-- ----------WHITE SPACE BETWEEN PRODUCTS---------- -->
- <a href="https://www.sparkfun.com/products/24606">
<figure markdown>
<img src="https://cdn.sparkfun.com/r/600-600/assets/parts/2/4/9/6/3/LCD-24606-Qwiic-OLED-Display-Action-11.jpg" style="width:140px; height:140px; object-fit:contain;" alt="SparkFun Qwiic OLED Display (0.91 in., 128x32)">
<img src="https://cdn.sparkfun.com/assets/parts/2/4/9/6/3/LCD-24606-Qwiic-OLED-Display-Action-11-Blue.jpg" style="width:140px; height:140px; object-fit:contain;" alt="SparkFun Qwiic OLED Display (0.91 in., 128x32)">
</figure>
</a>

Expand Down Expand Up @@ -486,6 +486,10 @@ For a more durable enclosure, you could use wood, metal, or plastic. However, yo

The Qwiic OLED (0.91", 128x32) uses the SparkFun QWIIC OLED Arduino Library. The SparkFun Qwiic OLED Library's [Software Setup](../software/) has instructions and usage examples. Additionally, the full library API documentation is available in the SparkFun Qwiic OLED Library [API Reference](../api_device/) guide.

<div style="text-align: center">
<a href="../api_device" class="md-button">SparkFun Qwiic OLED Library API Reference Guide</a>
</div>



## Resources
Expand Down
4 changes: 4 additions & 0 deletions docs/hug_micro_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@ If you have a built-in Qwiic connector, you can skip the hardware assembly of th

The SparkFun Micro OLED Breakout (Qwiic) uses the SparkFun QWIIC OLED Arduino Library. The [SparkFun Qwiic OLED library Getting Started guide](software.md) has library setup instructions and usage examples. Additionally, the full library API documentation is available in the [SparkFun Qwiic OLED Library API Reference guide](api_device.md).

<div style="text-align: center">
<a href="../api_device" class="md-button">SparkFun Qwiic OLED Library API Reference Guide</a>
</div>



## Resources
Expand Down
4 changes: 4 additions & 0 deletions docs/hug_transparent.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,10 @@ You can use SPI to connect as many breakouts as you want. For N displays you wil

The Transparent OLED Breakout (Qwiic) uses the SparkFun QWIIC OLED Arduino Library. The [SparkFun Qwiic OLED library Getting Started guide](software.md) has library setup instructions and usage examples. Additionally, the full library API documentation is available in the [SparkFun Qwiic OLED Library API Reference guide](api_device.md).

<div style="text-align: center">
<a href="../api_device" class="md-button">SparkFun Qwiic OLED Library API Reference Guide</a>
</div>



## Resources
Expand Down
6 changes: 4 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The SparkFun Qwiic OLED Arduino Library supports the following SparkFun products
<!-- ----------WHITE SPACE BETWEEN PRODUCTS---------- -->
- <a href="https://www.sparkfun.com/products/15173">
<figure markdown>
<img src="https://cdn.sparkfun.com//assets/parts/1/3/5/8/8/15173-SparkFun_Transparent_Graphical_OLED_Breakout__Qwiic_-01a.jpg" style="width:140px; height:140px; object-fit:contain;" alt="SparkFun Transparent Graphical OLED Breakout (Qwiic)">
<img src="https://cdn.sparkfun.com/assets/parts/2/4/9/6/3/LCD-24606-Qwiic-OLED-Display-Action-11-Blue.jpg" style="width:140px; height:140px; object-fit:contain;" alt="SparkFun Transparent Graphical OLED Breakout (Qwiic)">
</figure>
</a>

Expand Down Expand Up @@ -237,4 +237,6 @@ Below are a few of those processors populated on Arduino boards from the [SparkF

### License

The SparkFun Qwiic OLED Arduino Library is licensed using the Open Source [MIT License](https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library/blob/main/LICENSE.md).
The SparkFun Qwiic OLED Arduino Library is licensed using the Open Source [MIT License](https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library/blob/main/LICENSE.md#code):

--8<-- "LICENSE.md:35:55"

0 comments on commit 21e1280

Please sign in to comment.