Skip to content

Commit 8ffbfa4

Browse files
Updated version information before tagging
1 parent 897d1e5 commit 8ffbfa4

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,20 @@ The you simply pass the display the String you would like displayed and a color:
3232

3333
disp.DisplayText( "1234", disp.Color( 255,0,0) );
3434

35-
# Buy me a coffee?
35+
# Back me on Patreon?
3636
I love making and designing projects but sharing open source projects takes a lot of thought and time. I do it because I think it’s important to share knowledge and give back to the community like many have done before me.
3737

38-
If you find this project useful or want to see more open source projects like it, please consider a donation to say thanks!
38+
If you find this project useful or want to see more open source projects like it, please consider backing me on Patreon to say thanks!
3939

40-
[![paypal](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/YLVGbhJP0)
40+
[![patreon](http://3sprockets.com.au/um/PatreonSmall.jpg)](https://www.patreon.com/unexpectedmaker)
4141

4242
# Unexpected Maker
43+
http://youtube.com/c/unexpectedmaker
44+
4345
http://twitter.com/unexpectedmaker
4446

4547
https://www.facebook.com/unexpectedmaker/
4648

4749
https://www.instagram.com/unexpectedmaker/
4850

4951
https://www.tindie.com/stores/seonr/
50-

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Neo7Segment
2-
version=2.0.3
2+
version=1.1.3
33
author=UnexpectedMaker
44
maintainer=UnexpectedMaker
55
sentence=A library to display numbers and letters on Neo7Segment displays.

src/Neo7Segment.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Neo7Segment Library - v2.0.3 - 06/01/2019
2+
// Neo7Segment Library - v1.1.3 - 06/01/2019
33
//
44
// AUTHOR/LICENSE:
55
// Created by Seon Rozenblum - [email protected]
@@ -8,8 +8,8 @@
88
// Modified by SupremeSports 06/01/2019
99
//
1010
// LINKS:
11-
// Project home: XXX <--
12-
// Blog: XXX <--
11+
// Project home: https://www.tindie.com/products/seonr/neo7segment-display/
12+
// website: http://unexpectedmaker.com
1313
//
1414
// DISCLAIMER:
1515
// This software is furnished "as is", without technical support, and with no
@@ -31,10 +31,10 @@
3131
// HISTORY:
3232

3333
//
34-
// 02/01/2019 v2.0.3 - Modified to allow the class to work with many different display sizes. By SupremeSports
35-
// 28/12/2018 v2.0.2 - Fixed few bugs with the variable arrays
36-
// 05/12/2018 v2.0.1 - Fixed decimal point definition. Custom number of pixels for decimal point. By SupremeSports
37-
// 05/12/2018 v2.0 - Custom number of pixel per segment. By SupremeSports
34+
// 02/01/2019 v1.1.3 - Modified to allow the class to work with many different display sizes. By SupremeSports
35+
// 28/12/2018 v1.1.2 - Fixed few bugs with the variable arrays
36+
// 05/12/2018 v1.1.1 - Fixed decimal point definition. Custom number of pixels for decimal point. By SupremeSports
37+
// 05/12/2018 v1.1.0 - Custom number of pixel per segment. By SupremeSports
3838
// 25/04/2018 v1.0.1 - Fixed bug due to change in Adafruit Neopixel library initialisation
3939
// 28/01/2018 v1.0 - Initial release.
4040
//

0 commit comments

Comments
 (0)