diff --git a/examples/Example-01_Hello/Example-01_Hello.ino b/examples/Example-01_Hello/Example-01_Hello.ino index 2960c38..e130d21 100644 --- a/examples/Example-01_Hello/Example-01_Hello.ino +++ b/examples/Example-01_Hello/Example-01_Hello.ino @@ -7,7 +7,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by Kirk Benell @ SparkFun Electronics, March 2022 @@ -23,13 +23,13 @@ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; void setup() @@ -76,4 +76,4 @@ void setup() void loop() { delay(1000); // Do nothing -} \ No newline at end of file +} diff --git a/examples/Example-02_Shapes/Example-02_Shapes.ino b/examples/Example-02_Shapes/Example-02_Shapes.ino index eeeed90..ca4d2ee 100644 --- a/examples/Example-02_Shapes/Example-02_Shapes.ino +++ b/examples/Example-02_Shapes/Example-02_Shapes.ino @@ -12,7 +12,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by Kirk Benell @ SparkFun Electronics, March 2022 @@ -28,13 +28,13 @@ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; // Global variables - used to stash our screen size @@ -259,4 +259,4 @@ void circleTest(void) myOLED.circle(4, height / 2, height / 3); myOLED.circleFill(width - width / 2, height / 2, height / 4); -} \ No newline at end of file +} diff --git a/examples/Example-03_Bitmap/Example-03_Bitmap.ino b/examples/Example-03_Bitmap/Example-03_Bitmap.ino index 5d7cfda..511f08b 100644 --- a/examples/Example-03_Bitmap/Example-03_Bitmap.ino +++ b/examples/Example-03_Bitmap/Example-03_Bitmap.ino @@ -12,7 +12,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by Kirk Benell @ SparkFun Electronics, March 2022 @@ -28,13 +28,13 @@ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; // Let's draw a truck - use our built in bitmap #include "res/qw_bmp_truck.h" @@ -134,4 +134,4 @@ void showSplash() myOLED.bitmap(x0, y0, QW_BMP_SPARKFUN); myOLED.display(); delay(2000); -} \ No newline at end of file +} diff --git a/examples/Example-04_Text/Example-04_Text.ino b/examples/Example-04_Text/Example-04_Text.ino index 8818ee0..7ea723d 100644 --- a/examples/Example-04_Text/Example-04_Text.ino +++ b/examples/Example-04_Text/Example-04_Text.ino @@ -12,7 +12,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by Kirk Benell @ SparkFun Electronics, March 2022 @@ -28,13 +28,13 @@ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; // Fonts #include diff --git a/examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino b/examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino index 3016c0b..32135a4 100644 --- a/examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino +++ b/examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino @@ -14,7 +14,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by Kirk Benell @ SparkFun Electronics, March 2022 @@ -30,13 +30,13 @@ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; int yoffset; diff --git a/examples/Example-06_Clock/Example-06_Clock.ino b/examples/Example-06_Clock/Example-06_Clock.ino index a818ed6..843f9ea 100644 --- a/examples/Example-06_Clock/Example-06_Clock.ino +++ b/examples/Example-06_Clock/Example-06_Clock.ino @@ -12,7 +12,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by @@ -30,13 +30,13 @@ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; // Use these variables to set the initial time int hours = 11; @@ -215,4 +215,4 @@ void drawFace() myOLED.print(9); myOLED.setCursor(POS_3_X, POS_3_Y); myOLED.print(3); -} \ No newline at end of file +} diff --git a/examples/Example-07_Cube/Example-07_Cube.ino b/examples/Example-07_Cube/Example-07_Cube.ino index a28ecc5..4c8771e 100644 --- a/examples/Example-07_Cube/Example-07_Cube.ino +++ b/examples/Example-07_Cube/Example-07_Cube.ino @@ -12,7 +12,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by @@ -29,13 +29,13 @@ */ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; int width; int height; @@ -154,4 +154,4 @@ void drawCube() numberOfDraws = 0; drawTotalTime = 0; } -} \ No newline at end of file +} diff --git a/examples/Example-08_Multi/Example-08_Multi.ino b/examples/Example-08_Multi/Example-08_Multi.ino index a971622..841af06 100644 --- a/examples/Example-08_Multi/Example-08_Multi.ino +++ b/examples/Example-08_Multi/Example-08_Multi.ino @@ -12,7 +12,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Updated from example writtin by Paul Clark @ SparkFun Electronics @@ -29,13 +29,13 @@ #include //http://librarymanager/All#SparkFun_Qwiic_OLED -// The Library supports three different types of SparkFun boards. The demo uses the following +// The Library supports four different types of SparkFun boards. The demo uses the following // defines to determine which device is being used. Uncomment the device being used for this demo. QwiicMicroOLED myOLED; -// QwiicTransparentOLED myOLED; -// QwiicNarrowOLED myOLED; -// Qwiic1in3OLED myOLED; +//QwiicTransparentOLED myOLED; +//QwiicNarrowOLED myOLED; +//Qwiic1in3OLED myOLED; int width; int height; @@ -240,4 +240,4 @@ void shapeExample() } delay(1000); myOLED.setDrawMode(grROPCopy); -} \ No newline at end of file +} diff --git a/examples/Example-09_CustomOLED/Example-09_CustomOLED.ino b/examples/Example-09_CustomOLED/Example-09_CustomOLED.ino index a21c533..d7b0ac6 100644 --- a/examples/Example-09_CustomOLED/Example-09_CustomOLED.ino +++ b/examples/Example-09_CustomOLED/Example-09_CustomOLED.ino @@ -7,7 +7,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 + "Narrow" OLED https://www.sparkfun.com/products/24606 Qwiic OLED 1.3in https://www.sparkfun.com/products/23453 Written by Kirk Benell @ SparkFun Electronics, March 2022