Skip to content

Commit fc53fd4

Browse files
committed
Revert changes back to original code and redo updates
1 parent 060386e commit fc53fd4

File tree

4 files changed

+217
-226
lines changed

4 files changed

+217
-226
lines changed

examples/Example10_DefineChar/Example10_DefineChar.ino

Lines changed: 0 additions & 64 deletions
This file was deleted.

examples/Example7_unkownChar/Example7_unkownChar.ino

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
*
44
* Priyanka Makin @ SparkFun Electronics
55
* Original Creation Date: March 13, 2020
6-
* Updated April 30, 2020 by Gaston Williams - changed exclamation to tab character
76
*
87
* SparkFun labored with love to create this code. Feel like supporting open source hardware?
9-
* Buy a board from SparkFun! LINK GOES HERE
8+
* Buy a board from SparkFun! https://www.sparkfun.com/products/16391
109
*
1110
* This code is Lemonadeware; if you see me (or any other SparkFun employee) at the
1211
* local, and you've found our code helpful, please buy us a round!
@@ -19,7 +18,7 @@
1918
****************************************************************************************/
2019
#include <Wire.h>
2120

22-
#include <SparkFun_Alphanumeric_Display.h> //Click here to get the library:
21+
#include <SparkFun_Alphanumeric_Display.h> //Click here to get the library: http://librarymanager/All#Alphanumeric_Display by SparkFun
2322
HT16K33 display;
2423

2524
void setup() {
@@ -35,7 +34,7 @@ void setup() {
3534
}
3635
Serial.println("Display acknowledged.");
3736

38-
display.print("\t\t\t\t"); //tabs are not printable characters
37+
display.print("!!!!");
3938
}
4039

4140
void loop()

0 commit comments

Comments
 (0)