Skip to content

Commit

Permalink
Updated version information before tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Seon Rozenblum committed Jan 20, 2019
1 parent 897d1e5 commit 8ffbfa4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,20 @@ The you simply pass the display the String you would like displayed and a color:

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

# Buy me a coffee?
# Back me on Patreon?
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.

If you find this project useful or want to see more open source projects like it, please consider a donation to say thanks!
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!

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

# Unexpected Maker
http://youtube.com/c/unexpectedmaker

http://twitter.com/unexpectedmaker

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

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

https://www.tindie.com/stores/seonr/

2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Neo7Segment
version=2.0.3
version=1.1.3
author=UnexpectedMaker
maintainer=UnexpectedMaker
sentence=A library to display numbers and letters on Neo7Segment displays.
Expand Down
14 changes: 7 additions & 7 deletions src/Neo7Segment.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ---------------------------------------------------------------------------
// Neo7Segment Library - v2.0.3 - 06/01/2019
// Neo7Segment Library - v1.1.3 - 06/01/2019
//
// AUTHOR/LICENSE:
// Created by Seon Rozenblum - [email protected]
Expand All @@ -8,8 +8,8 @@
// Modified by SupremeSports 06/01/2019
//
// LINKS:
// Project home: XXX <--
// Blog: XXX <--
// Project home: https://www.tindie.com/products/seonr/neo7segment-display/
// website: http://unexpectedmaker.com
//
// DISCLAIMER:
// This software is furnished "as is", without technical support, and with no
Expand All @@ -31,10 +31,10 @@
// HISTORY:

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

0 comments on commit 8ffbfa4

Please sign in to comment.