Tasmota/lib/lib_basic/NeoPixelBus-2.6.1.4
Jason2866 0e0275cf43
Patch 2 (#173)
* ili9341 update

* update ili9341

* Update support_tasmota.ino

* fix scripter bug

* Deep+

* Update ILI9341_2.cpp

Fix invert display

* Update xdsp_04_ili9341.ino

Fix display modes

* fix ili9341 m5stack

* Refactor DHT negative temps

* Standardize on unconnected pin being -1

* Back to chain+

* Strict

* strict

* Update platformio_tasmota32.ini

* Fix renderer

* Change NeoPixelBus library from v2.6.0 to v2.6.1.4

* display batch

* Update xdrv_13_display.ino

* ldf strict

Co-authored-by: gemu2015 <gmutz2010@googlemail.com>
Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
2021-02-14 16:04:03 +01:00
..
.github Patch 2 (#173) 2021-02-14 16:04:03 +01:00
examples Patch 2 (#173) 2021-02-14 16:04:03 +01:00
extras/curves Patch 2 (#173) 2021-02-14 16:04:03 +01:00
src Patch 2 (#173) 2021-02-14 16:04:03 +01:00
.gitattributes Patch 2 (#173) 2021-02-14 16:04:03 +01:00
.gitignore Patch 2 (#173) 2021-02-14 16:04:03 +01:00
COPYING Patch 2 (#173) 2021-02-14 16:04:03 +01:00
ReadMe.md Patch 2 (#173) 2021-02-14 16:04:03 +01:00
keywords.txt Patch 2 (#173) 2021-02-14 16:04:03 +01:00
library.json Patch 2 (#173) 2021-02-14 16:04:03 +01:00
library.properties Patch 2 (#173) 2021-02-14 16:04:03 +01:00

ReadMe.md

NeoPixelBus

Donate

Arduino NeoPixel library

A library to control one wire protocol RGB and RGBW leds like APA106, SK6812, WS2811, WS2812 and WS2813 that are commonly refered to as NeoPixels and two wire protocol RGB like Lpd8806, APA102 and SK9822 commonly refered to as DotStars. Supports most Arduino platforms.

Please read this best practices link before connecting your NeoPixels, it will save you a lot of time and effort.
Adafruit NeoPixel Best Practices

For quick questions and support:

For bugs, make sure there isn't an active issue and then create one.

Why this library and not FastLED or some other library?

See Why this Library in the Wiki.

Documentation

See Wiki

Installing This Library (prefered, you just want to use it)

Open the Library Manager and search for "NeoPixelBus by Makuna" and install

Installing This Library From GitHub (advanced, you want to contribute)

Create a directory in your Arduino\Library folder named "NeoPixelBus" Clone (Git) this project into that folder.
It should now show up in the import list when you restart Arduino IDE.