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:45 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-04-18 03:31:45 +0400
commit876d46060a43bc8fa17997c51b00ad6e0619a897 (patch)
treee0d43e4c7e8fc6d1e1fbcdb9977af21a75aca65e /README.md
parent7191e4c1be455010285fb4bb39d7d1cad2d55d6a (diff)
Updating README.md asking people to please use the g+ community for advice/questions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index fea1c296..ad53e0d5 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,13 @@ 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: