Update Pixels.md

This commit is contained in:
HomeSpan 2022-02-19 17:44:16 -06:00 committed by GitHub
parent dc0969a10b
commit c1ea67fe7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Unlike the **Pixel** class, the **Dot** class does not utilize the ESP32'2 RMT p
A fully worked example showing how to use the Pixel library within a HomeSpan sketch to control an RGB Pixel Device, an RGBW Pixel Device, and an RGB DotStar Device, all from the Home App on your iPhone, can be found in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → Pixel*](../Other%20Examples/Pixel).
For a more complete showcase of the Pixel library , check out [Holiday Lights]() on the HomeSpan projects page. This sketch demonstrates how the Pixel library can be used to generate a variety of special effects with a 60-pixel RGBW strip. The sketch also showcases the use of HomeSpan's Custom Characteristic macro to implement a special-effects selector button for use in the Eve App for HomeKit.
For a more complete showcase of the Pixel library , check out [Holiday Lights]() on the [HomeSpan Projects page](https://github.com/topics/homespan). This sketch demonstrates how the Pixel library can be used to generate a variety of special effects with a 60-pixel RGBW strip. The sketch also showcases the use of HomeSpan's [Custom Characteristic macro](https://github.com/HomeSpan/HomeSpan/blob/master/docs/Reference.md#define-custom_charnameuuidpermsformatdefaultvalueminvaluemaxvaluestaticrange) to implement a special-effects "selector" button for use in the Eve for HomeKit App.
---