Skip to content

Commit 14c375f

Browse files
author
Kirk
committed
fix formatting error
1 parent 585e460 commit 14c375f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

examples/docs/ex_01_hello.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A simple example to show the basic setup and use of the SparkFun Qwiic OLED Library.
44

55
**Key Demo Features**
6+
67
* Declaring a Qwiic OLED device object.
78
* Initializing the Qwiic OLED device
89
* Drawing a simple graphic - a filled rectangle and a text string

examples/docs/ex_02_lines.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
An example that shows drawing simple shapes using the SparkFun Qwiic OLED Library.
44

55
**Key Demo Features**
6+
67
* Drawing lines, rectangles and circles
78
* Demonstrating how graphics size impacts display speed
89
* Drawing and erasing graphics quickly

examples/docs/ex_03_bitmaps.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
An example that shows drawing bitmaps using the SparkFun Qwiic OLED Library.
44

55
**Key Demo Features**
6+
67
* Understanding bitmap structure
78
* Bitmap objects
89
* Drawing Bitmap

examples/docs/ex_04_text.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
An example that shows drawing bitmaps using the SparkFun Qwiic OLED Library.
44

55
**Key Demo Features**
6+
67
* Understanding font structure and use
78
* Drawing text
89
* Using the Arduino `Print` functionality

examples/docs/ex_other.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Descriptions of the other demos that are provided as part of the SparkFun Qwiic
1111

1212
## Cube
1313

14+
1415
## Multi
1516

0 commit comments

Comments
 (0)