diff --git a/README.md b/README.md index 22e7b55..5e90ad2 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,16 @@ 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/ @@ -47,4 +49,3 @@ https://www.facebook.com/unexpectedmaker/ https://www.instagram.com/unexpectedmaker/ https://www.tindie.com/stores/seonr/ - diff --git a/library.properties b/library.properties index 0698ebc..5111fd3 100644 --- a/library.properties +++ b/library.properties @@ -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. diff --git a/src/Neo7Segment.h b/src/Neo7Segment.h index 14ba0a7..f86a3df 100755 --- a/src/Neo7Segment.h +++ b/src/Neo7Segment.h @@ -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 - seon@unexpectedmaker.com @@ -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 @@ -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. //