Skip to content

Commit c89d2e9

Browse files
committed
Update README.md
1 parent b4311d3 commit c89d2e9

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

+22-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,24 @@
99
<a href="https://twitter.com/intent/follow?screen_name=sparkfun">
1010
<img src="https://img.shields.io/twitter/follow/sparkfun.svg?style=social&logo=twitter"
1111
alt="follow on Twitter"></a>
12-
1312
</p>
13+
14+
<table class="table table-hover table-striped table-bordered">
15+
<tr align="center">
16+
<td><a href="https://www.sparkfun.com/products/14532"><img src="https://cdn.sparkfun.com//assets/parts/1/2/6/2/1/SparkFun_Qwiic_OLED_Tennis.gif"></a></td>
17+
<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>
18+
<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>
19+
<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>
20+
</tr>
21+
<tr align="center">
22+
<td><a href="https://www.sparkfun.com/products/18442">SparkFun Micro OLED Breakout (Qwiic) (LCD-14532)</a></td>
23+
<td><a href="https://www.sparkfun.com/products/17153">SparkFun Qwiic OLED Display (0.91 in, 128x32) (LCD-17153)</a></td>
24+
<td><a href="https://www.sparkfun.com/products/15173">SparkFun Transparent Graphical OLED Breakout (Qwiic) (LCD-15173)</a></td>
25+
<td><a href="https://www.sparkfun.com/products/18996">smôl OLED Display (0.91 in, 128x32) (SPX-18996)</a></td>
26+
</tr>
27+
</table>
28+
29+
1430
The SparkFun Qwiic OLED Arduino Library is a single graphics module that supports all SparkFun OLED boards based on the SSD1306 from Solomon Systech. Prior to this library, three different libraries were used to support our four different OLED boards.
1531

1632
The SparkFun Qwiic OLED Library delivers a common implementation for all our Qwiic OLED products, delivering a unified, fast, and efficient solution that implements a familiar and easy to understand user experience.
@@ -27,22 +43,23 @@ A full library use overview, API reference guide and key example walk through ar
2743

2844
## How much faster?
2945

30-
The SparkFun Qwiic OLED Library is between 40% and 450% faster. The original Micro OLED library had a max output of ~75 frames per second. This library automatically only updates *what changed* we can reach more than 300 frames per second. What does that look like?
46+
The SparkFun Qwiic OLED Library is between 40% and 450% faster. The original [Micro OLED library](https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library) had a max output of ~75 frames per second. This library automatically only updates *what changed* we can reach more than 300 frames per second. What does that look like?
3147

3248
https://user-images.githubusercontent.com/117102/160000377-b2de6d3f-a90f-42da-bd95-2a301c817c80.mp4
3349

34-
Above, the OLED on the right is running the original Micro OLED library at 75fps. On the left the display is more than 348 frames per second. In real life it's quite smooth; the camera is not able to keep up. This is all over 400kHz I2C.
50+
Above, the OLED on the right is running the original Micro OLED library at 75fps. On the left the display is more than 348 frames per second. In real life it's quite smooth; the camera is not able to keep up. This is at 400kHz I2C.
3551

3652
https://user-images.githubusercontent.com/117102/160000390-47a318ac-4158-4988-8831-44f7b9d32f01.mp4
3753

38-
Above, the OLED on the right is running the original Micro OLED library at 75fps. On the left the display is more than 107 frames per second because the clock takes up a lot of the display, but not all of it. This is all over 400kHz I2C.
54+
Above, the OLED on the right is running the original Micro OLED library at 75fps. On the left the display is more than 107 frames per second because the clock takes up a lot of the display, but not all of it. This is at 400kHz I2C.
3955

4056
## Supported Products
4157

58+
* [LCD-14532](https://www.sparkfun.com/products/13003) - SparkFun Micro OLED Breakout
4259
* [LCD-14532](https://www.sparkfun.com/products/14532) - SparkFun Micro OLED Breakout (Qwiic)
4360
* [LCD-17153](https://www.sparkfun.com/products/17153) - SparkFun Qwiic OLED Display (0.91 in, 128x32)
4461
* [LCD-15173](https://www.sparkfun.com/products/15173) - SparkFun Transparent Graphical OLED Breakout (Qwiic)
45-
* [SPX-18996](https://www.sparkfun.com/products/18996) - smôl Display (0.91 in, 128x32)
62+
* [SPX-18996](https://www.sparkfun.com/products/18996) - smôl OLED Display (0.91 in, 128x32)
4663

4764
### Supported Microcontrollers - Arduino Environment
4865

0 commit comments

Comments
 (0)