From 94195d1315d23f5ca0b5c3675ca4979b1ec78334 Mon Sep 17 00:00:00 2001 From: pmakin-png Date: Thu, 16 Sep 2021 14:35:14 -0600 Subject: [PATCH 1/2] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 548a6db..1e11909 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SparkFun Qwiic Alphanumeric Display Arduino Library -version=1.1.4 +version=2.1.4 author=SparkFun Electronics maintainer=SparkFun Electronics sentence=A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display. From 993c9b70994bf95e8a060b3ca32ab3fc11a93927 Mon Sep 17 00:00:00 2001 From: pmakin-png <54557724+makin-stuff@users.noreply.github.com> Date: Tue, 21 Sep 2021 14:16:10 -0600 Subject: [PATCH 2/2] Update Example_01_Begin.ino --- examples/Example_01_Begin/Example_01_Begin.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Example_01_Begin/Example_01_Begin.ino b/examples/Example_01_Begin/Example_01_Begin.ino index 7de79f0..24c2572 100644 --- a/examples/Example_01_Begin/Example_01_Begin.ino +++ b/examples/Example_01_Begin/Example_01_Begin.ino @@ -18,7 +18,7 @@ **************************************************************************************/ #include -#include //Click here to get the library: http://librarymanager/All#Alphanumeric_Display by SparkFun +#include //Click here to get the library: http://librarymanager/All#SparkFun_Qwiic_Alphanumeric_Display by SparkFun HT16K33 display; void setup()