Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2014-04-18 03:31:27 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-04-18 03:31:27 +0400
commit63796b03af3c430adf86044dad3405703c5b57c9 (patch)
tree9c1641c8dbd68a86d50cacace4a1418e3439ede9 /README.md
parentf22cee6a95983d0bf3327f016fb68d827b30915f (diff)
Updating README.md asking people to please use the g+ community for advice/questions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index fea1c296..2648b3cf 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ We have multiple goals with this library:
* Zero pain switching LED chipsets - you get some new leds that the library supports, just change the definition of LEDs you're using, et. voila! Your code is running with the new leds.
* High performance - with features like zero cost global brightness scaling, high performance 8-bit math for RGB manipulation, and some of the fastest bit-bang'd SPI support around, FastLED wants to keep as many CPU cycles available for your led patterns as possible
+## Getting help
+
+If you need help with using the library, please consider going to the google+ community first, which is at http://fastled.io/+ - there are hundreds of people in that group and many times you will get a quicker answer to your question there, as you will be likely to run into other people who have had the same issue. If you run into bugs with the library (compilation failures, the library doing the wrong thing), or if you'd like to request that we support a particular platform or LED chipset, then please open an issue at http://fastled.io/issues and we will try to figure out what is going wrong.
+
## Simple example
How quickly can you get up and running with the library? Here's a simple blink program: